Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/dev/usb/template/
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_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_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_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.c331 ted->pIntervals->bInterval[temp->usb_speed]) { in usb_make_endpoint_desc()
332 ed->bInterval = in usb_make_endpoint_desc()
333 ted->pIntervals->bInterval[temp->usb_speed]; in usb_make_endpoint_desc()
338 ed->bInterval = 0; /* not used */ in usb_make_endpoint_desc()
344 ed->bInterval = 1; /* 1 ms */ in usb_make_endpoint_desc()
347 ed->bInterval = 4; /* 1 ms */ in usb_make_endpoint_desc()
355 ed->bInterval = 1; /* 1 ms */ in usb_make_endpoint_desc()
358 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-13.1/sys/dev/sound/usb/
H A Duaudioreg.h81 uByte bInterval; member
498 uByte bInterval; member
/freebsd-13.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.h322 uint8_t bInterval; member
/freebsd-13.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-13.1/sys/dev/usb/
H A Dusb.h561 uByte bInterval; member
H A Dusb_transfer.c628 xfer->fps_shift = edesc->bInterval; in usbd_transfer_setup_sub()
662 xfer->interval = edesc->bInterval; in usbd_transfer_setup_sub()
H A Dusb_device.c1828 udev->ctrl_ep_desc.bInterval = 0; in usb_alloc_device()
/freebsd-13.1/usr.sbin/bhyve/
H A Dusb_mouse.c203 .bInterval = 0xA,
/freebsd-13.1/sys/mips/cavium/usb/
H A Doctusb.c1403 .bInterval = 255,
/freebsd-13.1/sys/dev/usb/controller/
H A Davr32dci.c1446 .bInterval = 255,
H A Datmegadci.c1502 .bInterval = 255,
H A Duss820dci.c1797 .bInterval = 255,
H A Dohci.c2037 .bInterval = 255,

12