/freebsd/sys/dev/usb/template/ |
H A D | usb_template_kbd.c | 101 .bInterval[USB_SPEED_LOW] = 2, /* 2 ms */ 102 .bInterval[USB_SPEED_FULL] = 2, /* 2 ms */ 103 .bInterval[USB_SPEED_HIGH] = 5, /* 2 ms */
|
H A D | usb_template_mouse.c | 113 .bInterval[USB_SPEED_LOW] = 2, /* 2ms */ 114 .bInterval[USB_SPEED_FULL] = 2, /* 2ms */ 115 .bInterval[USB_SPEED_HIGH] = 5, /* 2ms */
|
H A D | usb_template_modem.c | 116 .bInterval[USB_SPEED_LOW] = 8, /* 8ms */ 117 .bInterval[USB_SPEED_FULL] = 8, /* 8ms */ 118 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
|
H A D | usb_template_phone.c | 203 .bInterval[USB_SPEED_FULL] = 1, /* 1:1 */ 204 .bInterval[USB_SPEED_HIGH] = 4, /* 1:8 */ 312 .bInterval[USB_SPEED_FULL] = 2, /* 2ms */ 313 .bInterval[USB_SPEED_HIGH] = 2, /* 2ms */
|
H A D | usb_template.c | 330 ted->pIntervals->bInterval[temp->usb_speed]) { in usb_make_endpoint_desc() 331 ed->bInterval = in usb_make_endpoint_desc() 332 ted->pIntervals->bInterval[temp->usb_speed]; in usb_make_endpoint_desc() 337 ed->bInterval = 0; /* not used */ in usb_make_endpoint_desc() 343 ed->bInterval = 1; /* 1 ms */ in usb_make_endpoint_desc() 346 ed->bInterval = 4; /* 1 ms */ in usb_make_endpoint_desc() 354 ed->bInterval = 1; /* 1 ms */ in usb_make_endpoint_desc() 357 ed->bInterval = 1; /* 125 us */ in usb_make_endpoint_desc()
|
H A D | usb_template_serialnet.c | 241 .bInterval[USB_SPEED_LOW] = 8, /* 8ms */ 242 .bInterval[USB_SPEED_FULL] = 8, /* 8ms */ 243 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
|
H A D | usb_template_multi.c | 244 .bInterval[USB_SPEED_LOW] = 8, /* 8ms */ 245 .bInterval[USB_SPEED_FULL] = 8, /* 8ms */ 246 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
|
H A D | usb_template_audio.c | 248 .bInterval[USB_SPEED_FULL] = 1, /* 1:1 */ 249 .bInterval[USB_SPEED_HIGH] = 4, /* 1:8 */
|
H A D | usb_template.h | 51 uint8_t bInterval[USB_SPEED_MAX]; member
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudioreg.h | 80 uByte bInterval; member 497 uByte bInterval; member
|
H A D | uaudio.c | 1306 if (ed->bInterval >= 1 && ed->bInterval <= 16) in uaudio_get_interval_frames() 1307 frames = (1 << (ed->bInterval - 1)); in uaudio_get_interval_frames() 1573 UGETW(ed->wMaxPacketSize), ed->bInterval, in uaudio_chan_dump_ep_desc()
|
/freebsd/lib/libusb/ |
H A D | usb.h | 112 uint8_t bInterval; member
|
H A D | libusb10_desc.c | 245 endd->bInterval = pend->desc.bInterval; in libusb_get_config_descriptor()
|
H A D | libusb01.c | 361 bep->bInterval = aep->desc.bInterval; in usb_parse_endpoint()
|
H A D | libusb20_desc.h | 232 m(n, UINT8_T, bInterval, ) \
|
H A D | libusb.h | 336 uint8_t bInterval; member
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | usb.c | 853 endpoint->bInterval); in ath10k_usb_setup_pipe_resources() 862 endpoint->bInterval); in ath10k_usb_setup_pipe_resources()
|
/freebsd/sys/dev/usb/ |
H A D | usb.h | 561 uByte bInterval; member
|
H A D | usb_transfer.c | 627 xfer->fps_shift = edesc->bInterval; in usbd_transfer_setup_sub() 661 xfer->interval = edesc->bInterval; in usbd_transfer_setup_sub()
|
/freebsd/usr.sbin/bhyve/ |
H A D | usb_mouse.c | 201 .bInterval = 0xA,
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3568-wolfvision-pf5.dts | 488 /* The following quirks are required since the bInterval is 1 and we
|
/freebsd/sys/dev/usb/controller/ |
H A D | atmegadci.c | 1496 .bInterval = 255,
|
H A D | avr32dci.c | 1445 .bInterval = 255,
|
H A D | uss820dci.c | 1791 .bInterval = 255,
|
H A D | ohci.c | 2036 .bInterval = 255,
|