Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
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);
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.c454 static ssize_t show_name(struct device *dev, in show_name() function
513 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-5.19.10/Documentation/translations/zh_CN/filesystems/
Dsysfs.txt234 static ssize_t show_name(struct device *dev, struct device_attribute *attr,
248 static DEVICE_ATTR(name, S_IRUGO, show_name, store_name);
/linux-5.19.10/Documentation/translations/zh_TW/filesystems/
Dsysfs.txt237 static ssize_t show_name(struct device *dev, struct device_attribute *attr,
251 static DEVICE_ATTR(name, S_IRUGO, show_name, store_name);
/linux-5.19.10/scripts/kconfig/
Dgconf.c32 static gboolean show_name = TRUE; variable
150 show_name); in init_main_window()
337 gtk_tree_view_column_set_visible(column, show_name); in init_right_tree()
572 show_name = GTK_CHECK_MENU_ITEM(menuitem)->active; in on_show_name1_activate()
575 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate()
/linux-5.19.10/drivers/video/fbdev/core/
Dfbsysfs.c398 static ssize_t show_name(struct device *device, in show_name() function
511 __ATTR(name, S_IRUGO, show_name, NULL),
/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-class-extcon28 "show_name" defined, the callback will provide the name with
/linux-5.19.10/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-5.19.10/Documentation/filesystems/
Dsysfs.rst263 static ssize_t show_name(struct device *dev, struct device_attribute *attr,
277 static DEVICE_ATTR(name, S_IRUGO, show_name, store_name);
/linux-5.19.10/drivers/tty/vt/
Dvt.c3945 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function
3957 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);