Home
last modified time | relevance | path

Searched refs:tcpm_mux_set (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpm.c931 static int tcpm_mux_set(struct tcpm_port *port, int state, in tcpm_mux_set() function
1083 ret = tcpm_mux_set(port, TYPEC_STATE_USB, usb_role, orientation); in tcpm_set_roles()
3678 tcpm_mux_set(port, TYPEC_STATE_SAFE, USB_ROLE_NONE, in tcpm_src_attach()
3737 tcpm_mux_set(port, TYPEC_STATE_SAFE, USB_ROLE_NONE, in tcpm_reset_port()
/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dtcpm.c724 ret = tcpm_mux_set(port, TYPEC_STATE_USB, usb_role, orientation); in tcpm_set_roles()