Searched refs:SUBMIT (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/usb/core/ |
D | devio.c | 110 SUBMIT, COMPLETE enumerator 375 if (when == SUBMIT) in snoop_urb() 385 if (when == SUBMIT) in snoop_urb() 1009 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, NULL, 0); in proc_control() 1032 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, in proc_control() 1096 snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, NULL, 0); in proc_bulk() 1116 snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, tbuf, len1); in proc_bulk() 1558 as->urb->transfer_buffer_length, 0, SUBMIT, in proc_do_submiturb()
|