Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Dehci.c792 switch (xfer->pipe->endpoint->edesc->bInterval) { in ehci_isoc_idone()
794 panic("isoc xfer suddenly has 0 bInterval, invalid"); in ehci_isoc_idone()
1497 ival = ed->bInterval; in ehci_open()
1513 if (ed->bInterval == 0 || ed->bInterval > 16) { in ehci_open()
1514 printf("ehci: opening pipe with invalid bInterval\n"); in ehci_open()
3262 uint8_t ival = ed->bInterval; in ehci_device_isoc_start()
3387 switch (ed->bInterval) { in ehci_alloc_itd_chain()
H A Dusb.h266 uByte bInterval; member
H A Duhidev.c189 UGETW(ed->wMaxPacketSize), ed->bInterval)); in uhidev_attach()
H A Dusb_subr.c1057 dev->def_ep_desc.bInterval = 0; in usbd_new_device()
H A Dxhci.c1386 uint32_t ival = min(max(1, ed->bInterval), 255); in xhci_last_valid_dci()
1394 uint32_t ival = min(max(1, ed->bInterval), 16); in xhci_context_setup()
H A Dohci.c1971 ival = ed->bInterval; in ohci_open()
H A Duhci.c2683 ival = ed->bInterval; in uhci_open()
H A Duvideo.c2688 printf("bInterval=0x%02x\n", d->bInterval); in uvideo_dump_desc_colorformat()
/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2.c592 .bInterval = 255,
1153 ival = ed->bInterval; in dwc2_device_start()