Searched refs:next_periodic (Results 1 – 2 of 2) sorted by relevance
311 if (sl811->next_periodic) { in start()312 ep = sl811->next_periodic; in start()313 sl811->next_periodic = ep->next; in start()467 if (ep == sl811->next_periodic) in finish_request()468 sl811->next_periodic = ep->next; in finish_request()673 if (sl811->next_periodic) { in sl811h_irq()678 sl811->next_periodic = sl811->periodic[index]; in sl811h_irq()
137 struct sl811h_ep *next_periodic; member