Searched refs:ep_timeout (Results 1 – 2 of 2) sorted by relevance
141 static void ep_timeout(void *arg);169 callout_reset(&ep->timer, ep_timeout_secs * hz, ep_timeout, ep); in start_ep_timer()1114 ep_timeout(void *arg) in ep_timeout() function
110 static void ep_timeout(unsigned long arg);847 ep->timer.function = ep_timeout; in start_ep_timer()2318 static void ep_timeout(unsigned long arg) in ep_timeout() function