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
1089 tmo = bulk.timeout; in proc_bulk()
1095 snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, NULL, 0); in proc_bulk()
1098 i = usb_bulk_msg(dev, pipe, tbuf, len1, &len2, tmo); in proc_bulk()
1115 snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, tbuf, len1); in proc_bulk()
1118 i = usb_bulk_msg(dev, pipe, tbuf, len1, &len2, tmo); in proc_bulk()