Home
last modified time | relevance | path

Searched refs:handlers (Results 76 – 100 of 188) sorted by relevance

12345678

/linux/Documentation/driver-api/media/
H A Dv4l2-fh.rst3 V4L2 File handlers
H A Dv4l2-controls.rst45 references to controls, possibly to controls owned by other handlers.
397 the value of controls owned by other handlers, then you have to be very careful
664 all video nodes. But you can also specify different control handlers for
706 What you should not do is make two identical controls for two handlers.
/linux/Documentation/livepatch/
H A Dcumulative-patches.rst33 Ftrace handlers are transparently removed from functions that are no
/linux/Documentation/infiniband/
H A Dcore_locking.rst77 completion event handlers for the same CQ are not called
/linux/Documentation/networking/devlink/
H A Ddevlink-health.rst39 with different handlers.
/linux/Documentation/locking/
H A Dlocktypes.rst109 interrupt handlers and soft interrupts. This conversion allows spinlock_t
242 handlers.
247 preemption enabled. The lock disables softirq handlers and also
/linux/Documentation/admin-guide/
H A Dxfs.rst398 different error handlers for which behaviour can be configured.
400 -error handlers:
460 Each filesystem has specific error class handlers that define the error
463 specific handlers defined. Where multiple retry constraints are configured for
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dsifive,plic-1.0.0.yaml32 ignore them. In the first case, handlers are oblivious to the trigger type, so
/linux/drivers/hid/
H A Dhid-wiimote-core.c1594 static const struct wiiproto_handler handlers[] = { variable
1633 for (i = 0; handlers[i].id; ++i) { in wiimote_hid_event()
1634 h = &handlers[i]; in wiimote_hid_event()
1643 if (!handlers[i].id) in wiimote_hid_event()
/linux/Documentation/arch/parisc/
H A Dregisters.rst103 (GR) saves and restores in interruption handlers.
/linux/Documentation/arch/x86/
H A Dbuslock.rst47 The kernel #AC and #DB handlers handle bus lock based on the kernel
H A Dxstate.rst144 configuration. Signal handlers can examine the XSAVE buffer's XSTATE_BV
/linux/Documentation/dev-tools/
H A Dkcov.rst18 Besides collecting coverage data from syscall handlers, KCOV can also collect
223 Besides collecting coverage data from handlers of syscalls issued from a
/linux/Documentation/accel/qaic/
H A Dqaic.rst53 interrupt handlers for every DBC and MHI wake up for every interrupt that
54 arrives; however, the DBC threaded irq handlers only are started when work to be
/linux/Documentation/RCU/
H A Dstallwarn.rst73 prevent RCU's kthreads and softirq handlers from running.
261 handlers that the stalled CPU has executed. The number before the "/"
269 handlers are no longer able to execute on this CPU. This can happen if
437 handlers, the system CPU consumption is misleadingly measured as zero.
/linux/Documentation/target/
H A Dtcm_mod_builder.rst23 the TransportID / Initiator and Target WWPN related handlers for
/linux/Documentation/driver-api/virtio/
H A Dvirtio.rst62 (see vring_interrupt()). Interrupt request handlers are registered for
/linux/arch/sh/kernel/cpu/sh3/
H A Dentry.S490 mov r15, r8 ! trap handlers take saved regs in r8
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_com.h356 ena_aenq_handler handlers[ENA_MAX_HANDLERS]; member
/linux/tools/perf/
H A Dbuiltin-sched.c1809 struct evsel_str_handler handlers[] = { in perf_sched__read_events() local
1835 handlers[2].handler = process_sched_wakeup_ignore; in perf_sched__read_events()
1837 if (perf_session__set_tracepoints_handlers(session, handlers)) in perf_sched__read_events()
2981 struct evsel_str_handler handlers[] = { in perf_sched__timehist() local
3044 handlers[1].handler = timehist_sched_wakeup_ignore; in perf_sched__timehist()
3047 if (perf_session__set_tracepoints_handlers(session, handlers)) in perf_sched__timehist()
/linux/Documentation/arch/arm/
H A Dtcm.rst52 - FIQ and other interrupt handlers that need deterministic
/linux/arch/powerpc/platforms/pseries/
H A DKconfig81 event types and scopes. Device drivers can register their handlers
/linux/Documentation/driver-api/gpio/
H A Dconsumer.rst218 handlers and similar contexts.
242 sleeping, which can't be done from inside IRQ handlers.
259 that can't be accessed from hardIRQ handlers, these calls act the same as the
/linux/drivers/ntb/
H A Dntb_transport.c1983 const struct ntb_queue_handlers *handlers) in ntb_transport_create_queue() argument
2015 qp->rx_handler = handlers->rx_handler; in ntb_transport_create_queue()
2016 qp->tx_handler = handlers->tx_handler; in ntb_transport_create_queue()
2017 qp->event_handler = handlers->event_handler; in ntb_transport_create_queue()
/linux/Documentation/input/
H A Duinput.rst41 send a key event. All default imports and error handlers were removed for

12345678