Searched refs:show_name (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/hwmon/
H A Dultra45_env.c213 static ssize_t show_name(struct device *dev, struct device_attribute *attr, 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, function
955 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
H A Dacpi_power_meter.c458 static ssize_t show_name(struct device *dev, function
517 RO_SENSOR_TEMPLATE("name", show_name, 0),
H A Dabituguru.c1181 static ssize_t show_name(struct device *dev, function
1254 SENSOR_ATTR_2(name, 0444, show_name, NULL, 0, 0),
H A Dvt1211.c885 static ssize_t show_name(struct device *dev, function
1074 __ATTR(name, S_IRUGO, show_name, NULL),
/linux-master/drivers/video/fbdev/core/
H A Dfbsysfs.c315 static ssize_t show_name(struct device *device, function
428 __ATTR(name, S_IRUGO, show_name, NULL),
/linux-master/scripts/kconfig/
H A Dgconf.c32 static gboolean show_name = TRUE; variable
150 show_name);
337 gtk_tree_view_column_set_visible(column, show_name);
572 show_name = GTK_CHECK_MENU_ITEM(menuitem)->active;
575 gtk_tree_view_column_set_visible(col, show_name);
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c69 static ssize_t show_name(struct device *class_dev, function
77 pvr2_sysfs_trace("pvr2_sysfs(%p) show_name(cid=%d) is %s",
311 cip->attr_name.show = show_name;
/linux-master/drivers/tty/vt/
H A Dvt.c4073 static ssize_t show_name(struct device *dev, struct device_attribute *attr, function
4085 static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);

Completed in 151 milliseconds