Searched refs:mux_state (Results 1 – 6 of 6) sorted by relevance
222 struct kcm_proc_mux_state *mux_state; in kcm_seq_show() local224 mux_state = seq->private; in kcm_seq_show()226 mux_state->idx = 0; in kcm_seq_show()229 kcm_format_mux(v, mux_state->idx, seq); in kcm_seq_show()230 mux_state->idx++; in kcm_seq_show()
239 struct typec_mux_state mux_state; in ptn36502_retimer_set() local260 mux_state.alt = state->alt; in ptn36502_retimer_set()261 mux_state.data = state->data; in ptn36502_retimer_set()262 mux_state.mode = state->mode; in ptn36502_retimer_set()264 return typec_mux_set(ptn->typec_mux, &mux_state); in ptn36502_retimer_set()
279 struct typec_mux_state mux_state; in nb7vpq904m_retimer_set() local300 mux_state.alt = state->alt; in nb7vpq904m_retimer_set()301 mux_state.data = state->data; in nb7vpq904m_retimer_set()302 mux_state.mode = state->mode; in nb7vpq904m_retimer_set()304 return typec_mux_set(nb7->typec_mux, &mux_state); in nb7vpq904m_retimer_set()
164 enum mux_state { enum359 enum mux_state state;
123 int mux_state; // 0..2 - MuxSyncWord, 3 - nMuxPacks, 4 - muxpack member609 switch (ttusb->mux_state) { in ttusb_process_frame()615 ++ttusb->mux_state; in ttusb_process_frame()617 ttusb->mux_state = 0; in ttusb_process_frame()628 ++ttusb->mux_state; in ttusb_process_frame()677 ttusb->mux_state = 0; in ttusb_process_frame()702 ttusb->mux_state = 0; in ttusb_process_frame()803 ttusb->mux_state = 0; in ttusb_start_iso_xfer()1614 ttusb->mux_state = 0; in ttusb_probe()
173 unsigned int mux_state; member3189 ret = mux_control_try_select(wcd938x->us_euro_mux, !wcd938x->mux_state); in wcd938x_swap_gnd_mic()3197 gpiod_set_value(wcd938x->us_euro_gpio, !wcd938x->mux_state); in wcd938x_swap_gnd_mic()3200 wcd938x->mux_state = !wcd938x->mux_state; in wcd938x_swap_gnd_mic()3223 ret = mux_control_try_select(wcd938x->us_euro_mux, wcd938x->mux_state); in wcd938x_populate_dt_data()