Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dehci.c792 switch (xfer->pipe->endpoint->edesc->bInterval) { in ehci_isoc_idone()
1497 ival = ed->bInterval; in ehci_open()
1513 if (ed->bInterval == 0 || ed->bInterval > 16) { in ehci_open()
3262 uint8_t ival = ed->bInterval; in ehci_device_isoc_start()
3387 switch (ed->bInterval) { in ehci_alloc_itd_chain()
Dusb.h266 uByte bInterval; member
Duhidev.c189 UGETW(ed->wMaxPacketSize), ed->bInterval)); in uhidev_attach()
Dusb_subr.c1057 dev->def_ep_desc.bInterval = 0; in usbd_new_device()
Dxhci.c1386 uint32_t ival = min(max(1, ed->bInterval), 255); in xhci_linear_interval()
1394 uint32_t ival = min(max(1, ed->bInterval), 16); in xhci_exponential_interval()
Dohci.c1971 ival = ed->bInterval; in ohci_open()
Duhci.c2683 ival = ed->bInterval; in uhci_open()
Duvideo.c2710 printf("bInterval=0x%02x\n", d->bInterval); in uvideo_dump_desc_endpoint()
/openbsd/src/sys/dev/usb/dwc2/
Ddwc2.c592 .bInterval = 255,
1153 ival = ed->bInterval; in dwc2_device_start()