Home
last modified time | relevance | path

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

/Linux-v5.10/include/trace/events/
Dvsock_virtio_transport_common.h13 #define show_type(val) \ macro
77 show_type(__entry->type),
132 show_type(__entry->type),
Dv4l2.h17 #define show_type(type) \ macro
152 __entry->index, show_type(__entry->type),
/Linux-v5.10/drivers/acpi/
Dbgrt.c32 static ssize_t show_type(struct device *dev, in show_type() function
37 static DEVICE_ATTR(type, S_IRUGO, show_type, NULL);
/Linux-v5.10/fs/
Dproc_namespace.c89 static void show_type(struct seq_file *m, struct super_block *sb) in show_type() function
119 show_type(m, sb); in show_vfsmnt()
174 show_type(m, sb); in show_mountinfo()
226 show_type(m, sb); in show_vfsstat()
/Linux-v5.10/net/atm/
Datm_sysfs.c14 static ssize_t show_type(struct device *cdev, in show_type() function
97 static DEVICE_ATTR(type, 0444, show_type, NULL);
/Linux-v5.10/Documentation/driver-api/driver-model/
Ddevice.rst66 static DEVICE_ATTR(type, 0444, show_type, NULL);
/Linux-v5.10/arch/ia64/kernel/
Dtopology.c224 static ssize_t show_type(struct cache_info *this_leaf, char *buf) in show_type() function
/Linux-v5.10/drivers/media/usb/pvrusb2/
Dpvrusb2-sysfs.c87 static ssize_t show_type(struct device *class_dev, in show_type() function
320 cip->attr_type.show = show_type; in pvr2_sysfs_add_control()
/Linux-v5.10/scripts/
Dcheckpatch.pl778 if (show_type("CONST_STRUCT")) {
2076 sub show_type { subroutine
2089 if (!show_type($type) ||
3386 (show_type("LONG_LINE") || show_type($msg_type))) {
4490 if (show_type("SPACING") && $fix) {