Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dsl811.h138 struct sl811h_ep *next_async; member
Dsl811-hcd.c313 if (sl811->next_async) in start()
314 ep = sl811->next_async; in start()
331 sl811->next_async = NULL; in start()
333 sl811->next_async = container_of(ep->schedule.next, in start()
443 if (ep == sl811->next_async) in finish_request()
444 sl811->next_async = NULL; in finish_request()