Searched refs:ep_comp (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | epautoconf.c | 66 struct usb_ss_ep_comp_descriptor *ep_comp in usb_ep_autoconfig_ss() argument 72 ep = gadget->ops->match_ep(gadget, desc, ep_comp); in usb_ep_autoconfig_ss() 79 if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | net2280.c | 1554 struct usb_ss_ep_comp_descriptor *ep_comp) in net2280_match_ep() argument 1562 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep() 1565 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep() 1576 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep() 1579 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep() 1584 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep() 1587 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep() 1592 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep() 1595 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep() 1600 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep() [all …]
|
| H A D | core.c | 945 struct usb_ss_ep_comp_descriptor *ep_comp) in usb_gadget_ep_match_desc() argument 984 if (ep_comp && gadget_is_superspeed(gadget)) { in usb_gadget_ep_match_desc() 989 num_req_streams = ep_comp->bmAttributes & 0x1f; in usb_gadget_ep_match_desc()
|
| H A D | goku_udc.c | 999 struct usb_ss_ep_comp_descriptor *ep_comp) in goku_match_ep() argument 1008 if (usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) in goku_match_ep() 1015 if (usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) in goku_match_ep()
|
| H A D | atmel_usba_udc.c | 1038 struct usb_ss_ep_comp_descriptor *ep_comp) in atmel_usba_match_ep() argument 1045 if (usb_gadget_ep_match_desc(gadget, _ep, desc, ep_comp)) in atmel_usba_match_ep()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | gadget.h | 929 struct usb_ss_ep_comp_descriptor *ep_comp);
|