Lines Matching refs:tmo
1083 unsigned int tmo; in proc_control() local
1106 tmo = ctrl.timeout; in proc_control()
1119 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, NULL, 0); in proc_control()
1124 tbuf, ctrl.wLength, tmo); in proc_control()
1142 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, in proc_control()
1148 tbuf, ctrl.wLength, tmo); in proc_control()
1170 unsigned int tmo, len1, pipe; in proc_bulk() local
1200 tmo = bulk.timeout; in proc_bulk()
1206 snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, NULL, 0); in proc_bulk()
1209 i = usb_bulk_msg(dev, pipe, tbuf, len1, &len2, tmo); in proc_bulk()
1226 snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, tbuf, len1); in proc_bulk()
1229 i = usb_bulk_msg(dev, pipe, tbuf, len1, &len2, tmo); in proc_bulk()