Home
last modified time | relevance | path

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

/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.c315 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 Dgconf.c27 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 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/drivers/tty/vt/
H A Dvt.c4207 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);