Searched refs:show_name (Results 1 – 7 of 7) sorted by relevance
| /linux/Documentation/translations/zh_TW/filesystems/ |
| H A D | sysfs.txt | 237 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 D | sysfs.txt | 234 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 D | fbsysfs.c | 315 static ssize_t show_name(struct device *device, in show_name() function 427 static DEVICE_ATTR(name, 0444, show_name, NULL);
|
| /linux/scripts/kconfig/ |
| H A D | gconf.c | 27 static gboolean show_name = TRUE; variable 421 show_name = gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(menuitem)); in on_show_name1_activate() 424 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate() 1026 show_name); in init_main_window()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-extcon | 28 "show_name" defined, the callback will provide the name with
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-sysfs.c | 69 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/drivers/tty/vt/ |
| H A D | vt.c | 4207 static ssize_t show_name(struct device *dev, struct device_attribute *attr, in show_name() function 4219 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
|