Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dsl811-hcd.c315 if (sl811->next_async) in start()
316 ep = sl811->next_async; in start()
333 sl811->next_async = NULL; in start()
335 sl811->next_async = container_of(ep->schedule.next, in start()
445 if (ep == sl811->next_async) in finish_request()
446 sl811->next_async = NULL; in finish_request()
H A Dsl811.h138 struct sl811h_ep *next_async; member