Home
last modified time | relevance | path

Searched refs:USB_PID_ACK (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dsl811-hcd.c390 case USB_PID_ACK: /* for control status */ in start()
511 ep->nextpid = USB_PID_ACK; in done()
541 ep->nextpid = USB_PID_ACK; in done()
549 ep->nextpid = USB_PID_ACK; in done()
558 case USB_PID_ACK: in done()
1447 case USB_PID_ACK: s = "status"; break; in proc_sl811h_show()
Disp116x-hcd.c262 case USB_PID_ACK: in preproc_atl_queue()
394 if (ep->nextpid == USB_PID_ACK) in postproc_atl_queue()
441 ep->nextpid = USB_PID_ACK; in postproc_atl_queue()
450 ep->nextpid = USB_PID_ACK; in postproc_atl_queue()
459 case USB_PID_ACK: in postproc_atl_queue()
525 } else if (ep->nextpid == USB_PID_ACK) { in start_atl_transfers()
Disp1362-hcd.c314 case USB_PID_ACK: in prepare_ptd()
547 ep->nextpid = USB_PID_ACK; in postproc_ep()
591 ep->nextpid = USB_PID_ACK; in postproc_ep()
618 ep->nextpid = USB_PID_ACK; in postproc_ep()
629 ep->nextpid = USB_PID_ACK; in postproc_ep()
638 case USB_PID_ACK: in postproc_ep()
2124 case USB_PID_ACK: in proc_isp1362_show()
Dr8a66597-hcd.c1235 case USB_PID_ACK: in start_transfer()
1479 td->type = USB_PID_ACK; in check_next_phase()
1483 td->type = USB_PID_ACK; in check_next_phase()
1489 case USB_PID_ACK: in check_next_phase()
/linux-3.4.99/include/linux/usb/
Dhcd.h37 #define USB_PID_ACK 0xd2 macro
/linux-3.4.99/drivers/usb/early/
Dehci-dbgp.c118 #define USB_PID_ACK 0xd2 macro