Searched refs:type_iso (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/include/uapi/linux/usb/
H A Draw_gadget.h121 __u32 type_iso : 1; member in struct:usb_raw_ep_caps
/linux-master/include/linux/usb/
H A Dgadget.h161 * @type_iso:Endpoint supports isochronous transfers.
169 unsigned type_iso:1; member in struct:usb_ep_caps
189 .type_iso = !!(_type & USB_EP_CAPS_TYPE_ISO), \
/linux-master/drivers/usb/usbip/
H A Dvudc_dev.c554 ep->ep.caps.type_iso = true;
/linux-master/drivers/usb/gadget/legacy/
H A Draw_gadget.c1233 raw_caps->type_iso = caps->type_iso;
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.c1657 pep->endpoint.caps.type_iso = true;
1677 (pep->endpoint.caps.type_iso) ? "yes" : "no",
H A Dcdns3-gadget.c3210 priv_ep->endpoint.caps.type_iso = 1;
3224 priv_ep->endpoint.caps.type_iso ? "ISO" : "");
/linux-master/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c1155 uep->ep.caps.type_iso = true;
/linux-master/drivers/usb/mtu3/
H A Dmtu3_gadget.c669 mep->ep.caps.type_iso = true;
/linux-master/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c847 ep->ep.caps.type_iso = true;
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c2225 pep->endpoint.caps.type_iso = 1;
2239 (pep->endpoint.caps.type_iso) ? "yes" : "no",
/linux-master/drivers/usb/isp1760/
H A Disp1760-udc.c1483 ep->ep.caps.type_iso = true;
/linux-master/drivers/usb/fotg210/
H A Dfotg210-udc.c1247 ep->ep.caps.type_iso = true;
/linux-master/drivers/usb/gadget/udc/
H A Dmax3420_udc.c1189 ep->ep_usb.caps.type_iso = false;
H A Dcore.c1060 if (!ep->caps.type_iso)
H A Drenesas_usbf.c3187 if (epn->ep.caps.type_control || epn->ep.caps.type_iso ||
3196 if (epn->ep.caps.type_control || epn->ep.caps.type_iso ||
3205 if (epn->ep.caps.type_control || !epn->ep.caps.type_iso ||
H A Dudc-xilinx.c1320 ep->ep_usb.caps.type_iso = true;
H A Dm66592-udc.c1632 ep->ep.caps.type_iso = true;
H A Daspeed_udc.c1362 ep->ep.caps.type_iso = true;
H A Dfusb300_udc.c1455 ep->ep.caps.type_iso = true;
H A Dgr_udc.c2010 ep->ep.caps.type_iso = true;
H A Dmv_u3d_core.c1343 ep->ep.caps.type_iso = true;
H A Dfsl_qe_udc.c2419 ep->ep.caps.type_iso = true;
/linux-master/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c1981 ep->usb_ep.caps.type_iso = true;
/linux-master/drivers/usb/musb/
H A Dmusb_gadget.c1723 ep->end_point.caps.type_iso = true;
/linux-master/drivers/usb/dwc3/
H A Dgadget.c3201 dep->endpoint.caps.type_iso = true;
3248 dep->endpoint.caps.type_iso = true;

Completed in 587 milliseconds

12