Searched refs:next_periodic (Results 1 – 2 of 2) sorted by relevance
309 if (sl811->next_periodic) { in start()310 ep = sl811->next_periodic; in start()311 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()669 if (sl811->next_periodic) { in sl811h_irq()674 sl811->next_periodic = sl811->periodic[index]; in sl811h_irq()
137 struct sl811h_ep *next_periodic; member