Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/host/
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()
670 if (sl811->next_periodic) { in sl811h_irq()
675 sl811->next_periodic = sl811->periodic[index]; in sl811h_irq()
A Dsl811.h137 struct sl811h_ep *next_periodic; member

Completed in 5 milliseconds