Home
last modified time | relevance | path

Searched refs:show_name (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Dvia-cputemp.c63 static ssize_t show_name(struct device *dev, struct device_attribute in show_name() function
107 static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_name, NULL, SHOW_LABEL);
108 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, SHOW_NAME);
Dabx500.h26 ssize_t (*show_name)(struct device *, member
Dabx500.c124 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name() function
129 return data->ops.show_name(dev, devattr, buf); in show_name()
276 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
401 if (err < 0 || !data->ops.read_sensor || !data->ops.show_name || in abx500_temp_probe()
Dultra45_env.c211 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function
217 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
Dab8500.c197 data->ops.show_name = ab8500_show_name; in abx500_hwmon_init()
Dibmpex.c272 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name() function
277 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
Dsch5636.c173 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name() function
292 SENSOR_ATTR(name, 0444, show_name, NULL, 0),
Dabituguru3.c917 static ssize_t show_name(struct device *dev, in show_name() function
968 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
Dacpi_power_meter.c459 static ssize_t show_name(struct device *dev, in show_name() function
518 RO_SENSOR_TEMPLATE("name", show_name, 0),
Dibmaem.c816 static ssize_t show_name(struct device *dev, struct device_attribute *devattr, in show_name() function
823 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
Dvt1211.c898 static ssize_t show_name(struct device *dev, in show_name() function
1087 __ATTR(name, S_IRUGO, show_name, NULL),
Dabituguru.c1194 static ssize_t show_name(struct device *dev, in show_name() function
1267 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
/Linux-v4.19/Documentation/translations/zh_CN/filesystems/
Dsysfs.txt233 static ssize_t show_name(struct device *dev, struct device_attribute *attr,
247 static DEVICE_ATTR(name, S_IRUGO, show_name, store_name);
/Linux-v4.19/scripts/kconfig/
Dgconf.c38 static gboolean show_name = TRUE; variable
155 show_name); in init_main_window()
342 gtk_tree_view_column_set_visible(column, show_name); in init_right_tree()
577 show_name = GTK_CHECK_MENU_ITEM(menuitem)->active; in on_show_name1_activate()
580 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate()
/Linux-v4.19/drivers/video/fbdev/core/
Dfbsysfs.c393 static ssize_t show_name(struct device *device, in show_name() function
509 __ATTR(name, S_IRUGO, show_name, NULL),
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-extcon28 "show_name" defined, the callback will provide the name with
/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-sysfs.c83 static ssize_t show_name(struct device *class_dev, in show_name() function
325 cip->attr_name.show = show_name; in pvr2_sysfs_add_control()
/Linux-v4.19/Documentation/filesystems/
Dsysfs.txt235 static ssize_t show_name(struct device *dev, struct device_attribute *attr,
249 static DEVICE_ATTR(name, S_IRUGO, show_name, store_name);
/Linux-v4.19/drivers/i2c/
Di2c-core-base.c457 show_name(struct device *dev, struct device_attribute *attr, char *buf) in show_name() function
462 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
/Linux-v4.19/drivers/tty/vt/
Dvt.c3763 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function
3775 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);