Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 25 of 79) sorted by relevance

1234

/include/trace/events/
Dnmi.h13 TP_PROTO(void *handler, s64 delta_ns, int handled),
15 TP_ARGS(handler, delta_ns, handled),
18 __field( void *, handler )
24 __entry->handler = handler;
30 __entry->handler,
/include/xen/
Devents.h22 irq_handler_t handler,
26 irq_handler_t handler,
31 irq_handler_t handler,
36 irq_handler_t handler,
44 irq_handler_t handler,
/include/net/iucv/
Diucv.h100 struct iucv_handler *handler; member
202 int iucv_register(struct iucv_handler *handler, int smp);
259 int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler,
277 int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler,
482 int (*path_accept)(struct iucv_path *path, struct iucv_handler *handler,
485 struct iucv_handler *handler,
490 int (*iucv_register)(struct iucv_handler *handler, int smp);
491 void (*iucv_unregister)(struct iucv_handler *handler, int smp);
/include/linux/
Dinterrupt.h119 irq_handler_t handler; member
147 request_threaded_irq(unsigned int irq, irq_handler_t handler,
165 request_irq(unsigned int irq, irq_handler_t handler, unsigned long flags, in request_irq() argument
168 return request_threaded_irq(irq, handler, NULL, flags, name, dev); in request_irq()
172 request_any_context_irq(unsigned int irq, irq_handler_t handler,
176 __request_percpu_irq(unsigned int irq, irq_handler_t handler,
181 request_nmi(unsigned int irq, irq_handler_t handler, unsigned long flags,
185 request_percpu_irq(unsigned int irq, irq_handler_t handler, in request_percpu_irq() argument
188 return __request_percpu_irq(irq, handler, 0, in request_percpu_irq()
193 request_percpu_nmi(unsigned int irq, irq_handler_t handler,
[all …]
Dgenl_magic_struct.h108 #define GENL_doit(handler) \ argument
109 .doit = handler, \
111 #define GENL_dumpit(handler) \ argument
112 .dumpit = handler, \
133 #define GENL_op(op_name, op_num, handler, tla_list) \ argument
144 #define GENL_op(op_name, op_num, handler, attr_list) argument
183 #define GENL_op(op_name, op_num, handler, attr_list) \ argument
200 #define GENL_op(op_name, op_num, handler, attr_list) argument
Dirqdesc.h195 irq_flow_handler_t handler) in irq_set_handler_locked() argument
199 desc->handle_irq = handler; in irq_set_handler_locked()
217 irq_flow_handler_t handler, const char *name) in irq_set_chip_handler_name_locked() argument
221 desc->handle_irq = handler; in irq_set_chip_handler_name_locked()
Drethook.h37 void (__rcu *handler) (struct rethook_node *, void *, struct pt_regs *);
66 struct rethook *rethook_alloc(void *data, rethook_handler_t handler);
Dxattr.h77 static inline const char *xattr_prefix(const struct xattr_handler *handler) in xattr_prefix() argument
79 return handler->prefix ?: handler->name; in xattr_prefix()
Dinet_diag.h86 extern int inet_diag_register(const struct inet_diag_handler *handler);
87 extern void inet_diag_unregister(const struct inet_diag_handler *handler);
Dvga_switcheroo.h162 int vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler,
182 static inline int vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler, in vga_switcheroo_register_handler() argument
Dsysrq.h33 void (* const handler)(int); member
/include/linux/greybus/
Dconnection.h49 gb_request_handler_t handler; member
68 u16 hd_cport_id, gb_request_handler_t handler);
71 u16 cport_id, gb_request_handler_t handler);
73 u16 cport_id, gb_request_handler_t handler,
/include/acpi/
Dacpixf.h501 handler, void *context))
504 handler))
533 acpi_object_handler handler,
537 acpi_object_handler handler))
540 acpi_object_handler handler,
590 (acpi_init_handler handler, u32 function))
600 (acpi_gbl_event_handler handler,
606 handler,
612 handler))
638 handler,
[all …]
/include/net/
Dwext.h47 iw_handler handler);
50 iw_handler handler);
Dprotocol.h38 int (*handler)(struct sk_buff *skb); member
53 int (*handler)(struct sk_buff *skb); member
Dllc.h107 void (*handler)(struct llc_sap *sap, struct sk_buff *skb));
110 void llc_set_station_handler(void (*handler)(struct sk_buff *skb));
/include/linux/mlx5/
Deq.h58 #define MLX5_NB_INIT(name, handler, event) do { \ argument
59 (name)->nb.notifier_call = handler; \
/include/asm-generic/
Dmshyperv.h153 void hv_setup_vmbus_handler(void (*handler)(void));
155 void hv_setup_stimer0_handler(void (*handler)(void));
158 void hv_setup_kexec_handler(void (*handler)(void));
160 void hv_setup_crash_handler(void (*handler)(struct pt_regs *regs));
/include/linux/platform_data/
Dmmc-mxcmmc.h26 int (*init)(struct device *dev, irq_handler_t handler, void *data);
/include/soc/tegra/
Dbpmp.h55 tegra_bpmp_mrq_handler_t handler; member
120 tegra_bpmp_mrq_handler_t handler, void *data);
150 tegra_bpmp_mrq_handler_t handler, in tegra_bpmp_request_mrq() argument
/include/linux/irqchip/
Dirq-madera.h104 irq_handler_t handler, void *data) in madera_request_irq() argument
110 return request_threaded_irq(irq, NULL, handler, IRQF_ONESHOT, name, in madera_request_irq()
/include/linux/rpmsg/
Dmtk_rpmsg.h25 ipi_handler_t handler, void *priv);
/include/rdma/
Duverbs_named_ioctl.h30 .handler = UVERBS_HANDLER(_method_id), \
44 .handler = uverbs_destroy_def_handler, \
/include/linux/mfd/wm8994/
Dcore.h121 irq_handler_t handler, const char *name, in wm8994_request_irq() argument
127 NULL, handler, IRQF_TRIGGER_RISING, name, in wm8994_request_irq()
/include/linux/mfd/
Dmc13xxx.h22 irq_handler_t handler, const char *name, void *dev);
41 irq_handler_t handler, in mc13xxx_irq_request_nounmask() argument
44 return mc13xxx_irq_request(mc13xxx, irq, handler, name, dev); in mc13xxx_irq_request_nounmask()

1234