Home
last modified time | relevance | path

Searched refs:bmAttributes (Results 1 – 25 of 26) sorted by relevance

12

/external/kernel-headers/original/uapi/linux/usb/
Dch9.h357 __u8 bmAttributes; member
412 __u8 bmAttributes; member
483 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; in usb_endpoint_type()
518 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_bulk()
531 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_control()
545 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_int()
559 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_isoc()
669 return epd->bmAttributes & USB_ENDPOINT_INTRTYPE; in usb_endpoint_interrupt_type()
694 __u8 bmAttributes; member
709 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams()
[all …]
Dfunctionfs.h35 __u8 bmAttributes; member
Daudio.h612 __u8 bmAttributes; member
/external/crosvm/usb_util/src/
Ddescriptor.rs286 assert_eq!(c.bmAttributes, 0x80); in parse_descriptors_mass_storage()
304 assert_eq!(e.bmAttributes, 0x02); in parse_descriptors_mass_storage()
312 assert_eq!(e.bmAttributes, 0x02); in parse_descriptors_mass_storage()
361 assert_eq!(c.bmAttributes, 0xc0); in parse_descriptors_servo()
379 assert_eq!(e.bmAttributes, 0x02); in parse_descriptors_servo()
387 assert_eq!(e.bmAttributes, 0x02); in parse_descriptors_servo()
406 assert_eq!(e.bmAttributes, 0x02); in parse_descriptors_servo()
414 assert_eq!(e.bmAttributes, 0x02); in parse_descriptors_servo()
433 assert_eq!(e.bmAttributes, 0x02); in parse_descriptors_servo()
441 assert_eq!(e.bmAttributes, 0x02); in parse_descriptors_servo()
[all …]
Dtypes.rs78 pub bmAttributes: u8, field
130 pub bmAttributes: u8, field
185 let ep_type = self.bmAttributes & ENDPOINT_DESCRIPTOR_ATTRIBUTES_TYPE_MASK; in get_endpoint_type()
/external/libusb/android/examples/
Dunrooted_android.c66 LOGD(" bmAttributes: %02xh\n", ep_comp->bmAttributes); in print_endpoint_comp()
76 LOGD(" bmAttributes: %02xh\n", endpoint->bmAttributes); in print_endpoint()
120 LOGD(" bmAttributes: %08xh\n", usb_2_0_ext_cap->bmAttributes); in print_2_0_ext_cap()
127 LOGD(" bmAttributes: %02xh\n", ss_usb_cap->bmAttributes); in print_ss_usb_cap()
192 LOGD(" bmAttributes: %02xh\n", config->bmAttributes); in print_configuration()
/external/libusb/examples/
Dtestlibusb.c30 printf(" bmAttributes: %02xh\n", ep_comp->bmAttributes); in print_endpoint_comp()
40 printf(" bmAttributes: %02xh\n", endpoint->bmAttributes); in print_endpoint()
84 printf(" bmAttributes: %08xh\n", usb_2_0_ext_cap->bmAttributes); in print_2_0_ext_cap()
91 printf(" bmAttributes: %02xh\n", ss_usb_cap->bmAttributes); in print_ss_usb_cap()
156 printf(" bmAttributes: %02xh\n", config->bmAttributes); in print_configuration()
Dxusb.c766 printf(" attributes : %02X\n", usb_2_0_ext->bmAttributes); in print_device_cap()
776 printf(" attributes : %02X\n", ss_usb_device_cap->bmAttributes); in print_device_cap()
894 …if ((endpoint->bmAttributes & LIBUSB_TRANSFER_TYPE_MASK) & (LIBUSB_TRANSFER_TYPE_BULK | LIBUSB_TRA… in test_device()
/external/autotest/client/cros/cellular/mbim_compliance/
Dusb_descriptors_unittest.py188 self.assertEquals(0xA0, descriptor.bmAttributes)
285 self.assertEquals(0x03, descriptor.bmAttributes)
329 self.assertEquals(0x02, descriptor.bmAttributes)
341 self.assertEquals(0x02, descriptor.bmAttributes)
Dusb_descriptors.py489 endpoint.bmAttributes == 0x02):
493 endpoint.bmAttributes == 0x02):
/external/libusb/include/libusb/
Dlibusb.h608 uint8_t bmAttributes; member
721 uint8_t bmAttributes; member
764 uint8_t bmAttributes; member
840 uint32_t bmAttributes; member
866 uint8_t bmAttributes; member
Dlibusbi.h662 uint8_t bmAttributes; member
/external/libusb/libusb/
Dlibusb.h608 uint8_t bmAttributes; member
721 uint8_t bmAttributes; member
764 uint8_t bmAttributes; member
840 uint32_t bmAttributes; member
866 uint8_t bmAttributes; member
Dlibusbi.h662 uint8_t bmAttributes; member
Dcore.c1146 ep_type = (enum libusb_endpoint_transfer_type) (ep->bmAttributes & 0x3); in libusb_get_max_iso_packet_size()
/external/libiio/src/iiod/
Dusbd.c278 ep->bmAttributes = USB_ENDPOINT_XFER_BULK; in create_header()
293 ep->bmAttributes = USB_ENDPOINT_XFER_BULK; in create_header()
/external/autotest/client/cros/cellular/mbim_compliance/tests/
Ddes_02.py264 interrupt_endpoint_descriptor.bmAttributes == 0x03):
/external/libusb/libusb/os/
Dwindows_common.h188 UCHAR bmAttributes; member
Dwindows_winusb.c3368 cd->bmAttributes = 1 << 7; /* bus powered */ in _hid_get_config_descriptor()
3388 ed->bmAttributes = 3; in _hid_get_config_descriptor()
3398 ed->bmAttributes = 3; in _hid_get_config_descriptor()
/external/libcups/backend/
Dusb-libusb.c908 if ((endpptr->bmAttributes & LIBUSB_TRANSFER_TYPE_MASK) == in find_device()
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h77046 __u8 bmAttributes; member
77066 __u8 bmAttributes; member
77084 __u8 bmAttributes; member
77110 __le32 bmAttributes; member
77117 __u8 bmAttributes; member
77137 __le32 bmAttributes; member
Dvmlinux_510.h77046 __u8 bmAttributes; member
77066 __u8 bmAttributes; member
77084 __u8 bmAttributes; member
77110 __le32 bmAttributes; member
77117 __u8 bmAttributes; member
77137 __le32 bmAttributes; member
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h91838 __u8 bmAttributes; member
91858 __u8 bmAttributes; member
91876 __u8 bmAttributes; member
91902 __le32 bmAttributes; member
91909 __u8 bmAttributes; member
91929 __le32 bmAttributes; member
Dvmlinux.h91838 __u8 bmAttributes; member
91858 __u8 bmAttributes; member
91876 __u8 bmAttributes; member
91902 __le32 bmAttributes; member
91909 __u8 bmAttributes; member
91929 __le32 bmAttributes; member
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi44678 …<var-decl name="bmAttributes" type-id="8f048e17" visibility="default" filepath="include/uapi/linux…
44765 …<var-decl name="bmAttributes" type-id="8f048e17" visibility="default" filepath="include/uapi/linux…
44843 …<var-decl name="bmAttributes" type-id="8f048e17" visibility="default" filepath="include/uapi/linux…
44924 …<var-decl name="bmAttributes" type-id="2f162548" visibility="default" filepath="include/uapi/linux…
44949 …<var-decl name="bmAttributes" type-id="8f048e17" visibility="default" filepath="include/uapi/linux…
44995 …<var-decl name="bmAttributes" type-id="2f162548" visibility="default" filepath="include/uapi/linux…
62287 …<var-decl name="bmAttributes" type-id="f9b06939" visibility="default" filepath="include/linux/usb/…
64188 …<var-decl name="bmAttributes" type-id="f9b06939" visibility="default" filepath="include/linux/usb/…
65783 …<var-decl name="bmAttributes" type-id="8f048e17" visibility="default" filepath="include/uapi/linux…
65809 …<var-decl name="bmAttributes" type-id="8f048e17" visibility="default" filepath="include/uapi/linux…
[all …]

12