Searched refs:tcpc_is_cc_at_least_one_rd (Results 1 – 2 of 2) sorted by relevance
47 if (tcpc_is_cc_at_least_one_rd(tc->cc1, tc->cc2)) { in tc_unattached_src_run()141 if (tcpc_is_cc_at_least_one_rd(tc->cc1, tc->cc2)) { in tc_attach_wait_src_run()
213 static inline int tcpc_is_cc_at_least_one_rd(enum tc_cc_voltage_state cc1, in tcpc_is_cc_at_least_one_rd() function224 return tcpc_is_cc_at_least_one_rd(cc1, cc2) && cc1 != cc2; in tcpc_is_cc_only_one_rd()