Lines Matching defs:mux
42 struct mux_control *mux; member
128 struct mux_control *mux = &mux_chip->mux[i]; in mux_chip_alloc() local
143 static int mux_control_set(struct mux_control *mux, int state) in mux_control_set()
171 struct mux_control *mux = &mux_chip->mux[i]; in mux_chip_register() local
305 unsigned int mux_control_states(struct mux_control *mux) in mux_control_states()
314 static int __mux_control_select(struct mux_control *mux, int state) in __mux_control_select()
335 static void mux_control_delay(struct mux_control *mux, unsigned int delay_us) in mux_control_delay()
368 int mux_control_select_delay(struct mux_control *mux, unsigned int state, in mux_control_select_delay()
428 int mux_control_try_select_delay(struct mux_control *mux, unsigned int state, in mux_control_try_select_delay()
480 int mux_control_deselect(struct mux_control *mux) in mux_control_deselect()
633 void mux_control_put(struct mux_control *mux) in mux_control_put()
641 struct mux_control *mux = *(struct mux_control **)res; in devm_mux_control_release() local
657 struct mux_control **ptr, *mux; in devm_mux_control_get() local