Searched defs:TIMER_LIST_ENT (Results 1 – 7 of 7) sorted by relevance
36 void llcp_process_timeout(TIMER_LIST_ENT*) { abort(); } in llcp_process_timeout() argument37 void rw_t1t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t1t_process_timeout() argument39 void rw_t3t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t3t_process_timeout() argument40 void rw_t4t_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_t4t_process_timeout() argument41 void rw_i93_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_i93_process_timeout() argument44 void rw_mfc_process_timeout(TIMER_LIST_ENT*) { abort(); } in rw_mfc_process_timeout() argument45 void ce_t4t_process_timeout(TIMER_LIST_ENT*) { abort(); } in ce_t4t_process_timeout() argument
302 struct TIMER_LIST_ENT { struct303 TIMER_LIST_ENT* p_next; argument304 TIMER_LIST_ENT* p_prev; argument315 TIMER_LIST_ENT* p_first; argument
22 void nfc_start_quick_timer(TIMER_LIST_ENT*, uint16_t, uint32_t) {} in nfc_start_quick_timer() argument23 void nfc_stop_timer(TIMER_LIST_ENT*) {} in nfc_stop_timer() argument24 void nfc_stop_quick_timer(TIMER_LIST_ENT*) {} in nfc_stop_quick_timer() argument
25 void nfc_start_quick_timer(TIMER_LIST_ENT*, uint16_t, uint32_t) {} in nfc_start_quick_timer() argument26 void nfc_stop_timer(TIMER_LIST_ENT*) {} in nfc_stop_timer() argument27 void nfc_stop_quick_timer(TIMER_LIST_ENT*) {} in nfc_stop_quick_timer() argument
5 void nfc_start_quick_timer(TIMER_LIST_ENT*, uint16_t, uint32_t) {} in nfc_start_quick_timer() argument6 void nfc_stop_quick_timer(TIMER_LIST_ENT*) {} in nfc_stop_quick_timer() argument
323 } TIMER_LIST_ENT; typedef