Home
last modified time | relevance | path

Searched refs:ep_dir_in (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
533 if ((pf->support_in && ep_dir_in) || in usb_hw_ep_match()
534 (pf->support_out && !ep_dir_in)) { in usb_hw_ep_match()