Searched defs:ioctl_code (Results 1 - 5 of 5) 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
/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,
/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/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 145 milliseconds