Home
last modified time | relevance | path

Searched refs:typec_mux_set (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/typec/
A Dmux.c291 int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state) in typec_mux_set() function
298 EXPORT_SYMBOL_GPL(typec_mux_set);
A Dclass.c1854 return typec_mux_set(port->mux, &state); in typec_set_mode()
/linux/drivers/platform/chrome/
A Dcros_ec_typec.c216 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()
/linux/include/linux/usb/
A Dtypec_mux.h62 int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state);

Completed in 11 milliseconds