Home
last modified time | relevance | path

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.c218 uint8_t ept_type = ept->bmAttributes & USB_EP_ATTR_MASK; in usb_lookup_ep_data() local
224 if ((ept_type == type) && in usb_lookup_ep_data()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c221 uint_t ept_type);
4390 uint_t ept_type; in ohci_remove_periodic_ed() local
4402 ept_type = pp->pp_pipe_handle-> in ohci_remove_periodic_ed()
4405 if (ept_type == USB_EP_ATTR_ISOCH) { in ohci_remove_periodic_ed()
4413 ohci_detach_ed_from_list(ohcip, ept, ept_type); in ohci_remove_periodic_ed()
4449 uint_t ept_type) in ohci_detach_ed_from_list() argument
4475 switch (ept_type) { in ohci_detach_ed_from_list()
4532 switch (ept_type) { in ohci_detach_ed_from_list()
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c409 uint8_t ept_type = ept->bmAttributes & USB_EP_ATTR_MASK; in uath_lookup_ep_data() local
414 if ((ept_type == type) && in uath_lookup_ep_data()