Home
last modified time | relevance | path

Searched refs:next_periodic (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dsl811.h138 struct sl811h_ep *next_periodic; member
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)
467 sl811->next_periodic = ep->next;
670 if (sl811->next_periodic) { in sl811h_irq()
675 sl811->next_periodic = sl811->periodic[index]; in sl811h_irq()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dsl811.h137 struct sl811h_ep *next_periodic; member
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)
467 sl811->next_periodic = ep->next;
670 if (sl811->next_periodic) { in sl811h_irq()
675 sl811->next_periodic = sl811->periodic[index]; in sl811h_irq()

Completed in 7 milliseconds