Home
last modified time | relevance | path

Searched refs:USB_MS_HZ (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_msctest.c208 .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 Dusbdi.h116 #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 Duhid_snes.c257 &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 Dulpt.c187 &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 Du3g.c658 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 Duhso.c411 .timeout = 5 * USB_MS_HZ,
791 0, &actlen, USB_MS_HZ); in uhso_probe_iface_auto()