Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/template/
H A Dusb_template.c612 uint8_t ep_type, uint8_t ep_dir_in) in usb_hw_ep_match() argument
618 if ((pf->support_in && ep_dir_in) || in usb_hw_ep_match()
619 (pf->support_out && !ep_dir_in)) { in usb_hw_ep_match()