Home
last modified time | relevance | path

Searched refs:IRQMode (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/block/rnull/
H A Dconfigfs.rs77 irq_mode: IRQMode::None, in make_group()
86 pub(crate) enum IRQMode { enum
91 impl TryFrom<u8> for IRQMode { implementation
103 impl fmt::Display for IRQMode { implementation
126 irq_mode: IRQMode,
260 this.data.lock().irq_mode = IRQMode::try_from(value)?; in store()