next_async        314 drivers/usb/host/sl811-hcd.c 		if (sl811->next_async)
next_async        315 drivers/usb/host/sl811-hcd.c 			ep = sl811->next_async;
next_async        332 drivers/usb/host/sl811-hcd.c 			sl811->next_async = NULL;
next_async        334 drivers/usb/host/sl811-hcd.c 			sl811->next_async = container_of(ep->schedule.next,
next_async        444 drivers/usb/host/sl811-hcd.c 		if (ep == sl811->next_async)
next_async        445 drivers/usb/host/sl811-hcd.c 			sl811->next_async = NULL;
next_async        139 drivers/usb/host/sl811.h 	struct sl811h_ep	*next_async;