Home | History | Annotate | Download | only in usb

Lines Matching refs:bmAttributes

314 	__u8  bmAttributes;
320 /* from config descriptor bmAttributes */
366 __u8 bmAttributes;
386 #define USB_ENDPOINT_XFERTYPE_MASK 0x03 /* in bmAttributes */
426 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
461 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
474 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
488 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
502 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
603 __u8 bmAttributes;
609 /* Bits 4:0 of bmAttributes if this is a bulk endpoint */
618 max_streams = comp->bmAttributes & 0x1f;
628 /* Bits 1:0 of bmAttributes if this is an isoc endpoint */
655 __u8 bmAttributes; /* support for HNP, SRP, etc */
658 /* from usb_otg_descriptor.bmAttributes */
762 __u8 bmAttributes;
790 __le32 bmAttributes;
805 __u8 bmAttributes;