Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/typec/
Dtcpm.c2501 static int tcpm_set_vbus(struct tcpm_port *port, bool enable) in tcpm_set_vbus() function
2630 ret = tcpm_set_vbus(port, true); in tcpm_src_attach()
3259 tcpm_set_vbus(port, false); in run_state_machine()
3264 tcpm_set_vbus(port, true); in run_state_machine()
3376 tcpm_set_vbus(port, false); in run_state_machine()
3413 tcpm_set_vbus(port, true); in run_state_machine()
/Linux-v4.19/drivers/usb/typec/fusb302/
Dfusb302.c833 static int tcpm_set_vbus(struct tcpc_dev *dev, bool on, bool charge) in tcpm_set_vbus() function
1204 fusb302_tcpc_dev->set_vbus = tcpm_set_vbus; in init_tcpc_dev()