Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c535 static void tcpm_set_cc(struct tcpm_port *port, enum typec_cc_status cc) in tcpm_set_cc() function
2227 tcpm_set_cc(port, tcpm_rp_cc(port)); in run_state_machine()
2350 tcpm_set_cc(port, TYPEC_CC_RD); in run_state_machine()
2678 tcpm_set_cc(port, TYPEC_CC_RD); in run_state_machine()
2719 tcpm_set_cc(port, tcpm_rp_cc(port)); in run_state_machine()
2770 tcpm_set_cc(port, TYPEC_CC_OPEN); in run_state_machine()
H A Dfusb302.c443 static int tcpm_set_cc(struct tcpc_dev *dev, enum typec_cc_status cc) in tcpm_set_cc() function
970 fusb302_tcpc_dev->set_cc = tcpm_set_cc; in init_tcpc_dev()