Searched refs:ept_type (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c217 uint8_t ept_type = ept->bmAttributes & USB_EP_ATTR_MASK; local
223 if ((ept_type == type) &&
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c221 uint_t ept_type);
4406 uint_t ept_type; local
4418 ept_type = pp->pp_pipe_handle->
4421 if (ept_type == USB_EP_ATTR_ISOCH) {
4429 ohci_detach_ed_from_list(ohcip, ept, ept_type);
4465 uint_t ept_type)
4491 switch (ept_type) {
4548 switch (ept_type) {
4462 ohci_detach_ed_from_list( ohci_state_t *ohcip, ohci_ed_t *ept, uint_t ept_type) argument
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c404 uint8_t ept_type = ept->bmAttributes & USB_EP_ATTR_MASK; local
409 if ((ept_type == type) &&

Completed in 71 milliseconds