Searched refs:ept_type (Results 1 – 3 of 3) sorted by relevance
217 uint8_t ept_type = ept->bmAttributes & USB_EP_ATTR_MASK; in usb_lookup_ep_data() local223 if ((ept_type == type) && in usb_lookup_ep_data()
221 uint_t ept_type);4406 uint_t ept_type; in ohci_remove_periodic_ed() local4418 ept_type = pp->pp_pipe_handle-> in ohci_remove_periodic_ed()4421 if (ept_type == USB_EP_ATTR_ISOCH) { in ohci_remove_periodic_ed()4429 ohci_detach_ed_from_list(ohcip, ept, ept_type); in ohci_remove_periodic_ed()4465 uint_t ept_type) in ohci_detach_ed_from_list() argument4491 switch (ept_type) { in ohci_detach_ed_from_list()4548 switch (ept_type) { in ohci_detach_ed_from_list()
404 uint8_t ept_type = ept->bmAttributes & USB_EP_ATTR_MASK; in uath_lookup_ep_data() local409 if ((ept_type == type) && in uath_lookup_ep_data()