Home
last modified time | relevance | path

Searched refs:handlers (Results 51 – 75 of 188) sorted by relevance

12345678

/linux/arch/m68k/fpsp040/
H A Dfpsp.h16 | All FPSP handlers begin by executing:
48 | On exit, the handlers execute:
59 | type that was generated. Some handlers may omit the "frestore"
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_msgs.c655 static const struct hfi_done_handler handlers[] = { variable
773 for (i = 0; i < ARRAY_SIZE(handlers); i++) { in hfi_process_msg_packet()
774 handler = &handlers[i]; in hfi_process_msg_packet()
/linux/Documentation/userspace-api/
H A Dunshare.rst302 signal handlers, for which unsharing is not implemented
326 signals and signal handlers. Signals are complex to begin with and
327 to unshare signals and/or signal handlers of a currently running
329 need to allow unsharing of signals and/or signal handlers, it can
/linux/Documentation/staging/
H A Dremoteproc.rst23 handlers, and then all rpmsg drivers will then just work
118 name of this remote processor, platform-specific ops handlers,
200 * struct rproc_ops - platform-specific device handlers
212 handlers. If rpmsg/virtio functionality is also desired, then the ->kick handler
/linux/drivers/media/radio/wl128x/
H A Dfmdrv_common.c173 fmdev->irq_info.handlers[fmdev->irq_info.stage](fmdev); in fm_irq_call()
288 irq_info->handlers[irq_info->stage](fmdev); in recv_tasklet()
315 irq_info->handlers[irq_info->stage](fmdev); in recv_tasklet()
1044 fmdev->irq_info.handlers[fmdev->irq_info.stage](fmdev); in fm_irq_handle_intmsk_cmd_resp()
1642 fmdev->irq_info.handlers = int_handler_table; in fm_drv_init()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c4164 il->handlers[N_ALIVE] = il4965_hdl_alive; in il4965_setup_handlers()
4165 il->handlers[N_ERROR] = il_hdl_error; in il4965_setup_handlers()
4168 il->handlers[N_PM_SLEEP] = il_hdl_pm_sleep; in il4965_setup_handlers()
4170 il->handlers[N_BEACON] = il4965_hdl_beacon; in il4965_setup_handlers()
4178 il->handlers[N_STATS] = il4965_hdl_stats; in il4965_setup_handlers()
4188 il->handlers[N_RX_MPDU] = il4965_hdl_rx; in il4965_setup_handlers()
4189 il->handlers[N_RX] = il4965_hdl_rx; in il4965_setup_handlers()
4193 il->handlers[C_TX] = il4965_hdl_tx; in il4965_setup_handlers()
4252 if (il->handlers[pkt->hdr.cmd]) { in il4965_rx_handle()
4255 il->isr_stats.handlers[pkt->hdr.cmd]++; in il4965_rx_handle()
[all …]
/linux/arch/powerpc/include/asm/
H A Dpmac_pfunc.h179 struct pmf_handlers *handlers,
/linux/Documentation/driver-api/usb/
H A Derror-codes.rst83 USB device drivers may only test urb status values in completion handlers.
94 ``URB_SHORT_NOT_OK`` flag is set. Completion handlers for isochronous URBs
H A DURB.rst158 For isochronous endpoints, your completion handlers should (re)submit
235 In the current kernel, completion handlers run with local interrupts
237 local IRQs are always disabled inside completion handlers.
/linux/Documentation/core-api/
H A Dlocal_ops.rst35 require disabling interrupts to protect from interrupt handlers and it permits
36 coherent counters in NMI handlers. It is especially useful for tracing purposes
H A Dasm-annotations.rst88 interrupt handlers with special stack content, trampolines, or startup
148 for interrupt handlers and similar where the calling convention is not the C
H A Dentry.rst183 before it handles soft interrupts, whose handlers must run in BH context rather
187 Even though interrupt handlers are expected to run with local interrupts
/linux/Documentation/arch/arm/
H A Dinterrupts.rst107 The handler can be one of the 3 standard handlers - "level", "edge" and
136 enables this IRQ (eg, Neponset and SA1111 handlers).
/linux/Documentation/trace/
H A Dfprobe.rst84 handlers are no longer being called by functions after unregister_fprobe()
123 This is a local storage to share the data between entry and exit handlers.
/linux/Documentation/PCI/
H A Dboot-interrupts.rst55 handlers:
68 run to completion; otherwise some handlers will end up in stack overflows
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h605 const exit_handler_fn *handlers = kvm_get_exit_handler_array(vcpu); in kvm_hyp_handle_exit() local
608 fn = handlers[kvm_vcpu_trap_get_class(vcpu)]; in kvm_hyp_handle_exit()
/linux/Documentation/arch/powerpc/
H A Dtransactional_memory.rst120 However, basic signal handlers don't need to be aware of transactions
123 Transaction-aware signal handlers can read the transactional register state
124 from the second ucontext. This will be necessary for crash handlers to
/linux/Documentation/devicetree/bindings/power/reset/
H A Dgpio-restart.yaml26 restart handler completes allowing other restart handlers to be attempted.
/linux/kernel/irq/
H A DKconfig79 # Support for hierarchical fasteoi+edge and fasteoi+level handlers
/linux/Documentation/filesystems/smb/
H A Dksmbd.rst36 as workitems and to be executed in the handlers of the ksmbd-io kworker threads.
37 It allows for multiplexing of the handlers as the kernel take care of initiating
/linux/Documentation/filesystems/
H A Ddax.rst225 include handlers for fault, pmd_fault, page_mkwrite, pfn_mkwrite. These
226 handlers should probably call :c:func:`dax_iomap_fault()` passing the
233 The iomap handlers for allocating blocks must make sure that allocated blocks
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Ddpio-driver.rst104 and initializing interrupts and registering irq handlers. The dpio-driver
/linux/Documentation/arch/arm64/
H A Dtagged-pointers.rst59 that signal handlers in applications making use of tags cannot rely
/linux/Documentation/fb/
H A Ddeferred_io.rst11 - deferred IO and driver sets up fault and page_mkwrite handlers
/linux/Documentation/devicetree/bindings/media/
H A Dmediatek,mdp3-rdma.yaml59 VPU and to install Inter-Processor Interrupt handlers to control

12345678