Home
last modified time | relevance | path

Searched refs:nextpid (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Disp116x-hcd.c249 switch (ep->nextpid) { in preproc_atl_queue()
271 ep->nextpid); in preproc_atl_queue()
303 ep->nextpid = USB_PID_SETUP; in finish_request()
382 ep->nextpid == USB_PID_OUT, in postproc_atl_queue()
394 if (ep->nextpid == USB_PID_ACK) in postproc_atl_queue()
395 ep->nextpid = 0; in postproc_atl_queue()
414 if (ep->nextpid == USB_PID_OUT) in postproc_atl_queue()
417 else if (ep->nextpid == USB_PID_IN) in postproc_atl_queue()
421 switch (ep->nextpid) { in postproc_atl_queue()
433 && ep->nextpid == USB_PID_OUT in postproc_atl_queue()
[all …]
H A Dsl811-hcd.c380 switch (ep->nextpid) { in start()
395 "bad ep%p pid %02x\n", ep, ep->nextpid); in start()
431 ep->nextpid = USB_PID_SETUP; in finish_request()
505 switch (ep->nextpid) { in done()
513 ep->nextpid = USB_PID_ACK; in done()
543 ep->nextpid = USB_PID_ACK; in done()
551 ep->nextpid = USB_PID_ACK; in done()
554 ep->nextpid = USB_PID_OUT; in done()
557 ep->nextpid = USB_PID_IN; in done()
853 ep->nextpid = USB_PID_SETUP; in sl811h_urb_enqueue()
[all …]
H A Dsl811.h175 u8 nextpid; member
H A Disp116x.h308 u8 nextpid; member