Searched refs:SUBMIT (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/usb/core/ |
D | devio.c | 117 SUBMIT, COMPLETE enumerator 465 if (when == SUBMIT) in snoop_urb() 475 if (when == SUBMIT) in snoop_urb() 1103 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, NULL, 0); in proc_control() 1126 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, in proc_control() 1190 snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, NULL, 0); in proc_bulk() 1210 snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, tbuf, len1); in proc_bulk() 1746 as->urb->transfer_buffer_length, 0, SUBMIT, in proc_do_submiturb()
|