Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 60) sorted by relevance

123

/include/trace/events/
A Dworkqueue.h32 __field( void *, function)
40 __entry->function = work->func;
47 __entry->work, __entry->function, __get_str(workqueue),
67 __field( void *, function)
72 __entry->function = work->func;
92 __field( void *, function)
97 __entry->function = work->func;
112 TP_PROTO(struct work_struct *work, work_func_t function),
114 TP_ARGS(work, function),
118 __field( void *, function)
[all …]
A Dtimer.h61 __field( void *, function )
70 __entry->function = timer->function;
101 __field( void *, function)
108 __entry->function = timer->function;
113 __entry->timer, __entry->function, __entry->now,
230 __field( void *, function )
238 __entry->function = ACCESS_PRIVATE(hrtimer, function);
245 "mode=%s", __entry->hrtimer, __entry->function,
268 __field( void *, function)
274 __entry->function = ACCESS_PRIVATE(hrtimer, function);
[all …]
A Dsched.h73 __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/sound/
A Dsdca_regmap.h18 bool sdca_regmap_readable(struct sdca_function_data *function, unsigned int reg);
19 bool sdca_regmap_writeable(struct sdca_function_data *function, unsigned int reg);
20 bool sdca_regmap_volatile(struct sdca_function_data *function, unsigned int reg);
21 bool sdca_regmap_deferrable(struct sdca_function_data *function, unsigned int reg);
22 int sdca_regmap_mbq_size(struct sdca_function_data *function, unsigned int reg);
24 int sdca_regmap_count_constants(struct device *dev, struct sdca_function_data *function);
25 int sdca_regmap_populate_constants(struct device *dev, struct sdca_function_data *function,
29 struct sdca_function_data *function);
A Dsdca_asoc.h26 int sdca_asoc_count_component(struct device *dev, struct sdca_function_data *function,
30 int sdca_asoc_populate_dapm(struct device *dev, struct sdca_function_data *function,
34 struct sdca_function_data *function,
36 int sdca_asoc_populate_dais(struct device *dev, struct sdca_function_data *function,
41 struct sdca_function_data *function,
47 struct sdca_function_data *function,
53 struct sdca_function_data *function,
56 struct sdca_function_data *function,
A Dsdca_interrupts.h39 struct sdca_function_data *function; member
68 struct sdca_function_data *function,
72 int sdca_irq_populate(struct sdca_function_data *function,
A Dsdca.h44 struct sdca_function_desc function[SDCA_MAX_FUNCTION_COUNT]; member
/include/linux/
A Disapnp.h42 { .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
A Dmaple.h57 unsigned long function; member
73 unsigned long when, interval, function; member
84 unsigned long function; member
91 unsigned long function);
95 int maple_add_packet(struct maple_device *mdev, u32 function,
A Dtypecheck.h20 #define typecheck_fn(type,function) \ argument
21 ({ typeof(type) __tmp = function; \
A Dalarmtimer.h39 void (*function)(struct alarm *, ktime_t now); member
46 void (*function)(struct alarm *, ktime_t));
A Dtimer_types.h15 void (*function)(struct timer_list *); member
A Dhrtimer.h234 extern void hrtimer_setup(struct hrtimer *timer, enum hrtimer_restart (*function)(struct hrtimer *),
237 enum hrtimer_restart (*function)(struct hrtimer *),
337 enum hrtimer_restart (*function)(struct hrtimer *)) in hrtimer_update_function()
345 if (WARN_ON_ONCE(!function)) in hrtimer_update_function()
348 ACCESS_PRIVATE(timer, function) = function; in hrtimer_update_function()
A Dhrtimer_types.h42 enum hrtimer_restart (*__private function)(struct hrtimer *);
A Dcodetag.h28 const char *function; member
68 .function = __func__, \
A Dvbox_utils.h36 u32 function, u32 timeout_ms,
A Ddynamic_debug.h22 const char *function; member
167 .function = __func__, \
/include/pcmcia/
A Ddevice_id.h113 .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/
A Dacoutput.h302 #define ACPI_DO_DEBUG_PRINT(function, level, line, filename, modulename, component, ...) \ argument
306 function (level, line, filename, modulename, component, __VA_ARGS__); \
332 #define ACPI_TRACE_ENTRY(name, function, type, param) \ argument
334 function (ACPI_DEBUG_PARAMETERS, (type) (param))
377 #define ACPI_TRACE_EXIT(function, type, param) \ argument
380 function (ACPI_DEBUG_PARAMETERS, _param); \
386 #define ACPI_TRACE_EXIT(function, type, param) \ argument
388 function (ACPI_DEBUG_PARAMETERS, (type) (param)); \
A Dacpiosxf.h248 acpi_osd_exec_callback function, void *context);
322 acpi_status acpi_os_signal(u32 function, void *info);
/include/uapi/scsi/
A Dscsi_bsg_mpi3mr.h464 __u8 function; member
480 __u8 function; member
504 __u8 function; member
533 __u8 function; member
/include/rv/
A Dautomata.h63 return automaton_##name.function[curr_state][event]; \
/include/linux/pinctrl/
A Dmachine.h35 const char *function; member
95 .function = func, \
/include/linux/usb/
A Duas.h62 __u8 function; member
/include/linux/surface_aggregator/
A Ddevice.h60 u8 function; member
104 .function = __builtin_choose_expr((fun) != SSAM_SSH_FUN_ANY, (fun), 0)

Completed in 52 milliseconds

123