Searched defs:func (Results 1 - 25 of 46) sorted by relevance

12

/include/linux/
H A Dtask_work.h10 init_task_work(struct callback_head *twork, task_work_func_t func) argument
12 twork->func = func;
H A Dirq_work.h23 void (*func)(struct irq_work *); member in struct:irq_work
27 void init_irq_work(struct irq_work *work, void (*func)(struct irq_work *))
30 work->func = func;
33 #define DEFINE_IRQ_WORK(name, _f) struct irq_work name = { .func = (_f), }
H A Dkthread.h75 kthread_work_func_t func; member in struct:kthread_work
86 .func = (fn), \
121 (work)->func = (fn); \
H A Dsmp.h19 smp_call_func_t func; member in struct:call_single_data
27 int smp_call_function_single(int cpuid, smp_call_func_t func, void *info,
33 int on_each_cpu(smp_call_func_t func, void *info, int wait);
39 void on_each_cpu_mask(const struct cpumask *mask, smp_call_func_t func,
48 smp_call_func_t func, void *info, bool wait,
95 int smp_call_function(smp_call_func_t func, void *info, int wait);
97 smp_call_func_t func, void *info, bool wait);
100 smp_call_func_t func, void *info, int wait);
131 static inline int up_smp_call_function(smp_call_func_t func, void *info) argument
135 #define smp_call_function(func, inf
145 smp_call_function_any(const struct cpumask *mask, smp_call_func_t func, void *info, int wait) argument
[all...]
H A Dbpf.h79 u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5); member in struct:bpf_func_proto
H A Dfence.h95 * @func: fence_func_t to call
102 fence_func_t func; member in struct:fence_cb
225 fence_func_t func);
H A Dgpio_event.h32 int (*func)(struct gpio_event_input_devs *input_devs, member in struct:gpio_event_info
34 void **data, int func);
75 struct gpio_event_info *info, void **data, int func);
112 struct gpio_event_info *info, void **data, int func);
126 struct gpio_event_info *info, void **data, int func);
150 struct gpio_event_info *info, void **data, int func);
H A Dhil_mlc.h95 hilse_func *func; /* Function to call if HILSE_FUNC */ member in union:hilse_node::__anon299
98 int arg; /* Timeout in usec or parm for func */
H A Dmemory_hotplug.h143 * If ARCH_HAS_NODEDATA_EXTENSION=n, this func is used to allocate pgdat.
215 static inline int mhp_notimplemented(const char *func) argument
217 printk(KERN_WARNING "%s() called, with CONFIG_MEMORY_HOTPLUG disabled\n", func);
261 void *arg, int (*func)(struct memory_block *, void *));
H A Drtc.h70 void (*func)(void *private_data); member in struct:rtc_task
H A Dtracepoint.h27 void *func; member in struct:tracepoint_func
131 it_func = (it_func_ptr)->func; \
134 } while ((++it_func_ptr)->func); \
H A Dcompiler.h80 const char *func; member in struct:ftrace_branch_data
113 .func = __func__, \
148 .func = __func__, \
H A Dkdb.h155 static inline int kdb_register(char *cmd, kdb_func_t func, char *usage, argument
157 static inline int kdb_register_repeat(char *cmd, kdb_func_t func, char *usage, argument
H A Di2c.h535 static inline int i2c_check_functionality(struct i2c_adapter *adap, u32 func) argument
537 return (func & i2c_get_functionality(adap)) == func;
H A Dtypes.h208 * @func: actual update function to call after the grace period.
212 void (*func)(struct callback_head *head); member in struct:callback_head
H A Dwait.h20 wait_queue_func_t func; member in struct:__wait_queue
50 .func = default_wake_function, \
91 q->func = default_wake_function;
95 init_waitqueue_func_entry(wait_queue_t *q, wait_queue_func_t func) argument
99 q->func = func;
839 .func = function, \
850 .func = wake_bit_function, \
859 (wait)->func = autoremove_wake_function; \
H A Dworkqueue.h102 work_func_t func; member in struct:work_struct
159 .func = (f), \
210 (_work)->func = (_func); \
218 (_work)->func = (_func); \
442 extern int schedule_on_each_cpu(work_func_t func);
/include/drm/
H A Ddrm_flip_work.h58 * @func: callback fxn called for each committed item
59 * @worker: worker which calls @func
65 drm_flip_func_t func; member in struct:drm_flip_work
74 const char *name, drm_flip_func_t func);
/include/uapi/linux/
H A Dpg.h46 char func; /* PG_RESET or PG_COMMAND */ member in struct:pg_write_hdr
H A Dptp_clock.h105 unsigned int func; member in struct:ptp_pin_desc
/include/net/irda/
H A Dparameters.h71 PV_TYPE type, PI_HANDLER func);
74 PI_HANDLER func; /* Handler for this parameter identifier */ member in struct:__anon1257
/include/linux/platform_data/
H A Dvideo-msm_fb.h32 void (*func)(struct msmfb_callback *); member in struct:msmfb_callback
/include/pcmcia/
H A Dds.h102 u8 func; member in struct:pcmcia_device
/include/uapi/drm/
H A Dsavage_drm.h77 } func; member in struct:drm_savage_init
/include/drm/ttm/
H A Dttm_bo_driver.h97 * @func: Pointer to a struct ttm_backend_func that describes
116 struct ttm_backend_func *func; member in struct:ttm_tt
254 * @func: structure pointer implementing the range manager. See above
255 * @priv: Driver private closure for @func.
284 const struct ttm_mem_type_manager_func *func; member in struct:ttm_mem_type_manager

Completed in 3523 milliseconds

12