Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/template/
H A Dusb_template.c527 uint8_t ep_type, uint8_t ep_dir_in) in usb_hw_ep_match() argument
529 if (ep_type == UE_CONTROL) { in usb_hw_ep_match()
535 if ((pf->support_interrupt && (ep_type == UE_INTERRUPT)) || in usb_hw_ep_match()
536 (pf->support_isochronous && (ep_type == UE_ISOCHRONOUS)) || in usb_hw_ep_match()
537 (pf->support_bulk && (ep_type == UE_BULK))) { in usb_hw_ep_match()
671 uint8_t ep_type, uint8_t is_complete) in usb_hw_ep_get_needs() argument
724 if (temp == ep_type) { in usb_hw_ep_get_needs()
759 if (ep_type == UE_CONTROL) { in usb_hw_ep_get_needs()
818 ep_curr->needs_ep_type = ep_type; in usb_hw_ep_get_needs()