Lines Matching defs:mux
41 struct mux_control *mux; member
126 struct mux_control *mux = &mux_chip->mux[i]; in mux_chip_alloc() local
141 static int mux_control_set(struct mux_control *mux, int state) in mux_control_set()
169 struct mux_control *mux = &mux_chip->mux[i]; in mux_chip_register() local
303 unsigned int mux_control_states(struct mux_control *mux) in mux_control_states()
312 static int __mux_control_select(struct mux_control *mux, int state) in __mux_control_select()
333 static void mux_control_delay(struct mux_control *mux, unsigned int delay_us) in mux_control_delay()
366 int mux_control_select_delay(struct mux_control *mux, unsigned int state, in mux_control_select_delay()
426 int mux_control_try_select_delay(struct mux_control *mux, unsigned int state, in mux_control_try_select_delay()
478 int mux_control_deselect(struct mux_control *mux) in mux_control_deselect()
631 void mux_control_put(struct mux_control *mux) in mux_control_put()
639 struct mux_control *mux = *(struct mux_control **)res; in devm_mux_control_release() local
655 struct mux_control **ptr, *mux; in devm_mux_control_get() local