Searched refs:USB_MS_HZ (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/dev/usb/ |
| HD | usb_msctest.c | 203 .timeout = 4 * USB_MS_HZ, /* 4 seconds */ 213 .timeout = 4 * USB_MS_HZ, /* 4 seconds */ 222 .timeout = 1 * USB_MS_HZ, /* 1 second */ 232 .timeout = 4 * USB_MS_HZ, /* 4 seconds */ 241 .timeout = 1 * USB_MS_HZ, /* 1 second */ 251 .timeout = 1 * USB_MS_HZ, /* 1 second */ 264 .timeout = 1 * USB_MS_HZ, /* 1 second */ 546 sc->data_timeout = (data_timeout + USB_MS_HZ); in bbb_command_start() 578 sc->data_timeout = (data_timeout + USB_MS_HZ); in bbb_raw_write() 725 USB_MS_HZ); in usb_iface_is_cdrom() [all …]
|
| HD | usbdi.h | 117 #define USB_MS_HZ 1024 macro 120 (((uint32_t)((((uint32_t)(ms)) * ((uint32_t)(hz))) + USB_MS_HZ - 1)) / USB_MS_HZ)
|
| /NextBSD/sys/dev/usb/serial/ |
| HD | ulpt.c | 187 &req, NULL, 0, NULL, 2 * USB_MS_HZ)) { /* 1.0 */ in ulpt_reset() 190 &req, NULL, 0, NULL, 2 * USB_MS_HZ)) { /* 1.1 */ in ulpt_reset()
|
| HD | u3g.c | 603 NULL, 0, NULL, USB_MS_HZ)) { in u3g_sierra_init() 621 NULL, 0, NULL, USB_MS_HZ)) { in u3g_huawei_init()
|
| /NextBSD/sys/dev/usb/net/ |
| HD | uhso.c | 410 .timeout = 5 * USB_MS_HZ, 789 0, &actlen, USB_MS_HZ); in uhso_probe_iface_auto()
|