Searched refs:show_type (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | vsock_virtio_transport_common.h | 13 #define show_type(val) \ macro 77 show_type(__entry->type), 132 show_type(__entry->type),
|
| H A D | v4l2.h | 17 #define show_type(type) \ macro 152 __entry->index, show_type(__entry->type),
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | proc_namespace.c | 89 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()
|
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | atm_sysfs.c | 14 static ssize_t show_type(struct device *cdev, in show_type() function 97 static DEVICE_ATTR(type, 0444, show_type, NULL);
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/ |
| H A D | device.rst | 66 static DEVICE_ATTR(type, 0444, show_type, NULL);
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | topology.c | 224 static ssize_t show_type(struct cache_info *this_leaf, char *buf) in show_type() function
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-sysfs.c | 87 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()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 778 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) {
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 1891 sub show_type { subroutine 1904 if (!show_type($type) || 2920 (show_type("LONG_LINE") || show_type($msg_type))) { 4003 if (show_type("SPACING") && $fix) {
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox.c | 361 sox_bool show_type = sox_true; in display_file_info() local 371 if (filetype) for (i = 0; ft->handler.names[i] && show_type; ++i) in display_file_info() 373 show_type = sox_false; in display_file_info() 374 if (show_type) in display_file_info()
|