Home
last modified time | relevance | path

Searched refs:next_periodic (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dsl811-hcd.c310 if (sl811->next_periodic) { in start()
311 ep = sl811->next_periodic; in start()
312 sl811->next_periodic = ep->next; in start()
466 if (ep == sl811->next_periodic) in finish_request()
467 sl811->next_periodic = ep->next; in finish_request()
672 if (sl811->next_periodic) { in sl811h_irq()
677 sl811->next_periodic = sl811->periodic[index]; in sl811h_irq()
H A Dsl811.h137 struct sl811h_ep *next_periodic; member