Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c645 static int tcpm_set_vconn(struct tcpm_port *port, bool enable) in tcpm_set_vconn() function
2035 ret = tcpm_set_vconn(port, true); in tcpm_src_attach()
2055 tcpm_set_vconn(port, false); in tcpm_src_attach()
2526 tcpm_set_vconn(port, true); in run_state_machine()
2533 tcpm_set_vconn(port, true); in run_state_machine()
2541 tcpm_set_vconn(port, false); in run_state_machine()
H A Dfusb302.c561 static int tcpm_set_vconn(struct tcpc_dev *dev, bool on) in tcpm_set_vconn() function
973 fusb302_tcpc_dev->set_vconn = tcpm_set_vconn; in init_tcpc_dev()