Searched refs:next_periodic (Results 1 – 2 of 2) sorted by relevance
312 if (sl811->next_periodic) { in start()313 ep = sl811->next_periodic; in start()314 sl811->next_periodic = ep->next; in start()465 if (ep == sl811->next_periodic) in finish_request()466 sl811->next_periodic = ep->next; in finish_request()667 if (sl811->next_periodic) { in sl811h_irq()672 sl811->next_periodic = sl811->periodic[index]; in sl811h_irq()
137 struct sl811h_ep *next_periodic; member