HomeSort by relevance Sort by last modified time
    Searched defs:bRequestType (Results 1 - 21 of 21) sorted by null

  /bionic/libc/kernel/common/linux/
usbdevice_fs.h 20 __u8 bRequestType;
usb_ch9.h 74 __u8 bRequestType;
  /development/ndk/platforms/android-3/include/linux/
usbdevice_fs.h 20 __u8 bRequestType;
usb_ch9.h 74 __u8 bRequestType;
  /external/kernel-headers/original/linux/
usbdevice_fs.h 43 __u8 bRequestType;
usb_ch9.h 32 * It's also one of three fields in control requests bRequestType.
38 * USB types, the second of three bRequestType fields
47 * USB recipients, the third of three bRequestType fields
61 * These are qualified by the bRequestType field, so that for example
111 * @bRequestType: matches the USB bmRequestType field
127 __u8 bRequestType;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
usbdevice_fs.h 42 __u8 bRequestType;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 20 __u8 bRequestType;
usb_ch9.h 74 __u8 bRequestType;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
usbdevice_fs.h 20 __u8 bRequestType;
usb_ch9.h 74 __u8 bRequestType;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
usbdevice_fs.h 20 __u8 bRequestType;
usb_ch9.h 74 __u8 bRequestType;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
usbdevice_fs.h 20 __u8 bRequestType;
usb_ch9.h 74 __u8 bRequestType;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
usbdevice_fs.h 20 __u8 bRequestType;
usb_ch9.h 74 __u8 bRequestType;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
usbdevice_fs.h 20 __u8 bRequestType;
usb_ch9.h 74 __u8 bRequestType;
  /external/qemu/
usb-linux.c 47 uint8_t bRequestType;
57 uint8_t bRequestType;
564 s->ctrl.req.bRequestType, s->ctrl.req.bRequest, value, index,
567 if (s->ctrl.req.bRequestType == 0) {
577 if (s->ctrl.req.bRequestType == 1 &&
637 if (s->ctrl.req.bRequestType & USB_DIR_IN) {
665 if (!(s->ctrl.req.bRequestType & USB_DIR_IN)) {
677 if (s->ctrl.req.bRequestType & USB_DIR_IN) {
705 if (s->ctrl.req.bRequestType & USB_DIR_IN) {
714 if (!(s->ctrl.req.bRequestType & USB_DIR_IN))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
ch9.h 46 * It's also one of three fields in control requests bRequestType.
52 * USB types, the second of three bRequestType fields
61 * USB recipients, the third of three bRequestType fields
75 * These are qualified by the bRequestType field, so that for example
125 * @bRequestType: matches the USB bmRequestType field
141 __u8 bRequestType;

Completed in 531 milliseconds