Searched refs:show_type (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | vsock_virtio_transport_common.h | 13 #define show_type(val) \ macro 77 show_type(__entry->type), 132 show_type(__entry->type),
|
D | v4l2.h | 17 #define show_type(type) \ macro 152 __entry->index, show_type(__entry->type),
|
/Linux-v4.19/drivers/acpi/ |
D | bgrt.c | 35 static ssize_t show_type(struct device *dev, in show_type() function 40 static DEVICE_ATTR(type, S_IRUGO, show_type, NULL);
|
/Linux-v4.19/fs/ |
D | proc_namespace.c | 88 static void show_type(struct seq_file *m, struct super_block *sb) in show_type() function 118 show_type(m, sb); in show_vfsmnt() 173 show_type(m, sb); in show_mountinfo() 225 show_type(m, sb); in show_vfsstat()
|
/Linux-v4.19/net/atm/ |
D | atm_sysfs.c | 14 static ssize_t show_type(struct device *cdev, in show_type() function 103 static DEVICE_ATTR(type, 0444, show_type, NULL);
|
/Linux-v4.19/drivers/hwmon/ |
D | lm95234.c | 241 static ssize_t show_type(struct device *dev, struct device_attribute *attr, in show_type() function 510 static SENSOR_DEVICE_ATTR(temp2_type, S_IWUSR | S_IRUGO, show_type, set_type, 512 static SENSOR_DEVICE_ATTR(temp3_type, S_IWUSR | S_IRUGO, show_type, set_type, 514 static SENSOR_DEVICE_ATTR(temp4_type, S_IWUSR | S_IRUGO, show_type, set_type, 516 static SENSOR_DEVICE_ATTR(temp5_type, S_IWUSR | S_IRUGO, show_type, set_type,
|
/Linux-v4.19/Documentation/driver-model/ |
D | device.txt | 63 static DEVICE_ATTR(type, 0444, show_type, NULL);
|
/Linux-v4.19/arch/ia64/kernel/ |
D | topology.c | 228 static ssize_t show_type(struct cache_info *this_leaf, char *buf) in show_type() function
|
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-sysfs.c | 97 static ssize_t show_type(struct device *class_dev, in show_type() function 330 cip->attr_type.show = show_type; in pvr2_sysfs_add_control()
|
/Linux-v4.19/scripts/ |
D | checkpatch.pl | 1965 sub show_type { subroutine 1978 if (!show_type($type) || 3091 (show_type("LONG_LINE") || show_type($msg_type))) { 4165 if (show_type("SPACING") && $fix) {
|