Searched refs:tc_t_cc_debounce (Results 1 – 4 of 4) sorted by relevance
149 usbc_timer_start(&tc->tc_t_cc_debounce); in tc_attach_wait_snk_run()154 if (usbc_timer_running(&tc->tc_t_cc_debounce) && in tc_attach_wait_snk_run()155 usbc_timer_expired(&tc->tc_t_cc_debounce) == false) { in tc_attach_wait_snk_run()192 usbc_timer_stop(&tc->tc_t_cc_debounce); in tc_attach_wait_snk_exit()
153 usbc_timer_start(&tc->tc_t_cc_debounce); in tc_attach_wait_src_run()158 if (usbc_timer_running(&tc->tc_t_cc_debounce) && in tc_attach_wait_src_run()159 !usbc_timer_expired(&tc->tc_t_cc_debounce)) { in tc_attach_wait_src_run()180 usbc_timer_stop(&tc->tc_t_cc_debounce); in tc_attach_wait_src_exit()
89 struct usbc_timer_t tc_t_cc_debounce; member
132 usbc_timer_init(&tc->tc_t_cc_debounce, TC_T_CC_DEBOUNCE_MAX_MS); in tc_init()