| /linux/include/uapi/linux/usb/ |
| H A D | raw_gadget.h | 121 __u32 type_iso : 1; member
|
| /linux/include/linux/usb/ |
| H A D | gadget.h | 172 unsigned type_iso:1; member 192 .type_iso = !!(_type & USB_EP_CAPS_TYPE_ISO), \
|
| /linux/drivers/usb/usbip/ |
| H A D | vudc_dev.c | 554 ep->ep.caps.type_iso = true; in init_vudc_hw()
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | raw_gadget.c | 1234 raw_caps->type_iso = caps->type_iso; in fill_ep_caps()
|
| /linux/drivers/usb/mtu3/ |
| H A D | mtu3_gadget.c | 670 mep->ep.caps.type_iso = true; in init_hw_ep()
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-gadget.c | 1712 pep->endpoint.caps.type_iso = true; in cdnsp_gadget_init_endpoints() 1732 str_yes_no(pep->endpoint.caps.type_iso), in cdnsp_gadget_free_endpoints()
|
| H A D | cdns3-gadget.c | 3225 priv_ep->endpoint.caps.type_iso = 1; in cdns3_init_eps() 3239 priv_ep->endpoint.caps.type_iso ? "ISO" : ""); in cdns3_init_eps()
|
| /linux/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | epn.c | 847 ep->ep.caps.type_iso = true; in ast_vhub_alloc_epn()
|
| /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 | 1189 ep->ep_usb.caps.type_iso = false; in max3420_eps_init()
|
| H A D | aspeed_udc.c | 1361 ep->ep.caps.type_iso = true; in ast_udc_init_ep()
|
| H A D | m66592-udc.c | 1632 ep->ep.caps.type_iso = true; in m66592_probe()
|
| H A D | udc-xilinx.c | 1320 ep->ep_usb.caps.type_iso = true; in xudc_eps_init()
|
| H A D | gr_udc.c | 2010 ep->ep.caps.type_iso = true; in gr_ep_init()
|
| H A D | r8a66597-udc.c | 1922 ep->ep.caps.type_iso = true; in r8a66597_probe()
|
| H A D | fsl_udc_core.c | 2333 ep->ep.caps.type_iso = true; in struct_ep_setup()
|
| H A D | fsl_qe_udc.c | 2419 ep->ep.caps.type_iso = true; in qe_ep_config()
|
| H A D | atmel_usba_udc.c | 2232 ep->ep.caps.type_iso = ep->can_isoc; in atmel_udc_of_init()
|
| H A D | pch_udc.c | 2803 ep->ep.caps.type_iso = true; in pch_udc_pcd_reinit()
|
| H A D | omap_udc.c | 2564 ep->ep.caps.type_iso = true; in omap_ep_setup()
|
| /linux/drivers/usb/gadget/udc/cdns2/ |
| H A D | cdns2-gadget.c | 2226 pep->endpoint.caps.type_iso = 1; in cdns2_init_eps() 2240 str_yes_no(pep->endpoint.caps.type_iso), in cdns2_init_eps()
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-udc.c | 1247 ep->ep.caps.type_iso = true; in fotg210_udc_probe()
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-udc.c | 1483 ep->ep.caps.type_iso = true; in isp1760_udc_init_eps()
|
| /linux/drivers/usb/musb/ |
| H A D | musb_gadget.c | 1720 ep->end_point.caps.type_iso = true; in init_peripheral_ep()
|
| /linux/drivers/usb/chipidea/ |
| H A D | udc.c | 2067 hwep->ep.caps.type_iso = true; in init_eps()
|