Searched refs:tc_t_cc_debounce (Results 1 – 4 of 4) sorted by relevance
134 usbc_timer_start(&tc->tc_t_cc_debounce); in tc_attach_wait_snk_run()139 if (usbc_timer_running(&tc->tc_t_cc_debounce) && in tc_attach_wait_snk_run()140 usbc_timer_expired(&tc->tc_t_cc_debounce) == false) { in tc_attach_wait_snk_run()165 usbc_timer_stop(&tc->tc_t_cc_debounce); in tc_attach_wait_snk_exit()
152 usbc_timer_start(&tc->tc_t_cc_debounce); in tc_attach_wait_src_run()157 if (usbc_timer_running(&tc->tc_t_cc_debounce) && in tc_attach_wait_src_run()158 !usbc_timer_expired(&tc->tc_t_cc_debounce)) { in tc_attach_wait_src_run()179 usbc_timer_stop(&tc->tc_t_cc_debounce); in tc_attach_wait_src_exit()
89 struct usbc_timer_t tc_t_cc_debounce; member
111 usbc_timer_init(&tc->tc_t_cc_debounce, TC_T_CC_DEBOUNCE_MAX_MS); in tc_init()