Searched refs:bmAttributes (Results 51 - 75 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 Df_hid.c103 .bmAttributes = USB_ENDPOINT_XFER_INT,
121 .bmAttributes = USB_ENDPOINT_XFER_INT,
H A Df_uvc.c90 .bmAttributes = USB_ENDPOINT_XFER_INT,
130 .bmAttributes = USB_ENDPOINT_XFER_ISOC,
H A Dimx_udc.h53 unsigned char bmAttributes; member in struct:imx_ep_struct
H A Dgmidi.c220 .bmAttributes = USB_CONFIG_ATT_ONE,
328 .bmAttributes = USB_ENDPOINT_XFER_BULK,
347 .bmAttributes = USB_ENDPOINT_XFER_BULK,
H A Dfsl_udc_core.c73 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
479 switch (desc->bmAttributes & 0x03) {
512 (unsigned char) (desc->bmAttributes
520 (unsigned char) (desc->bmAttributes
787 if (ep->desc->bmAttributes == USB_ENDPOINT_XFER_ISOC) {
943 if (ep->desc->bmAttributes == USB_ENDPOINT_XFER_ISOC) {
H A Dnet2280.c132 static char *type_string (u8 bmAttributes) argument
134 switch ((bmAttributes) & USB_ENDPOINT_XFERTYPE_MASK) {
197 tmp = (desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK);
262 type_string (desc->bmAttributes),
1210 if (ep->desc /* not ep0 */ && (ep->desc->bmAttributes & 0x03)
1601 switch (d->bmAttributes & 0x03) {
H A Dpxa27x_udc.h249 .bmAttributes = type, \
H A Ds3c2410_udc.c1758 .bmAttributes = USB_ENDPOINT_XFER_BULK,
1770 .bmAttributes = USB_ENDPOINT_XFER_BULK,
1782 .bmAttributes = USB_ENDPOINT_XFER_BULK,
1794 .bmAttributes = USB_ENDPOINT_XFER_BULK,
H A Dcomposite.c248 c->bmAttributes = USB_CONFIG_ATT_ONE | config->bmAttributes;
H A Dlangwell_udc.c72 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
212 static char *type_string(u8 bmAttributes) argument
214 switch ((bmAttributes) & USB_ENDPOINT_XFERTYPE_MASK) {
328 switch (desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) {
396 ep->ep_type = desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
405 type_string(desc->bmAttributes),
803 if (ep->desc->bmAttributes == USB_ENDPOINT_XFER_ISOC) {
1021 if (ep->desc && (ep->desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)
H A Dfsl_qe_udc.c70 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
495 switch (ep->desc->bmAttributes & 0x03) {
549 switch (desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) {
646 ep->tm = (u8)(desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_igorplugusb.c386 || (ep_ctl2->desc.bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)
H A Dlirc_sasem.c707 ep_type = ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Daudio.h519 __u8 bmAttributes; member in struct:uac_iso_endpoint_descriptor
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dquirks.c232 fp->ep_attr = get_endpoint(alts, 0)->bmAttributes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/doshift/
H A Dlcdoshift.c993 if( ( (ep->bmAttributes & USB_ENDPOINT_TYPE_MASK) == USB_ENDPOINT_TYPE_BULK) &&
1011 if( ( (ep->bmAttributes & USB_ENDPOINT_TYPE_MASK) == USB_ENDPOINT_TYPE_BULK) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dusb_main_dev.c283 if ((iface_desc->endpoint[i].desc.bmAttributes ==
301 if ((iface_desc->endpoint[i].desc.bmAttributes ==
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dusbtest.c111 switch (e->desc.bmAttributes) {
504 if (!realworld && !(config->bmAttributes & 0x80)) {
508 if (config->bmAttributes & 0x1f) { /* reserved == 0 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/si470x/
H A Dradio-si470x-usb.c673 USB_DIR_IN) && ((endpoint->bmAttributes &
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/image/
H A Dmicrotek.c714 if ((altsetting->endpoint[i].desc.bmAttributes &
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dgtco.c879 dbg("endpoint: attribute:0x%x type:0x%x", endpoint->bmAttributes, endpoint->bDescriptorType);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/quatech_usb2/
H A Dquatech_usb2.c366 ((endpoint->bmAttributes & 3) == 0x02)) {
373 ((endpoint->bmAttributes & 3) == 0x02)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhub.c1140 if (hdev->actconfig->desc.bmAttributes & USB_CONFIG_ATT_SELFPOWER)
1463 (udev->actconfig->desc.bmAttributes
1675 if (desc->bmAttributes & USB_OTG_HNP) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfc_usb.c1319 attr = ep->desc.bmAttributes;
1375 attr = ep->desc.bmAttributes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c1606 ((ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)
1637 ((ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)

Completed in 206 milliseconds

12345