Home
last modified time | relevance | path

Searched refs:type_control (Results 1 – 25 of 26) sorted by relevance

12

/linux/include/uapi/linux/usb/
H A Draw_gadget.h120 __u32 type_control : 1; member
/linux/drivers/usb/usbip/
H A Dvudc_dev.c240 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 Dgadget.h160 * @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 Dep0.c497 ep->ep.caps.type_control = true; in ast_vhub_init_ep0()
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-ep0.c654 pep->endpoint.caps.type_control = true; in cdns2_init_ep0()
H A Dcdns2-gadget.c2237 str_yes_no(pep->endpoint.caps.type_control), in cdns2_init_eps()
/linux/drivers/usb/gadget/legacy/
H A Draw_gadget.c1232 raw_caps->type_control = caps->type_control; in fill_ep_caps()
/linux/drivers/usb/cdns3/
H A Dcdns3-ep0.c886 priv_ep->endpoint.caps.type_control = 1; in cdns3_init_ep0()
H A Dcdnsp-gadget.c1676 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 Dmtu3_gadget.c665 mep->ep.caps.type_control = true; in init_hw_ep()
/linux/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c1151 uep->ep.caps.type_control = true; in usbhs_mod_gadget_probe()
/linux/drivers/usb/gadget/udc/
H A Drenesas_usbf.c3187 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 Dmax3420_udc.c1172 ep->ep_usb.caps.type_control = true; in max3420_eps_init()
H A Dm66592-udc.c1630 ep->ep.caps.type_control = true; in m66592_probe()
H A Dudc-xilinx.c1328 ep->ep_usb.caps.type_control = true; in xudc_eps_init()
H A Dgr_udc.c2005 ep->ep.caps.type_control = true; in gr_ep_init()
H A Datmel_usba_udc.c2230 ep->ep.caps.type_control = true; in atmel_udc_of_init()
H A Dpch_udc.c2801 ep->ep.caps.type_control = true; in pch_udc_pcd_reinit()
H A Dfsl_qe_udc.c2417 ep->ep.caps.type_control = true; in qe_ep_config()
H A Drenesas_usb3.c2712 usb3_ep->ep.caps.type_control = true; in renesas_usb3_init_ep()
H A Dtegra-xudc.c3196 ep->usb_ep.caps.type_control = true; in tegra_xudc_alloc_ep()
/linux/drivers/usb/fotg210/
H A Dfotg210-udc.c1245 ep->ep.caps.type_control = true; in fotg210_udc_probe()
/linux/drivers/usb/isp1760/
H A Disp1760-udc.c1476 ep->ep.caps.type_control = true; in isp1760_udc_init_eps()
/linux/drivers/usb/chipidea/
H A Dudc.c2042 hwep->ep.caps.type_control = true; in init_eps()
/linux/drivers/usb/dwc3/
H A Dgadget.c3213 dep->endpoint.caps.type_control = true; in dwc3_gadget_init_control_endpoint()

12