Searched refs:bmAttributes (Results 1 – 12 of 12) sorted by relevance
322 __u8 bmAttributes; member374 __u8 bmAttributes; member439 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; in usb_endpoint_type()474 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_bulk()487 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_control()501 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_int()515 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_isoc()611 return epd->bmAttributes & USB_ENDPOINT_INTRTYPE; in usb_endpoint_interrupt_type()622 __u8 bmAttributes; member637 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams()[all …]
32 __u8 bmAttributes; member
521 __u8 bmAttributes; member
187 self.assertEquals(0xA0, descriptor.bmAttributes)284 self.assertEquals(0x03, descriptor.bmAttributes)328 self.assertEquals(0x02, descriptor.bmAttributes)340 self.assertEquals(0x02, descriptor.bmAttributes)
479 endpoint.bmAttributes == 0x02):483 endpoint.bmAttributes == 0x02):
16 printf(" bmAttributes: %02xh\n", endpoint->bmAttributes); in print_endpoint()55 printf(" bmAttributes: %02xh\n", config->bmAttributes); in print_configuration()
110 u_int8_t bmAttributes; member164 u_int8_t bmAttributes; member
379 uint8_t bmAttributes; member491 uint8_t bmAttributes; member
785 ep_type = ep->bmAttributes & 0x3; in libusb_get_max_iso_packet_size()
265 interrupt_endpoint_descriptor.bmAttributes == 0x03):
264 interrupt_endpoint_descriptor.bmAttributes == 0x03):
1748 if (ep[k].bmAttributes==USB_ENDPOINT_TYPE_BULK) { in find_interface_and_endpoints()1760 } else if (ep[k].bmAttributes==USB_ENDPOINT_TYPE_INTERRUPT){ in find_interface_and_endpoints()