Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/
Dabx500.h26 ssize_t (*show_name)(struct device *, member
Dultra45_env.c212 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function
218 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
Dab8500.c197 data->ops.show_name = ab8500_show_name; in abx500_hwmon_init()
Dabx500.c129 return data->ops.show_name(dev, devattr, buf); in name_show()
397 if (err < 0 || !data->ops.read_sensor || !data->ops.show_name || in abx500_temp_probe()
Dabituguru3.c904 static ssize_t show_name(struct device *dev, in show_name() function
955 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
Dacpi_power_meter.c446 static ssize_t show_name(struct device *dev, in show_name() function
505 RO_SENSOR_TEMPLATE("name", show_name, 0),
Dvt1211.c891 static ssize_t show_name(struct device *dev, in show_name() function
1080 __ATTR(name, S_IRUGO, show_name, NULL),
Dabituguru.c1181 static ssize_t show_name(struct device *dev, in show_name() function
1254 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
/Linux-v5.4/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-v5.4/scripts/kconfig/
Dgconf.c35 static gboolean show_name = TRUE; variable
153 show_name); in init_main_window()
340 gtk_tree_view_column_set_visible(column, show_name); in init_right_tree()
575 show_name = GTK_CHECK_MENU_ITEM(menuitem)->active; in on_show_name1_activate()
578 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate()
/Linux-v5.4/drivers/video/fbdev/core/
Dfbsysfs.c388 static ssize_t show_name(struct device *device, in show_name() function
501 __ATTR(name, S_IRUGO, show_name, NULL),
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-extcon28 "show_name" defined, the callback will provide the name with
/Linux-v5.4/drivers/media/usb/pvrusb2/
Dpvrusb2-sysfs.c73 static ssize_t show_name(struct device *class_dev, in show_name() function
315 cip->attr_name.show = show_name; in pvr2_sysfs_add_control()
/Linux-v5.4/Documentation/filesystems/
Dsysfs.txt256 static ssize_t show_name(struct device *dev, struct device_attribute *attr,
270 static DEVICE_ATTR(name, S_IRUGO, show_name, store_name);
/Linux-v5.4/drivers/i2c/
Di2c-core-base.c452 show_name(struct device *dev, struct device_attribute *attr, char *buf) in show_name() function
457 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
/Linux-v5.4/drivers/tty/vt/
Dvt.c3783 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function
3795 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);