Home
last modified time | relevance | path

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

/linux/rust/kernel/irq/
H A Dflags.rs31 pub const TRIGGER_NONE: Flags = Flags::new(bindings::IRQF_TRIGGER_NONE); constant
/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c870 data |= DSI_TRIG_CTRL_MDP_TRIGGER(TRIGGER_NONE); in dsi_ctrl_enable()