Home
last modified time | relevance | path

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

12

/freebsd-14-stable/sys/dev/usb/template/
HDusb_template_mouse.c113 .bInterval[USB_SPEED_LOW] = 2, /* 2ms */
114 .bInterval[USB_SPEED_FULL] = 2, /* 2ms */
115 .bInterval[USB_SPEED_HIGH] = 5, /* 2ms */
HDusb_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 */
HDusb_template_modem.c116 .bInterval[USB_SPEED_LOW] = 8, /* 8ms */
117 .bInterval[USB_SPEED_FULL] = 8, /* 8ms */
118 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
HDusb_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 */
HDusb_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()
HDusb_template_serialnet.c240 .bInterval[USB_SPEED_LOW] = 8, /* 8ms */
241 .bInterval[USB_SPEED_FULL] = 8, /* 8ms */
242 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
HDusb_template_multi.c243 .bInterval[USB_SPEED_LOW] = 8, /* 8ms */
244 .bInterval[USB_SPEED_FULL] = 8, /* 8ms */
245 .bInterval[USB_SPEED_HIGH] = 7, /* 8ms */
HDusb_template_audio.c248 .bInterval[USB_SPEED_FULL] = 1, /* 1:1 */
249 .bInterval[USB_SPEED_HIGH] = 4, /* 1:8 */
HDusb_template.h51 uint8_t bInterval[USB_SPEED_MAX]; member
/freebsd-14-stable/sys/dev/sound/usb/
HDuaudioreg.h80 uByte bInterval; member
497 uByte bInterval; member
HDuaudio.c1312 if (ed->bInterval >= 1 && ed->bInterval <= 16) in uaudio_get_interval_frames()
1313 frames = (1 << (ed->bInterval - 1)); in uaudio_get_interval_frames()
1579 UGETW(ed->wMaxPacketSize), ed->bInterval, in uaudio_chan_dump_ep_desc()
/freebsd-14-stable/lib/libusb/
HDusb.h112 uint8_t bInterval; member
HDlibusb10_desc.c245 endd->bInterval = pend->desc.bInterval; in libusb_get_config_descriptor()
HDlibusb01.c361 bep->bInterval = aep->desc.bInterval; in usb_parse_endpoint()
HDlibusb20_desc.h232 m(n, UINT8_T, bInterval, ) \
HDlibusb.h336 uint8_t bInterval; member
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDusb.c853 endpoint->bInterval); in ath10k_usb_setup_pipe_resources()
862 endpoint->bInterval); in ath10k_usb_setup_pipe_resources()
/freebsd-14-stable/sys/dev/usb/
HDusb.h561 uByte bInterval; member
HDusb_transfer.c627 xfer->fps_shift = edesc->bInterval; in usbd_transfer_setup_sub()
661 xfer->interval = edesc->bInterval; in usbd_transfer_setup_sub()
HDusb_device.c1843 udev->ctrl_ep_desc.bInterval = 0; in usb_alloc_device()
/freebsd-14-stable/usr.sbin/bhyve/
HDusb_mouse.c201 .bInterval = 0xA,
/freebsd-14-stable/sys/dev/usb/controller/
HDatmegadci.c1496 .bInterval = 255,
HDavr32dci.c1445 .bInterval = 255,
HDuss820dci.c1791 .bInterval = 255,
HDohci.c2036 .bInterval = 255,

12