Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/usb/
Dtypec_mux.h66 int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state);
85 static inline int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state) in typec_mux_set() function
/linux-5.19.10/drivers/platform/chrome/
Dcros_ec_typec.c217 return typec_mux_set(port->mux, &port->state); in cros_typec_usb_disconnect_state()
388 return typec_mux_set(port->mux, &port->state); in cros_typec_usb_safe_state()
443 return typec_mux_set(port->mux, &port->state); in cros_typec_enable_tbt()
485 return typec_mux_set(port->mux, &port->state); in cros_typec_enable_dp()
513 return typec_mux_set(port->mux, &port->state); in cros_typec_enable_usb4()
574 ret = typec_mux_set(port->mux, &port->state); in cros_typec_configure_mux()
/linux-5.19.10/drivers/usb/typec/
Dmux.c407 int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state) in typec_mux_set() function
426 EXPORT_SYMBOL_GPL(typec_mux_set);
Dbus.c27 return typec_mux_set(alt->mux, &state); in typec_altmode_set_mux()
Dclass.c1855 return typec_mux_set(port->mux, &state); in typec_set_mode()