Searched refs:cc_polarity (Results 1 – 4 of 4) sorted by relevance
27 cc = tc->cc_polarity ? tc->cc2 : tc->cc1; in sink_power_sub_states()209 ret = tcpc_set_cc_polarity(tcpc, tc->cc_polarity); in tc_attached_snk_entry()211 LOG_ERR("Couldn't set CC polarity to %d: %d", tc->cc_polarity, ret); in tc_attached_snk_entry()
76 enum tc_cc_polarity cc_polarity; member
234 ret = tcpc_set_cc_polarity(tcpc, tc->cc_polarity); in tc_attached_src_entry()236 LOG_ERR("Couldn't set CC polarity to %d: %d", tc->cc_polarity, ret); in tc_attached_src_entry()
92 tc->cc_polarity = (tc->cc1 > tc->cc2) ? TC_POLARITY_CC1 : TC_POLARITY_CC2; in tc_run()