Home
last modified time | relevance | path

Searched defs:Handler (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/gpu/
H A Dvga-switcheroo.rst76 Graphics mux
82 Power control
88 Backlight control
94 Public functions
/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst2081 Interrupts at the period (fragment) boundary
2128 High frequency timer interrupts
2180 On calling :c:func:`snd_pcm_period_elapsed()`
/linux/rust/kernel/irq/
H A Drequest.rs30 pub trait Handler: Sync { interface