Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Dbgrt.c33 static ssize_t show_type(struct device *dev, in show_type() function
38 static DEVICE_ATTR(type, S_IRUGO, show_type, NULL);
/linux-4.1.27/fs/
Dproc_namespace.c84 static void show_type(struct seq_file *m, struct super_block *sb) in show_type() function
114 show_type(m, sb); in show_vfsmnt()
168 show_type(m, sb); in show_mountinfo()
219 show_type(m, sb); in show_vfsstat()
/linux-4.1.27/net/bluetooth/
Dhci_sysfs.c139 static ssize_t show_type(struct device *dev, in show_type() function
167 static DEVICE_ATTR(type, S_IRUGO, show_type, NULL);
/linux-4.1.27/include/trace/events/
Dv4l2.h15 #define show_type(type) \ macro
158 __entry->index, show_type(__entry->type), \
/linux-4.1.27/net/atm/
Datm_sysfs.c13 static ssize_t show_type(struct device *cdev, in show_type() function
102 static DEVICE_ATTR(type, S_IRUGO, show_type, NULL);
/linux-4.1.27/drivers/hwmon/
Dlm95241.c153 static ssize_t show_type(struct device *dev, struct device_attribute *attr, in show_type() function
300 static SENSOR_DEVICE_ATTR(temp2_type, S_IWUSR | S_IRUGO, show_type, set_type,
302 static SENSOR_DEVICE_ATTR(temp3_type, S_IWUSR | S_IRUGO, show_type, set_type,
Dlm95234.c241 static ssize_t show_type(struct device *dev, struct device_attribute *attr, in show_type() function
509 static SENSOR_DEVICE_ATTR(temp2_type, S_IWUSR | S_IRUGO, show_type, set_type,
511 static SENSOR_DEVICE_ATTR(temp3_type, S_IWUSR | S_IRUGO, show_type, set_type,
513 static SENSOR_DEVICE_ATTR(temp4_type, S_IWUSR | S_IRUGO, show_type, set_type,
515 static SENSOR_DEVICE_ATTR(temp5_type, S_IWUSR | S_IRUGO, show_type, set_type,
Dlm95245.c309 static ssize_t show_type(struct device *dev, struct device_attribute *attr, in show_type() function
398 static SENSOR_DEVICE_ATTR(temp2_type, S_IWUSR | S_IRUGO, show_type,
Dlm63.c700 static ssize_t show_type(struct device *dev, struct device_attribute *attr, in show_type() function
847 static DEVICE_ATTR(temp2_type, S_IWUSR | S_IRUGO, show_type, set_type);
/linux-4.1.27/Documentation/driver-model/
Ddevice.txt63 static DEVICE_ATTR(type, 0444, show_type, NULL);
/linux-4.1.27/arch/ia64/kernel/
Dtopology.c228 static ssize_t show_type(struct cache_info *this_leaf, char *buf) in show_type() function
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-sysfs.c101 static ssize_t show_type(struct device *class_dev, in show_type() function
335 cip->attr_type.show = show_type; in pvr2_sysfs_add_control()
/linux-4.1.27/scripts/
Dcheckpatch.pl1629 sub show_type { subroutine
1640 if (!show_type($type) ||
3519 if (show_type("SPACING") && $fix) {