Searched refs:typec_mux_set (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/usb/ |
H A D | typec_mux.h | 65 int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state); 83 static inline int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state) in typec_mux_set() function
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_typec.c | 187 return typec_mux_set(port->mux, &port->state); in cros_typec_usb_disconnect_state() 405 ret = typec_mux_set(port->mux, &port->state); in cros_typec_usb_safe_state() 486 return typec_mux_set(port->mux, &port->state); in cros_typec_enable_tbt() 530 ret = typec_mux_set(port->mux, &port->state); in cros_typec_enable_dp() 562 return typec_mux_set(port->mux, &port->state); in cros_typec_enable_usb4() 626 ret = typec_mux_set(port->mux, &port->state); in cros_typec_configure_mux()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | pmic_glink_altmode.c | 161 ret = typec_mux_set(port->typec_mux, &port->state); in pmic_glink_altmode_enable_dp() 183 ret = typec_mux_set(port->typec_mux, &port->state); in pmic_glink_altmode_enable_usb() 205 ret = typec_mux_set(port->typec_mux, &port->state); in pmic_glink_altmode_safe()
|
/openbmc/linux/drivers/usb/typec/ |
H A D | mux.c | 368 int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state) in typec_mux_set() function 387 EXPORT_SYMBOL_GPL(typec_mux_set);
|
H A D | bus.c | 43 return typec_mux_set(alt->mux, &state); in typec_altmode_set_mux()
|
H A D | class.c | 2019 return typec_mux_set(port->mux, &state); in typec_set_mode()
|