Home
last modified time | relevance | path

Searched refs:handlers (Results 26 – 50 of 188) sorted by relevance

12345678

/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2grab-example.rst10 libv4l handlers. The advantage is that this grabber can potentially work
/linux/fs/reiserfs/
H A Dxattr.c770 #define for_each_xattr_handler(handlers, handler) \ argument
771 for ((handler) = *(handlers)++; \
773 (handler) = *(handlers)++)
783 static inline bool reiserfs_xattr_list(const struct xattr_handler * const *handlers, in reiserfs_xattr_list() argument
786 if (handlers) { in reiserfs_xattr_list()
789 for_each_xattr_handler(handlers, xah) { in reiserfs_xattr_list()
/linux/drivers/soc/qcom/
H A Dqmi_interface.c398 if (!qmi->handlers) in qmi_invoke_handler()
401 for (handler = qmi->handlers; handler->fn; handler++) { in qmi_invoke_handler()
623 const struct qmi_msg_handler *handlers) in qmi_handle_init() argument
638 qmi->handlers = handlers; in qmi_handle_init()
/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c558 handler *handlers = (handler *)exception_handlers; in route_exception() local
560 if (handlers && handlers[regs->vector]) { in route_exception()
561 handlers[regs->vector](regs); in route_exception()
582 vm->handlers = __vm_vaddr_alloc_page(vm, MEM_REGION_DATA); in vm_init_descriptor_tables()
589 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers; in vm_init_descriptor_tables()
604 vm_vaddr_t *handlers = (vm_vaddr_t *)addr_gva2hva(vm, vm->handlers); in vm_install_exception_handler() local
606 handlers[vector] = (vm_vaddr_t)handler; in vm_install_exception_handler()
/linux/drivers/gpu/drm/i915/gvt/
H A DMakefile15 gvt/handlers.o \
/linux/arch/um/os-Linux/
H A Dsignal.c163 static void (*handlers[_NSIG])(int sig, struct siginfo *si, mcontext_t *mc) = { variable
206 (*handlers[sig])(sig, (struct siginfo *)si, mc); in hard_handler()
/linux/include/linux/
H A Dntb_transport.h76 const struct ntb_queue_handlers *handlers);
/linux/Documentation/networking/
H A Dfailover.rst12 are used as event handlers that get called to handle netdev register/
/linux/drivers/char/ipmi/
H A Dipmi_ssif.c209 struct ipmi_smi_handlers handlers; member
1853 ssif_info->handlers.owner = THIS_MODULE; in ssif_probe()
1854 ssif_info->handlers.start_processing = ssif_start_processing; in ssif_probe()
1855 ssif_info->handlers.shutdown = shutdown_ssif; in ssif_probe()
1856 ssif_info->handlers.get_smi_info = get_smi_info; in ssif_probe()
1857 ssif_info->handlers.sender = sender; in ssif_probe()
1858 ssif_info->handlers.request_events = request_events; in ssif_probe()
1859 ssif_info->handlers.set_need_watch = ssif_set_need_watch; in ssif_probe()
1889 rv = ipmi_register_smi(&ssif_info->handlers, in ssif_probe()
/linux/Documentation/driver-api/media/
H A Dcamera-sensor.rst66 The runtime PM handlers shall handle clocks, regulators, GPIOs, and other
69 only), the runtime PM handlers may be left unimplemented.
87 Drivers should in general not implement the system PM handlers.
/linux/Documentation/trace/
H A Dkprobes.rst158 data between corresponding user entry and return handlers. The size of each
216 - a call to the trampoline code which calls user's probe handlers.
354 the associated probe handlers that you'll write. See the files in the
367 calls kp->post_handler. Any or all handlers can be NULL. If kp->flags is set
368 KPROBE_FLAG_DISABLED, that kp will be registered but disabled, so, its handlers
544 In particular, you can probe interrupt handlers. Known exceptions
565 Kprobes makes no attempt to prevent probe handlers from stepping on
568 handlers won't be run in that instance, and the kprobe.nmissed member
571 As of Linux v2.6.15-rc1, multiple handlers (or multiple instances of
577 Probe handlers are run with preemption disabled or interrupt disabled,
[all …]
/linux/Documentation/admin-guide/LSM/
H A DYama.rst38 between a debugging process and its inferior (crash handlers, etc),
43 Firefox's crash handlers, and by Wine for allowing only Wine processes
/linux/tools/testing/selftests/kvm/
H A DMakefile36 LIBKVM_x86_64 += lib/x86_64/handlers.S
49 LIBKVM_aarch64 += lib/aarch64/handlers.S
59 LIBKVM_riscv += lib/riscv/handlers.S
/linux/arch/m68k/fpsp040/
H A Dx_store.S6 | Used by underflow and overflow handlers.
54 | handlers restore fp0-fp3 from there.
/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c818 il->handlers[N_ALIVE] = il3945_hdl_alive; in il3945_setup_handlers()
819 il->handlers[C_ADD_STA] = il3945_hdl_add_sta; in il3945_setup_handlers()
820 il->handlers[N_ERROR] = il_hdl_error; in il3945_setup_handlers()
821 il->handlers[N_CHANNEL_SWITCH] = il_hdl_csa; in il3945_setup_handlers()
823 il->handlers[N_PM_SLEEP] = il_hdl_pm_sleep; in il3945_setup_handlers()
825 il->handlers[N_BEACON] = il3945_hdl_beacon; in il3945_setup_handlers()
832 il->handlers[C_STATS] = il3945_hdl_c_stats; in il3945_setup_handlers()
833 il->handlers[N_STATS] = il3945_hdl_stats; in il3945_setup_handlers()
1223 if (il->handlers[pkt->hdr.cmd]) { in il3945_rx_handle()
1226 il->isr_stats.handlers[pkt->hdr.cmd]++; in il3945_rx_handle()
[all …]
/linux/arch/m68k/ifpsp060/
H A Dfpsp.doc33 Package. This package is essentially a set of exception handlers
35 These exception handlers emulate Unimplemented FP instructions,
38 includes exception handlers to provide full IEEE-754 compliant
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.h86 cxgb3_cpl_handler_func *handlers; member
/linux/drivers/media/radio/wl128x/
H A Dfmdrv.h106 int_handler_prototype *handlers; member
/linux/drivers/mfd/
H A Dmenelaus.c164 void (*handlers[16])(struct menelaus_chip *); member
236 the_menelaus->handlers[irq] = handler; in menelaus_add_irq_work()
250 the_menelaus->handlers[irq] = NULL; in menelaus_remove_irq_work()
783 handler = menelaus->handlers[irq]; in menelaus_work()
/linux/drivers/infiniband/hw/efa/
H A Defa_com.h150 efa_aenq_handler handlers[EFA_MAX_HANDLERS]; member
/linux/Documentation/netlink/specs/
H A Dhandshake.yaml92 doc: Notify handlers that a new handshake request is waiting
/linux/Documentation/livepatch/
H A Dcallbacks.rst60 other. However, the livepatching core executes the handlers in
94 If a patch transition is reversed, no pre-unpatch handlers will be run
/linux/Documentation/arch/parisc/
H A Ddebugging.rst40 registers interruption handlers read to find out where the machine
/linux/Documentation/mm/
H A Dvmalloced-kernel-stacks.rst124 overflows into the guard pages, handlers have to be careful not overflow
125 the stack again. When handlers are called, it is likely that very little
/linux/Documentation/input/
H A Dinput.rst27 Event handlers
78 Event handlers
81 Event handlers distribute the events from the devices to userspace and

12345678