Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/
Depautoconf.c66 struct usb_ss_ep_comp_descriptor *ep_comp in usb_ep_autoconfig_ss() argument
75 ep = gadget->ops->match_ep(gadget, desc, ep_comp); in usb_ep_autoconfig_ss()
82 if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss()
113 if ((type == USB_ENDPOINT_XFER_BULK) && !ep_comp) { in usb_ep_autoconfig_ss()
/Linux-v4.19/drivers/usb/gadget/udc/
Dnet2280.c1561 struct usb_ss_ep_comp_descriptor *ep_comp) in net2280_match_ep() argument
1569 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1572 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1583 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1586 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1591 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1594 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1599 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1602 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1607 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
[all …]
Dcore.c920 struct usb_ss_ep_comp_descriptor *ep_comp) in usb_gadget_ep_match_desc() argument
959 if (ep_comp && gadget_is_superspeed(gadget)) { in usb_gadget_ep_match_desc()
964 num_req_streams = ep_comp->bmAttributes & 0x1f; in usb_gadget_ep_match_desc()
Dgoku_udc.c996 struct usb_ss_ep_comp_descriptor *ep_comp) in goku_match_ep() argument
1005 if (usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) in goku_match_ep()
1012 if (usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) in goku_match_ep()
Datmel_usba_udc.c1030 struct usb_ss_ep_comp_descriptor *ep_comp) in atmel_usba_match_ep() argument
1037 if (usb_gadget_ep_match_desc(gadget, _ep, desc, ep_comp)) in atmel_usba_match_ep()
/Linux-v4.19/include/linux/usb/
Dgadget.h864 struct usb_ss_ep_comp_descriptor *ep_comp);