/include/trace/events/ |
D | workqueue.h | 32 __field( void *, function) 40 __entry->function = work->func; 47 __entry->work, __entry->function, __get_str(workqueue), 90 __field( void *, function) 95 __entry->function = work->func; 98 TP_printk("work struct %p: function %ps", __entry->work, __entry->function) 110 TP_PROTO(struct work_struct *work, work_func_t function), 112 TP_ARGS(work, function), 116 __field( void *, function) 121 __entry->function = function; [all …]
|
D | timer.h | 62 __field( void *, function ) 70 __entry->function = timer->function; 77 __entry->timer, __entry->function, __entry->expires, 99 __field( void *, function) 106 __entry->function = timer->function; 111 __entry->timer, __entry->function, __entry->now, 207 __field( void *, function ) 215 __entry->function = hrtimer->function; 222 "mode=%s", __entry->hrtimer, __entry->function, 245 __field( void *, function) [all …]
|
D | sched.h | 73 __field( void *, function) 79 __entry->function = work->func; 84 __entry->work, __entry->function, __entry->worker) 101 __field( void *, function) 106 __entry->function = work->func; 109 TP_printk("work struct %p: function %ps", __entry->work, __entry->function) 121 TP_PROTO(struct kthread_work *work, kthread_work_func_t function), 123 TP_ARGS(work, function), 127 __field( void *, function) 132 __entry->function = function; [all …]
|
/include/linux/ |
D | isapnp.h | 42 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) } 48 unsigned short vendor, function; member 54 .vendor = ISAPNP_VENDOR(_dva, _dvb, _dvc), .function = ISAPNP_FUNCTION(_dfunction) 80 unsigned short function, 94 unsigned short function, in pnp_find_dev() argument
|
D | maple.h | 58 unsigned long function; member 74 unsigned long when, interval, function; member 85 unsigned long function; member 92 unsigned long function); 96 int maple_add_packet(struct maple_device *mdev, u32 function,
|
D | typecheck.h | 20 #define typecheck_fn(type,function) \ argument 21 ({ typeof(type) __tmp = function; \
|
D | alarmtimer.h | 45 enum alarmtimer_restart (*function)(struct alarm *, ktime_t now); member 52 enum alarmtimer_restart (*function)(struct alarm *, ktime_t));
|
D | vbox_utils.h | 36 u32 function, u32 timeout_ms,
|
D | dynamic_debug.h | 20 const char *function; member 91 .function = __func__, \
|
D | timer.h | 19 void (*function)(struct timer_list *); member 82 .function = (_function), \
|
D | mod_devicetable.h | 292 __u8 function; member 637 unsigned short vendor, function; member 869 __u8 function; member
|
D | atalk.h | 77 __be16 function; member
|
D | counter.h | 278 enum counter_function *function); 281 enum counter_function function);
|
D | net.h | 250 #define net_ratelimited_function(function, ...) \ argument 253 function(__VA_ARGS__); \
|
/include/pcmcia/ |
D | device_id.h | 113 .function = (mfc), } 120 .function = (mfc), } 127 .function = (mfc), } 135 .function = (mfc), } 143 .function = (mfc), } 152 .function = (mfc), } 255 .function = (mfc), \ 265 .function = (mfc), \ 274 .function = (mfc), \
|
/include/acpi/ |
D | acoutput.h | 297 #define ACPI_DO_DEBUG_PRINT(function, level, line, filename, modulename, component, ...) \ argument 301 function (level, line, filename, modulename, component, __VA_ARGS__); \ 327 #define ACPI_TRACE_ENTRY(name, function, type, param) \ argument 329 function (ACPI_DEBUG_PARAMETERS, (type) (param)) 372 #define ACPI_TRACE_EXIT(function, type, param) \ argument 375 function (ACPI_DEBUG_PARAMETERS, _param); \ 381 #define ACPI_TRACE_EXIT(function, type, param) \ argument 383 function (ACPI_DEBUG_PARAMETERS, (type) (param)); \
|
D | acpiosxf.h | 248 acpi_osd_exec_callback function, void *context); 322 acpi_status acpi_os_signal(u32 function, void *info);
|
D | actypes.h | 1064 acpi_status (*acpi_init_handler) (acpi_handle object, u32 function); 1090 acpi_status (*acpi_adr_space_handler) (u32 function, 1109 u32 function, 1207 u16 function; member
|
/include/linux/pinctrl/ |
D | machine.h | 35 const char *function; member 95 .function = func, \
|
/include/linux/surface_aggregator/ |
D | device.h | 59 u8 function; member 103 .function = __builtin_choose_expr((fun) != SSAM_ANY_FUN, (fun), 0)
|
/include/linux/usb/ |
D | uas.h | 62 __u8 function; member
|
D | serial.h | 390 const char *function, int size, in usb_serial_debug_data() argument 394 function, size, size, data); in usb_serial_debug_data()
|
/include/uapi/linux/ |
D | vboxguest.h | 149 __u32 function; member
|
D | edd.h | 96 __u8 function; member
|
/include/media/ |
D | v4l2-mem2mem.h | 512 struct video_device *vdev, int function); 521 struct video_device *vdev, int function) in v4l2_m2m_register_media_controller() argument
|