Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/usb/template/
HDusb_template.c578 uint8_t ep_type, uint8_t ep_dir_in) in usb_hw_ep_match() argument
584 if ((pf->support_in && ep_dir_in) || in usb_hw_ep_match()
585 (pf->support_out && !ep_dir_in)) { in usb_hw_ep_match()