Searched refs:bmAttributes (Results 26 - 50 of 105) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dconfig.c115 cp->bmAttributes |= USB_CONFIG_ATT_ONE;
H A Df_eem.c79 .bmAttributes = USB_ENDPOINT_XFER_BULK,
87 .bmAttributes = USB_ENDPOINT_XFER_BULK,
105 .bmAttributes = USB_ENDPOINT_XFER_BULK,
114 .bmAttributes = USB_ENDPOINT_XFER_BULK,
H A Df_obex.c151 .bmAttributes = USB_ENDPOINT_XFER_BULK,
160 .bmAttributes = USB_ENDPOINT_XFER_BULK,
184 .bmAttributes = USB_ENDPOINT_XFER_BULK,
192 .bmAttributes = USB_ENDPOINT_XFER_BULK,
H A Dimx_udc.c113 ep_conf[1] = (imx_ep->bmAttributes << 3) |
188 | (imx_ep->bmAttributes << 3);
685 if (imx_ep->bmAttributes != desc->bmAttributes) {
1246 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
1257 .bmAttributes = USB_ENDPOINT_XFER_BULK,
1268 .bmAttributes = USB_ENDPOINT_XFER_BULK,
1279 .bmAttributes = USB_ENDPOINT_XFER_BULK,
1290 .bmAttributes = USB_ENDPOINT_XFER_INT,
1301 .bmAttributes
[all...]
H A Domap_udc.c175 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK
184 if ((desc->bmAttributes == USB_ENDPOINT_XFER_ISOC
192 if (desc->bmAttributes == USB_ENDPOINT_XFER_ISOC) {
199 if (ep->bmAttributes != desc->bmAttributes
200 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK
201 && desc->bmAttributes != USB_ENDPOINT_XFER_INT) {
228 if (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC)
232 if (use_dma && desc->bmAttributes == USB_ENDPOINT_XFER_BULK)
236 if (desc->bmAttributes !
[all...]
H A Df_phonet.c140 .bmAttributes = USB_ENDPOINT_XFER_BULK,
149 .bmAttributes = USB_ENDPOINT_XFER_BULK,
159 .bmAttributes = USB_ENDPOINT_XFER_BULK,
168 .bmAttributes = USB_ENDPOINT_XFER_BULK,
H A Dlh7a40x_udc.h226 u8 bmAttributes; member in struct:lh7a40x_ep
H A Domap_udc.h147 u8 bmAttributes; member in struct:omap_ep
H A Dpxa25x_udc.h59 u8 bmAttributes; member in struct:pxa25x_ep
H A Ddbgp.c58 .bmAttributes = USB_ENDPOINT_XFER_BULK,
65 .bmAttributes = USB_ENDPOINT_XFER_BULK,
H A Dprinter.c244 .bmAttributes = USB_OTG_SRP
255 .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER,
274 .bmAttributes = USB_ENDPOINT_XFER_BULK
281 .bmAttributes = USB_ENDPOINT_XFER_BULK
302 .bmAttributes = USB_ENDPOINT_XFER_BULK,
309 .bmAttributes = USB_ENDPOINT_XFER_BULK,
1460 otg_desc.bmAttributes |= USB_OTG_HNP,
1461 config_desc.bmAttributes |= USB_CONFIG_ATT_WAKEUP;
H A Dlh7a40x_udc.c1007 if (ep->bmAttributes != desc->bmAttributes
1008 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK
1009 && desc->bmAttributes != USB_ENDPOINT_XFER_INT) {
1015 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK
1975 .bmAttributes = 0,
1993 .bmAttributes = USB_ENDPOINT_XFER_BULK,
2010 .bmAttributes = USB_ENDPOINT_XFER_BULK,
2027 .bmAttributes = USB_ENDPOINT_XFER_INT,
H A Dwebcam.c323 .bmAttributes = USB_CONFIG_ATT_SELFPOWER,
H A Dzero.c143 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
H A Df_audio.c184 .bmAttributes = USB_ENDPOINT_SYNC_ADAPTIVE
195 .bmAttributes = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dcomposite.h172 * @bmAttributes: Copied into configuration descriptor.
219 u8 bmAttributes; member in struct:usb_configuration
H A Daudio-v2.h53 __u8 bmAttributes; member in struct:uac_clock_source_descriptor
158 __u8 bmAttributes; member in struct:uac2_iso_endpoint_descriptor
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dendpoint.c179 attributes = csep->bmAttributes;
184 attributes = csep->bmAttributes & UAC_EP_CS_ATTR_FILL_MAX;
261 if ((get_endpoint(alts, 0)->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) !=
377 fp->ep_attr = get_endpoint(alts, 0)->bmAttributes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/usb/
H A Dffs-test.c161 .bmAttributes = USB_ENDPOINT_XFER_BULK,
168 .bmAttributes = USB_ENDPOINT_XFER_BULK,
184 .bmAttributes = USB_ENDPOINT_XFER_BULK,
191 .bmAttributes = USB_ENDPOINT_XFER_BULK,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dwa-rpipe.c296 rpipe->descr.bmAttribute = ep->desc.bmAttributes & 0x03;
346 AIM_CHECK(bmAttribute, ep->desc.bmAttributes & 0x03, "(%u vs %u)");
386 eptype = ep->desc.bmAttributes & 0x03;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dmceusb.c942 && (((ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)
944 || ((ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)
948 ep_in->bmAttributes = USB_ENDPOINT_XFER_INT;
957 && (((ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)
959 || ((ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)
963 ep_out->bmAttributes = USB_ENDPOINT_XFER_INT;
H A Dstreamzap.c524 if ((sz->endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)
527 "02%02x\n", __func__, sz->endpoint->bmAttributes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddevices.c237 desc->bmAttributes, type,
323 desc->bmAttributes,
H A Dendpoint.c51 usb_ep_attr(bmAttributes, "%02x\n")
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/siano/
H A Dsmsusb.c417 intf->cur_altsetting->endpoint[i].desc.bmAttributes,
469 intf->cur_altsetting->endpoint[i].desc.bmAttributes,

Completed in 165 milliseconds

12345