/linux-4.4.14/drivers/acpi/ |
D | bgrt.c | 33 static ssize_t show_type(struct device *dev, in show_type() function 38 static DEVICE_ATTR(type, S_IRUGO, show_type, NULL);
|
/linux-4.4.14/fs/ |
D | proc_namespace.c | 85 static void show_type(struct seq_file *m, struct super_block *sb) in show_type() function 115 show_type(m, sb); in show_vfsmnt() 169 show_type(m, sb); in show_mountinfo() 220 show_type(m, sb); in show_vfsstat()
|
/linux-4.4.14/net/bluetooth/ |
D | hci_sysfs.c | 139 static ssize_t show_type(struct device *dev, in show_type() function 167 static DEVICE_ATTR(type, S_IRUGO, show_type, NULL);
|
/linux-4.4.14/net/atm/ |
D | atm_sysfs.c | 13 static ssize_t show_type(struct device *cdev, in show_type() function 102 static DEVICE_ATTR(type, S_IRUGO, show_type, NULL);
|
/linux-4.4.14/drivers/hwmon/ |
D | lm95241.c | 153 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,
|
D | lm95234.c | 241 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,
|
D | lm95245.c | 309 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,
|
D | lm63.c | 700 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.4.14/include/trace/events/ |
D | v4l2.h | 16 #define show_type(type) \ macro 150 __entry->index, show_type(__entry->type),
|
/linux-4.4.14/Documentation/driver-model/ |
D | device.txt | 63 static DEVICE_ATTR(type, 0444, show_type, NULL);
|
/linux-4.4.14/arch/ia64/kernel/ |
D | topology.c | 228 static ssize_t show_type(struct cache_info *this_leaf, char *buf) in show_type() function
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-sysfs.c | 101 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.4.14/scripts/ |
D | checkpatch.pl | 1673 sub show_type { subroutine 1684 if (!show_type($type) || 2674 (show_type("LONG_LINE") || show_type($msg_type))) { 3686 if (show_type("SPACING") && $fix) {
|