Searched refs:USB_MS_HZ (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/usb/ |
H A D | usb_msctest.c | 208 .timeout = 4 * USB_MS_HZ, /* 4 seconds */ 218 .timeout = 4 * USB_MS_HZ, /* 4 seconds */ 227 .timeout = 1 * USB_MS_HZ, /* 1 second */ 237 .timeout = 4 * USB_MS_HZ, /* 4 seconds */ 246 .timeout = 1 * USB_MS_HZ, /* 1 second */ 256 .timeout = 1 * USB_MS_HZ, /* 1 second */ 268 .timeout = 1 * USB_MS_HZ, /* 1 second */ 550 sc->data_timeout = (data_timeout + USB_MS_HZ); in bbb_command_start() 582 sc->data_timeout = (data_timeout + USB_MS_HZ); in bbb_raw_write() 729 USB_MS_HZ); in usb_iface_is_cdrom() [all …]
|
H A D | usbdi.h | 116 #define USB_MS_HZ 1024 macro 119 (((uint32_t)((((uint32_t)(ms)) * ((uint32_t)(hz))) + USB_MS_HZ - 1)) / USB_MS_HZ)
|
/freebsd/sys/dev/usb/input/ |
H A D | uhid_snes.c | 257 &req, NULL, 0, NULL, 2 * USB_MS_HZ); in uhid_snes_reset() 261 &req, NULL, 0, NULL, 2 * USB_MS_HZ); in uhid_snes_reset()
|
/freebsd/sys/dev/usb/serial/ |
H A D | 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()
|
H A D | u3g.c | 658 NULL, 0, NULL, USB_MS_HZ)) { in u3g_sierra_init() 676 NULL, 0, NULL, USB_MS_HZ)) { in u3g_huawei_init()
|
/freebsd/sys/dev/usb/net/ |
H A D | uhso.c | 411 .timeout = 5 * USB_MS_HZ, 791 0, &actlen, USB_MS_HZ); in uhso_probe_iface_auto()
|