Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/
Depautoconf.c70 struct usb_ss_ep_comp_descriptor *ep_comp in usb_ep_autoconfig_ss() argument
79 ep = gadget->ops->match_ep(gadget, desc, ep_comp); in usb_ep_autoconfig_ss()
86 if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss()
117 if ((type == USB_ENDPOINT_XFER_BULK) && !ep_comp) { in usb_ep_autoconfig_ss()
/linux-4.4.14/drivers/usb/gadget/udc/
Dudc-core.c157 struct usb_ss_ep_comp_descriptor *ep_comp) in usb_gadget_ep_match_desc() argument
196 if (ep_comp && gadget_is_superspeed(gadget)) { in usb_gadget_ep_match_desc()
201 num_req_streams = ep_comp->bmAttributes & 0x1f; in usb_gadget_ep_match_desc()
Dgoku_udc.c995 struct usb_ss_ep_comp_descriptor *ep_comp) in goku_match_ep() argument
1004 if (usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) in goku_match_ep()
1011 if (usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) in goku_match_ep()
Dnet2280.c1555 struct usb_ss_ep_comp_descriptor *ep_comp) in net2280_match_ep() argument
1563 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1566 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1574 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
/linux-4.4.14/include/linux/usb/
Dgadget.h1240 struct usb_ss_ep_comp_descriptor *ep_comp);
/linux-4.4.14/drivers/usb/musb/
Dmusb_gadget.c1687 struct usb_ss_ep_comp_descriptor *ep_comp) in musb_match_ep() argument
1709 if (ep && usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) in musb_match_ep()