Searched refs:bmAttributes (Results 76 - 100 of 105) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhcd.c211 0xc0, /* __u8 bmAttributes;
258 0xc0, /* __u8 bmAttributes;
306 0xc0, /* __u8 bmAttributes;
622 bmAttributes))
623 ((struct usb_config_descriptor *)ubuf)->bmAttributes
H A Dsysfs.c41 usb_actconfig_attr(bmAttributes, 1, "%2x\n")
H A Dmessage.c237 if ((ep->desc.bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ddummy_hcd.c357 switch (desc->bmAttributes & 0x03) {
427 switch (desc->bmAttributes & 0x03) {
H A Dinode.c1838 && (config->bmAttributes & USB_CONFIG_ATT_ONE) != 0
1839 && (config->bmAttributes & USB_CONFIG_ATT_WAKEUP) == 0;
H A Dfile_storage.c477 .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER,
3367 fsg_otg_desc.bmAttributes |= USB_OTG_HNP;
H A Ds3c-hsotg.c2242 __func__, ep->name, desc->bEndpointAddress, desc->bmAttributes,
2287 switch (desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) {
H A Dm66592-udc.c407 switch (desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) {
H A Dr8a66597-udc.c377 switch (desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) {
H A Damd5536udc.c352 tmp = AMD_ADDBITS(tmp, desc->bmAttributes, UDC_EPCTL_ET);
416 tmp = AMD_ADDBITS(tmp, desc->bmAttributes, UDC_CSR_NE_TYPE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tm6000/
H A Dtm6000-cards.c816 switch (e->desc.bmAttributes) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Ddevconnect.c720 .bmAttributes = USB_WIRELESS_BEACON_NONE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap_main.c3293 JOT(4, "intf[%i]alt[%i]end[%i]: bmAttributes=0x%X\n", \
3295 pepd->bmAttributes);
3314 if ((pepd->bmAttributes & \
3451 } else if ((pepd->bmAttributes & \
3456 } else if ((pepd->bmAttributes & \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_imon.c779 ep_type = ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dpcm.c250 if ((get_endpoint(alts, 1)->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != 0x01 ||
H A Dmidi.c1789 (get_endpoint(hostif, 0)->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_BULK ||
1790 (get_endpoint(hostif, 1)->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_INT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c1996 attr = ep->desc.bmAttributes;
2063 switch (ep->desc.bmAttributes) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci.c1631 if (ep->ss_ep_comp.bmAttributes == 0) {
1701 eps[i]->ss_ep_comp.bmAttributes);
H A Dxhci-mem.c983 return ep->ss_ep_comp.bmAttributes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dirda-usb.c1481 attr = endpoint[i].desc.bmAttributes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dusbnet.c119 switch (e->desc.bmAttributes) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dcxacru.c1181 if ((cmd_ep->desc.bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvision/
H A Dusbvision-video.c1580 __func__, endpoint->bmAttributes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dimon.c1791 ep_type = ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/au0828/
H A Dau0828-video.c1812 ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)

Completed in 232 milliseconds

12345