Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwa.h77 uint8_t bInterval; member
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb.h552 uByte bInterval; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c298 int ival = ep->bInterval; in xhci_endpoint_linear_interval()
318 ival = ep->bInterval; in xhci_endpoint_exponential_interval()
/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_mouse.c200 .bInterval = 0xA,
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h364 uint8_t bInterval; /* e/p polling interval */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c2820 interval = endpoint->bInterval; in ehci_adjust_polling_interval()
2941 interval = ehci_pow_2(endpoint->bInterval - 1); in ehci_adjust_high_speed_polling_interval()
3111 switch (ehci_pow_2(endpoint->bInterval - 1)) { in ehci_find_bestfit_hs_mask()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c1869 ep_descr->bInterval); in usba_dump_ep()
H A Dusba_ugen.c2136 (1000/epp->ep_descr.bInterval) * in ugen_epx_open_pipe()
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c2135 ep->bmAttributes, ep->wMaxPacketSize, ep->bInterval); in usb_as_handle_descriptors()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1305 interval = endpoint->bInterval; in uhci_bandwidth_adjust()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3546 interval = endpoint->bInterval; in ohci_adjust_polling_interval()