Lines Matching refs:tmo
1067 unsigned int tmo; in proc_control() local
1090 tmo = ctrl.timeout; in proc_control()
1103 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, NULL, 0); in proc_control()
1108 tbuf, ctrl.wLength, tmo); in proc_control()
1126 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, in proc_control()
1132 tbuf, ctrl.wLength, tmo); in proc_control()
1154 unsigned int tmo, len1, pipe; in proc_bulk() local
1184 tmo = bulk.timeout; in proc_bulk()
1190 snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, NULL, 0); in proc_bulk()
1193 i = usb_bulk_msg(dev, pipe, tbuf, len1, &len2, tmo); in proc_bulk()
1210 snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, tbuf, len1); in proc_bulk()
1213 i = usb_bulk_msg(dev, pipe, tbuf, len1, &len2, tmo); in proc_bulk()