Searched refs:ep_matches (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | epautoconf.c | 46 static int ep_matches( in ep_matches() function 231 if (ep && ep_matches(gadget, ep, desc)) in usb_ep_autoconfig() 234 if (ep && ep_matches(gadget, ep, desc)) in usb_ep_autoconfig() 241 if (ep && ep_matches(gadget, ep, desc)) in usb_ep_autoconfig() 247 if (ep && ep_matches(gadget, ep, desc)) in usb_ep_autoconfig() 254 if (ep && ep_matches(gadget, ep, desc)) in usb_ep_autoconfig() 259 if (ep && ep_matches(gadget, ep, desc)) in usb_ep_autoconfig() 281 if (ep && ep_matches(gadget, ep, desc)) in usb_ep_autoconfig() 287 if (ep_matches(gadget, ep, desc)) in usb_ep_autoconfig()
|