Searched refs:tcpm_set_cc (Results 1 – 2 of 2) sorted by relevance
535 static void tcpm_set_cc(struct tcpm_port *port, enum typec_cc_status cc) in tcpm_set_cc() function2227 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()
443 static int tcpm_set_cc(struct tcpc_dev *dev, enum typec_cc_status cc) in tcpm_set_cc() function970 fusb302_tcpc_dev->set_cc = tcpm_set_cc; in init_tcpc_dev()