Searched refs:ioctl_code (Results 1 - 8 of 8) sorted by relevance

/external/libusb/libusb/os/
H A Dlinux_usbfs.h108 int ioctl_code; /* MUST encode size + direction of data so the member in struct:usbfs_ioctl
H A Dlinux_usbfs.c1256 command.ioctl_code = IOCTL_USBFS_DISCONNECT;
1284 command.ioctl_code = IOCTL_USBFS_CONNECT;
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.h111 int ioctl_code; /* MUST encode size + direction of data so the member in struct:usbfs_ioctl
H A Dwindows_usb.c3440 DWORD ioctl_code, read_size, expected_size = (DWORD)*size; local
3454 ioctl_code = IOCTL_HID_GET_INPUT_REPORT;
3457 ioctl_code = IOCTL_HID_GET_FEATURE;
3476 if (!DeviceIoControl(hid_handle, ioctl_code, buf, expected_size+1,
3521 DWORD ioctl_code, write_size= (DWORD)*size; local
3534 ioctl_code = IOCTL_HID_SET_OUTPUT_REPORT;
3537 ioctl_code = IOCTL_HID_SET_FEATURE;
3567 if (!DeviceIoControl(hid_handle, ioctl_code, buf, write_size,
H A Dlinux_usbfs.c1514 command.ioctl_code = IOCTL_USBFS_DISCONNECT;
1547 command.ioctl_code = IOCTL_USBFS_CONNECT;
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h116 int ioctl_code; /* MUST encode size + direction of data so the member in struct:usbdevfs_ioctl
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c6721 dir2 = _VKI_IOC_DIR(vkui->ioctl_code);
6722 size2 = _VKI_IOC_SIZE(vkui->ioctl_code);
7889 dir2 = _VKI_IOC_DIR(vkui->ioctl_code);
7890 size2 = _VKI_IOC_SIZE(vkui->ioctl_code);
/external/valgrind/main/include/vki/
H A Dvki-linux.h2476 int ioctl_code; /* MUST encode size + direction of data so the member in struct:vki_usbdevfs_ioctl

Completed in 1759 milliseconds