Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dsl811-hcd.c309 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()
Dsl811.h137 struct sl811h_ep *next_periodic; member