Home | History | Annotate | Download | only in usb

Lines Matching refs:bmAttributes

315 	__u8  bmAttributes;
321 /* from config descriptor bmAttributes */
367 __u8 bmAttributes;
387 #define USB_ENDPOINT_XFERTYPE_MASK 0x03 /* in bmAttributes */
427 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
462 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
475 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
489 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
503 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
604 __u8 bmAttributes;
610 /* Bits 4:0 of bmAttributes if this is a bulk endpoint */
619 max_streams = comp->bmAttributes & 0x1f;
629 /* Bits 1:0 of bmAttributes if this is an isoc endpoint */
656 __u8 bmAttributes; /* support for HNP, SRP, etc */
659 /* from usb_otg_descriptor.bmAttributes */
763 __u8 bmAttributes;
791 __le32 bmAttributes;
806 __u8 bmAttributes;