Lines Matching defs:mux
41 struct mux_control *mux; member
125 struct mux_control *mux = &mux_chip->mux[i]; in mux_chip_alloc() local
140 static int mux_control_set(struct mux_control *mux, int state) in mux_control_set()
168 struct mux_control *mux = &mux_chip->mux[i]; in mux_chip_register() local
302 unsigned int mux_control_states(struct mux_control *mux) in mux_control_states()
311 static int __mux_control_select(struct mux_control *mux, int state) in __mux_control_select()
332 static void mux_control_delay(struct mux_control *mux, unsigned int delay_us) in mux_control_delay()
365 int mux_control_select_delay(struct mux_control *mux, unsigned int state, in mux_control_select_delay()
425 int mux_control_try_select_delay(struct mux_control *mux, unsigned int state, in mux_control_try_select_delay()
477 int mux_control_deselect(struct mux_control *mux) in mux_control_deselect()
630 void mux_control_put(struct mux_control *mux) in mux_control_put()
638 struct mux_control *mux = *(struct mux_control **)res; in devm_mux_control_release() local
654 struct mux_control **ptr, *mux; in devm_mux_control_get() local