Lines Matching refs:tmo
973 unsigned int tmo; in proc_control() local
996 tmo = ctrl.timeout; in proc_control()
1009 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, NULL, 0); in proc_control()
1014 tbuf, ctrl.wLength, tmo); in proc_control()
1032 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, in proc_control()
1038 tbuf, ctrl.wLength, tmo); in proc_control()
1060 unsigned int tmo, len1, pipe; in proc_bulk() local
1090 tmo = bulk.timeout; in proc_bulk()
1096 snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, NULL, 0); in proc_bulk()
1099 i = usb_bulk_msg(dev, pipe, tbuf, len1, &len2, tmo); in proc_bulk()
1116 snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, tbuf, len1); in proc_bulk()
1119 i = usb_bulk_msg(dev, pipe, tbuf, len1, &len2, tmo); in proc_bulk()