Searched refs:typec_mux_set (Results 1 – 4 of 4) sorted by relevance
291 int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state) in typec_mux_set() function298 EXPORT_SYMBOL_GPL(typec_mux_set);
1854 return typec_mux_set(port->mux, &state); in typec_set_mode()
216 return typec_mux_set(port->mux, &port->state); in cros_typec_usb_disconnect_state()386 return typec_mux_set(port->mux, &port->state); in cros_typec_usb_safe_state()441 return typec_mux_set(port->mux, &port->state); in cros_typec_enable_tbt()483 return typec_mux_set(port->mux, &port->state); in cros_typec_enable_dp()511 return typec_mux_set(port->mux, &port->state); in cros_typec_enable_usb4()554 ret = typec_mux_set(port->mux, &port->state); in cros_typec_configure_mux()
62 int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state);
Completed in 11 milliseconds