Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/typec/tcpm/
Dtcpm.c694 static int tcpm_set_vconn(struct tcpm_port *port, bool enable) in tcpm_set_vconn() function
2645 ret = tcpm_set_vconn(port, true); in tcpm_src_attach()
2664 tcpm_set_vconn(port, false); in tcpm_src_attach()
3302 tcpm_set_vconn(port, true); in run_state_machine()
3316 tcpm_set_vconn(port, false); in run_state_machine()
3512 tcpm_set_vconn(port, true); in run_state_machine()
3517 tcpm_set_vconn(port, false); in run_state_machine()
Dfusb302.c723 static int tcpm_set_vconn(struct tcpc_dev *dev, bool on) in tcpm_set_vconn() function
1117 fusb302_tcpc_dev->set_vconn = tcpm_set_vconn; in init_tcpc_dev()