Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/
Depautoconf.c66 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()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dnet2280.c1554 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 …]
Dcore.c942 struct usb_ss_ep_comp_descriptor *ep_comp) in usb_gadget_ep_match_desc() argument
981 if (ep_comp && gadget_is_superspeed(gadget)) { in usb_gadget_ep_match_desc()
986 num_req_streams = ep_comp->bmAttributes & 0x1f; in usb_gadget_ep_match_desc()
Dgoku_udc.c999 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()
Datmel_usba_udc.c1038 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()
/kernel/linux/linux-5.10/include/linux/usb/
Dgadget.h896 struct usb_ss_ep_comp_descriptor *ep_comp);
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch62657 ep = gadget->ops->match_ep(gadget, desc, ep_comp);
62664 + if (gadget_is_superspeed(gadget) && ep_comp) {
62668 + ep->mult = (ep_comp->bmAttributes & 0x3) + 1;
62672 + ep->maxburst = ep_comp->bMaxBurst + 1;
63296 + * bytes if ep is Bulk and ep_comp is NULL for hs/fs
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch55716 ep = gadget->ops->match_ep(gadget, desc, ep_comp);
55722 - if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp))
55726 + if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp))
55731 + if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp))
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch357974 - if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp))
357978 + if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp))
357983 + if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp))