Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/usb/template/
H A Dusb_template_kbd.c101 .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 Dusb_template_mouse.c113 .bInterval[USB_SPEED_LOW] = 2, /* 2ms */
114 .bInterval[USB_SPEED_FULL] = 2, /* 2ms */
115 .bInterval[USB_SPEED_HIGH] = 5, /* 2ms */
H A Dusb_template_modem.c116 .bInterval[USB_SPEED_LOW] = 8, /* 8ms */
117 .bInterval[USB_SPEED_FULL] = 8, /* 8ms */
118 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
H A Dusb_template_phone.c203 .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 Dusb_template.c330 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 Dusb_template_serialnet.c241 .bInterval[USB_SPEED_LOW] = 8, /* 8ms */
242 .bInterval[USB_SPEED_FULL] = 8, /* 8ms */
243 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
H A Dusb_template_multi.c244 .bInterval[USB_SPEED_LOW] = 8, /* 8ms */
245 .bInterval[USB_SPEED_FULL] = 8, /* 8ms */
246 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
H A Dusb_template_audio.c248 .bInterval[USB_SPEED_FULL] = 1, /* 1:1 */
249 .bInterval[USB_SPEED_HIGH] = 4, /* 1:8 */
H A Dusb_template.h51 uint8_t bInterval[USB_SPEED_MAX]; member
/freebsd/sys/dev/sound/usb/
H A Duaudioreg.h80 uByte bInterval; member
497 uByte bInterval; member
H A Duaudio.c1306 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 Dusb.h112 uint8_t bInterval; member
H A Dlibusb10_desc.c245 endd->bInterval = pend->desc.bInterval; in libusb_get_config_descriptor()
H A Dlibusb01.c361 bep->bInterval = aep->desc.bInterval; in usb_parse_endpoint()
H A Dlibusb20_desc.h232 m(n, UINT8_T, bInterval, ) \
H A Dlibusb.h336 uint8_t bInterval; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dusb.c853 endpoint->bInterval); in ath10k_usb_setup_pipe_resources()
862 endpoint->bInterval); in ath10k_usb_setup_pipe_resources()
/freebsd/sys/dev/usb/
H A Dusb.h561 uByte bInterval; member
H A Dusb_transfer.c627 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 Dusb_mouse.c201 .bInterval = 0xA,
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3568-wolfvision-pf5.dts488 /* The following quirks are required since the bInterval is 1 and we
/freebsd/sys/dev/usb/controller/
H A Datmegadci.c1496 .bInterval = 255,
H A Davr32dci.c1445 .bInterval = 255,
H A Duss820dci.c1791 .bInterval = 255,
H A Dohci.c2036 .bInterval = 255,

12