Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwmon/
A 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);
A 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),
A Dacpi_power_meter.c454 static ssize_t show_name(struct device *dev, in show_name() function
513 RO_SENSOR_TEMPLATE("name", show_name, 0),
A Dvt1211.c891 static ssize_t show_name(struct device *dev, in show_name() function
1080 __ATTR(name, S_IRUGO, show_name, NULL),
A 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-6.3-rc2/Documentation/translations/zh_CN/filesystems/
A 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-6.3-rc2/Documentation/translations/zh_TW/filesystems/
A 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-6.3-rc2/scripts/kconfig/
A 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-6.3-rc2/drivers/video/fbdev/core/
A Dfbsysfs.c397 static ssize_t show_name(struct device *device, in show_name() function
510 __ATTR(name, S_IRUGO, show_name, NULL),
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-extcon28 "show_name" defined, the callback will provide the name with
/linux-6.3-rc2/drivers/media/usb/pvrusb2/
A 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-6.3-rc2/Documentation/filesystems/
A 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-6.3-rc2/drivers/tty/vt/
A Dvt.c3893 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function
3905 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);

Completed in 33 milliseconds