Home
last modified time | relevance | path

Searched full:mux_idle_as_is (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/mux/
H A Dadg792a.c93 idle_state[0] = MUX_IDLE_AS_IS; in adg792a_probe()
94 idle_state[1] = MUX_IDLE_AS_IS; in adg792a_probe()
95 idle_state[2] = MUX_IDLE_AS_IS; in adg792a_probe()
105 case MUX_IDLE_AS_IS: in adg792a_probe()
H A Dadgs1408.c78 idle_state = MUX_IDLE_AS_IS; in adgs1408_probe()
89 case MUX_IDLE_AS_IS: in adgs1408_probe()
H A Dmmio.c82 s32 idle_state = MUX_IDLE_AS_IS; in mux_mmio_probe()
120 if (idle_state != MUX_IDLE_AS_IS) { in mux_mmio_probe()
H A Dgpio.c76 if (ret >= 0 && idle_state != MUX_IDLE_AS_IS) { in mux_gpio_probe()
/linux/Documentation/devicetree/bindings/mux/
H A Dadi,adg792a.txt19 when idle. The special state MUX_IDLE_AS_IS is the default and
37 idle-state = <MUX_IDLE_DISCONNECT MUX_IDLE_AS_IS 1>;
H A Dmux-controller.yaml52 as MUX_IDLE_AS_IS (-1) and MUX_IDLE_DISCONNECT (-2).
62 idle-state = <MUX_IDLE_DISCONNECT MUX_IDLE_AS_IS 2>;
H A Dadi,adgs1408.txt19 when idle. The special state MUX_IDLE_AS_IS is the default and
H A Dreg-mux.yaml112 idle-states = <MUX_IDLE_AS_IS>, <0>;
/linux/include/dt-bindings/mux/
H A Dmux.h14 #define MUX_IDLE_AS_IS (-1) macro
/linux/include/linux/mux/
H A Ddriver.h36 * of MUX_IDLE_AS_IS and MUX_IDLE_DISCONNECT.