Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dultra45_env.c213 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function
219 static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
H 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),
H A Dvt1211.c902 static ssize_t show_name(struct device *dev, in show_name() function
1091 __ATTR(name, S_IRUGO, show_name, NULL),
H 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/Documentation/translations/zh_TW/filesystems/
H 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/Documentation/translations/zh_CN/filesystems/
H 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/drivers/video/fbdev/core/
H A Dfbsysfs.c313 static ssize_t show_name(struct device *device, in show_name() function
425 static DEVICE_ATTR(name, 0444, show_name, NULL);
/linux/scripts/kconfig/
H A Dgconf.c26 static gboolean show_name = TRUE; variable
420 show_name = gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(menuitem)); in on_show_name1_activate()
423 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate()
1037 show_name); in init_main_window()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-extcon28 "show_name" defined, the callback will provide the name with
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c69 static ssize_t show_name(struct device *class_dev, in show_name() function
311 cip->attr_name.show = show_name; in pvr2_sysfs_add_control()
/linux/Documentation/filesystems/
H 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/drivers/tty/vt/
H A Dvt.c4227 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function
4239 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);