Home
last modified time | relevance | path

Searched refs:type_bulk (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.1.9/include/uapi/linux/usb/
Draw_gadget.h112 __u32 type_bulk : 1; member
/linux-6.1.9/include/linux/usb/
Dgadget.h167 unsigned type_bulk:1; member
187 .type_bulk = !!(_type & USB_EP_CAPS_TYPE_BULK), \
/linux-6.1.9/drivers/usb/gadget/udc/
Dcore.c986 if (!ep->caps.type_bulk) in usb_gadget_ep_match_desc()
1002 if (!ep->caps.type_int && !ep->caps.type_bulk) in usb_gadget_ep_match_desc()
Ds3c-hsudc.c964 hsep->ep.caps.type_bulk = true; in s3c_hsudc_initep()
Dfotg210-udc.c1159 ep->ep.caps.type_bulk = true; in fotg210_udc_probe()
Dmax3420_udc.c1194 ep->ep_usb.caps.type_bulk = true; in max3420_eps_init()
Daspeed_udc.c1363 ep->ep.caps.type_bulk = true; in ast_udc_init_ep()
Dfusb300_udc.c1458 ep->ep.caps.type_bulk = true; in fusb300_probe()
Dm66592-udc.c1635 ep->ep.caps.type_bulk = true; in m66592_probe()
Dgoku_udc.c1284 ep->ep.caps.type_bulk = true; in udc_reinit()
Dgr_udc.c2013 ep->ep.caps.type_bulk = true; in gr_ep_init()
Dudc-xilinx.c1319 ep->ep_usb.caps.type_bulk = true; in xudc_eps_init()
Dmv_u3d_core.c1345 ep->ep.caps.type_bulk = true; in mv_u3d_eps_init()
/linux-6.1.9/drivers/usb/usbip/
Dvudc_dev.c557 ep->ep.caps.type_bulk = true; in init_vudc_hw()
/linux-6.1.9/drivers/usb/gadget/legacy/
Draw_gadget.c1181 raw_caps->type_bulk = caps->type_bulk; in fill_ep_caps()
/linux-6.1.9/drivers/usb/mtu3/
Dmtu3_gadget.c671 mep->ep.caps.type_bulk = true; in init_hw_ep()
/linux-6.1.9/drivers/usb/gadget/udc/aspeed-vhub/
Depn.c841 ep->ep.caps.type_bulk = true; in ast_vhub_alloc_epn()
/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-gadget.c1659 pep->endpoint.caps.type_bulk = true; in cdnsp_gadget_init_endpoints()
1677 (pep->endpoint.caps.type_bulk) ? "yes" : "no", in cdnsp_gadget_init_endpoints()
Dcdns3-gadget.c3116 priv_ep->endpoint.caps.type_bulk = 1; in cdns3_init_eps()
3127 priv_ep->endpoint.caps.type_bulk ? "BULK, INT" : "", in cdns3_init_eps()
/linux-6.1.9/drivers/usb/renesas_usbhs/
Dmod_gadget.c1157 uep->ep.caps.type_bulk = true; in usbhs_mod_gadget_probe()
/linux-6.1.9/drivers/usb/isp1760/
Disp1760-udc.c1484 ep->ep.caps.type_bulk = true; in isp1760_udc_init_eps()
/linux-6.1.9/drivers/usb/dwc3/
Dgadget.c3043 dep->endpoint.caps.type_bulk = true; in dwc3_gadget_init_in_endpoint()
3090 dep->endpoint.caps.type_bulk = true; in dwc3_gadget_init_out_endpoint()
/linux-6.1.9/drivers/usb/musb/
Dmusb_gadget.c1722 ep->end_point.caps.type_bulk = true; in init_peripheral_ep()
/linux-6.1.9/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c1982 ep->usb_ep.caps.type_bulk = true; in init_ep()
/linux-6.1.9/drivers/usb/chipidea/
Dudc.c1860 hwep->ep.caps.type_bulk = true; in init_eps()

12