/linux/include/uapi/linux/usb/ |
H A D | raw_gadget.h | 120 __u32 type_control : 1; member
|
/linux/drivers/usb/usbip/ |
H A D | vudc_dev.c | 240 if (!_ep || !desc || ep->desc || _ep->caps.type_control in vep_enable() 268 if (!_ep || !ep->desc || _ep->caps.type_control) in vep_disable() 547 ep->ep.caps.type_control = true; in init_vudc_hw()
|
/linux/include/linux/usb/ |
H A D | gadget.h | 160 * @type_control:Endpoint supports control type (reserved for ep0). 168 unsigned type_control:1; member 188 .type_control = !!(_type & USB_EP_CAPS_TYPE_CONTROL), \
|
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | ep0.c | 497 ep->ep.caps.type_control = true; in ast_vhub_init_ep0()
|
/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-ep0.c | 654 pep->endpoint.caps.type_control = true; in cdns2_init_ep0()
|
H A D | cdns2-gadget.c | 2237 str_yes_no(pep->endpoint.caps.type_control), in cdns2_init_eps()
|
/linux/drivers/usb/gadget/legacy/ |
H A D | raw_gadget.c | 1232 raw_caps->type_control = caps->type_control; in fill_ep_caps()
|
/linux/drivers/usb/cdns3/ |
H A D | cdns3-ep0.c | 886 priv_ep->endpoint.caps.type_control = 1; in cdns3_init_ep0()
|
H A D | cdnsp-gadget.c | 1676 pep->endpoint.caps.type_control = true; in cdnsp_gadget_init_endpoints() 1712 str_yes_no(pep->endpoint.caps.type_control), in cdnsp_gadget_init_endpoints()
|
/linux/drivers/usb/mtu3/ |
H A D | mtu3_gadget.c | 665 mep->ep.caps.type_control = true; in init_hw_ep()
|
/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_gadget.c | 1151 uep->ep.caps.type_control = true; in usbhs_mod_gadget_probe()
|
/linux/drivers/usb/gadget/udc/ |
H A D | renesas_usbf.c | 3187 if (epn->ep.caps.type_control || epn->ep.caps.type_iso || in usbf_epn_check() 3196 if (epn->ep.caps.type_control || epn->ep.caps.type_iso || in usbf_epn_check() 3205 if (epn->ep.caps.type_control || !epn->ep.caps.type_iso || in usbf_epn_check()
|
H A D | max3420_udc.c | 1172 ep->ep_usb.caps.type_control = true; in max3420_eps_init()
|
H A D | m66592-udc.c | 1630 ep->ep.caps.type_control = true; in m66592_probe()
|
H A D | udc-xilinx.c | 1328 ep->ep_usb.caps.type_control = true; in xudc_eps_init()
|
H A D | gr_udc.c | 2005 ep->ep.caps.type_control = true; in gr_ep_init()
|
H A D | atmel_usba_udc.c | 2230 ep->ep.caps.type_control = true; in atmel_udc_of_init()
|
H A D | pch_udc.c | 2801 ep->ep.caps.type_control = true; in pch_udc_pcd_reinit()
|
H A D | fsl_qe_udc.c | 2417 ep->ep.caps.type_control = true; in qe_ep_config()
|
H A D | renesas_usb3.c | 2712 usb3_ep->ep.caps.type_control = true; in renesas_usb3_init_ep()
|
H A D | tegra-xudc.c | 3196 ep->usb_ep.caps.type_control = true; in tegra_xudc_alloc_ep()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-udc.c | 1245 ep->ep.caps.type_control = true; in fotg210_udc_probe()
|
/linux/drivers/usb/isp1760/ |
H A D | isp1760-udc.c | 1476 ep->ep.caps.type_control = true; in isp1760_udc_init_eps()
|
/linux/drivers/usb/chipidea/ |
H A D | udc.c | 2042 hwep->ep.caps.type_control = true; in init_eps()
|
/linux/drivers/usb/dwc3/ |
H A D | gadget.c | 3213 dep->endpoint.caps.type_control = true; in dwc3_gadget_init_control_endpoint()
|