Home
last modified time | relevance | path

Searched refs:bInterval (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12.1/sys/dev/usb/template/
H A Dusb_template_kbd.c102 .bInterval[USB_SPEED_LOW] = 2, /* 2 ms */
103 .bInterval[USB_SPEED_FULL] = 2, /* 2 ms */
104 .bInterval[USB_SPEED_HIGH] = 5, /* 2 ms */
H A Dusb_template_mouse.c114 .bInterval[USB_SPEED_LOW] = 2, /* 2ms */
115 .bInterval[USB_SPEED_FULL] = 2, /* 2ms */
116 .bInterval[USB_SPEED_HIGH] = 5, /* 2ms */
H A Dusb_template_phone.c204 .bInterval[USB_SPEED_FULL] = 1, /* 1:1 */
205 .bInterval[USB_SPEED_HIGH] = 4, /* 1:8 */
313 .bInterval[USB_SPEED_FULL] = 2, /* 2ms */
314 .bInterval[USB_SPEED_HIGH] = 2, /* 2ms */
H A Dusb_template_modem.c117 .bInterval[USB_SPEED_LOW] = 8, /* 8ms */
118 .bInterval[USB_SPEED_FULL] = 8, /* 8ms */
119 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
H A Dusb_template.c332 ted->pIntervals->bInterval[temp->usb_speed]) { in usb_make_endpoint_desc()
333 ed->bInterval = in usb_make_endpoint_desc()
334 ted->pIntervals->bInterval[temp->usb_speed]; in usb_make_endpoint_desc()
339 ed->bInterval = 0; /* not used */ in usb_make_endpoint_desc()
345 ed->bInterval = 1; /* 1 ms */ in usb_make_endpoint_desc()
348 ed->bInterval = 4; /* 1 ms */ in usb_make_endpoint_desc()
356 ed->bInterval = 1; /* 1 ms */ in usb_make_endpoint_desc()
359 ed->bInterval = 1; /* 125 us */ in usb_make_endpoint_desc()
H A Dusb_template_serialnet.c243 .bInterval[USB_SPEED_LOW] = 8, /* 8ms */
244 .bInterval[USB_SPEED_FULL] = 8, /* 8ms */
245 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
H A Dusb_template_multi.c246 .bInterval[USB_SPEED_LOW] = 8, /* 8ms */
247 .bInterval[USB_SPEED_FULL] = 8, /* 8ms */
248 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
H A Dusb_template_audio.c249 .bInterval[USB_SPEED_FULL] = 1, /* 1:1 */
250 .bInterval[USB_SPEED_HIGH] = 4, /* 1:8 */
H A Dusb_template.h52 uint8_t bInterval[USB_SPEED_MAX]; member
/freebsd-12.1/sys/dev/sound/usb/
H A Duaudioreg.h81 uByte bInterval; member
499 uByte bInterval; member
/freebsd-12.1/lib/libusb/
H A Dusb.h113 uint8_t bInterval; member
H A Dlibusb10_desc.c246 endd->bInterval = pend->desc.bInterval; in libusb_get_config_descriptor()
H A Dlibusb01.c362 bep->bInterval = aep->desc.bInterval; in usb_parse_endpoint()
H A Dlibusb20_desc.h233 m(n, UINT8_T, bInterval, ) \
H A Dlibusb.h306 uint8_t bInterval; member
/freebsd-12.1/sys/compat/ndis/
H A Dsubr_usbd.c566 pipe->upi_interval = edesc->bInterval + 5; in usbd_func_selconf()
568 pipe->upi_interval = edesc->bInterval; in usbd_func_selconf()
574 } while (k1 < edesc->bInterval); in usbd_func_selconf()
/freebsd-12.1/sys/dev/usb/
H A Dusb.h555 uByte bInterval; member
H A Dusb_transfer.c560 xfer->fps_shift = edesc->bInterval; in usbd_transfer_setup_sub()
597 xfer->interval = edesc->bInterval; in usbd_transfer_setup_sub()
H A Dusb_device.c1758 udev->ctrl_ep_desc.bInterval = 0; in usb_alloc_device()
/freebsd-12.1/usr.sbin/bhyve/
H A Dusb_mouse.c200 .bInterval = 0xA,
/freebsd-12.1/sys/dev/usb/controller/
H A Davr32dci.c1496 .bInterval = 255,
H A Datmegadci.c1556 .bInterval = 255,
H A Duss820dci.c1847 .bInterval = 255,
H A Dohci.c2079 .bInterval = 255,
/freebsd-12.1/sys/mips/cavium/usb/
H A Doctusb.c1414 .bInterval = 255,

12