static ssize_t name_show()

in sysfs.c [64:70]


static ssize_t name_show(struct device *dev, struct device_attribute *attr,
			 char *buf)
{
	struct pps_device *pps = dev_get_drvdata(dev);

	return sprintf(buf, "%s\n", pps->info.name);
}