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.c76 idle_state = MUX_IDLE_AS_IS; in adgs1408_probe()
87 case MUX_IDLE_AS_IS: in adgs1408_probe()
H A Dmmio.c117 s32 idle_state = MUX_IDLE_AS_IS; in mux_mmio_probe()
155 if (idle_state != MUX_IDLE_AS_IS) { in mux_mmio_probe()
H A Dgpio.c75 if (ret >= 0 && idle_state != MUX_IDLE_AS_IS) { in mux_gpio_probe()
/linux/sound/soc/codecs/
H A Dsimple-mux.c62 if (priv->idle_state != MUX_IDLE_AS_IS && in simple_mux_control_put()
90 if (priv->idle_state != MUX_IDLE_AS_IS) { in simple_mux_event()
156 priv->idle_state = MUX_IDLE_AS_IS; in simple_mux_probe()
157 } else if (priv->idle_state != MUX_IDLE_AS_IS && priv->idle_state >= 2) { in simple_mux_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 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.