HomeSort by relevance Sort by last modified time
    Searched defs:ctrl (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
if_fddi.h 49 __u8 ctrl; member in struct:fddi_8022_1_hdr
65 __u8 ctrl; member in struct:fddi_snap_hdr
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
if_fddi.h 49 __u8 ctrl; member in struct:fddi_8022_1_hdr
65 __u8 ctrl; member in struct:fddi_snap_hdr
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
if_fddi.h 49 __u8 ctrl; member in struct:fddi_8022_1_hdr
65 __u8 ctrl; member in struct:fddi_snap_hdr
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
if_fddi.h 49 __u8 ctrl; member in struct:fddi_8022_1_hdr
65 __u8 ctrl; member in struct:fddi_snap_hdr
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
if_fddi.h 49 __u8 ctrl; member in struct:fddi_8022_1_hdr
65 __u8 ctrl; member in struct:fddi_snap_hdr
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
if_fddi.h 49 __u8 ctrl; member in struct:fddi_8022_1_hdr
65 __u8 ctrl; member in struct:fddi_snap_hdr
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
if_fddi.h 49 __u8 ctrl; member in struct:fddi_8022_1_hdr
65 __u8 ctrl; member in struct:fddi_snap_hdr
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
if_fddi.h 49 __u8 ctrl; member in struct:fddi_8022_1_hdr
65 __u8 ctrl; member in struct:fddi_snap_hdr
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
if_fddi.h 49 __u8 ctrl; member in struct:fddi_8022_1_hdr
65 __u8 ctrl; member in struct:fddi_snap_hdr
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
if_fddi.h 49 __u8 ctrl; member in struct:fddi_8022_1_hdr
65 __u8 ctrl; member in struct:fddi_snap_hdr
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
if_fddi.h 49 __u8 ctrl; member in struct:fddi_8022_1_hdr
65 __u8 ctrl; member in struct:fddi_snap_hdr
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
if_fddi.h 49 __u8 ctrl; member in struct:fddi_8022_1_hdr
65 __u8 ctrl; member in struct:fddi_snap_hdr
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /system/core/fastboot/
usb_linux.c 133 struct usbdevfs_ctrltransfer ctrl; local
139 ctrl.bRequestType = USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_DEVICE;
140 ctrl.bRequest = USB_REQ_GET_DESCRIPTOR;
141 ctrl.wValue = (USB_DT_STRING << 8) | dev->iSerialNumber;
142 ctrl.wIndex = 0;
143 ctrl.wLength = sizeof(buffer);
144 ctrl.data = buffer;
145 ctrl.timeout = 50;
147 result = ioctl(fd, USBDEVFS_CONTROL, &ctrl);

Completed in 1236 milliseconds

1 23 4 5