Searched refs:ioctl_code (Results 1 – 5 of 5) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | usbdevice_fs.h | 140 int ioctl_code; /* MUST encode size + direction of data so the member
|
/external/libusb/libusb/os/ |
D | linux_usbfs.h | 104 int ioctl_code; /* MUST encode size + direction of data so the member
|
D | windows_winusb.c | 3476 DWORD ioctl_code, expected_size = (DWORD)size; in _hid_get_report() local 3489 ioctl_code = IOCTL_HID_GET_INPUT_REPORT; in _hid_get_report() 3492 ioctl_code = IOCTL_HID_GET_FEATURE; in _hid_get_report() 3508 if (!DeviceIoControl(hid_handle, ioctl_code, buf, expected_size + 1, in _hid_get_report() 3528 DWORD ioctl_code, write_size = (DWORD)size; in _hid_set_report() local 3543 ioctl_code = IOCTL_HID_SET_OUTPUT_REPORT; in _hid_set_report() 3546 ioctl_code = IOCTL_HID_SET_FEATURE; in _hid_set_report() 3575 if (!DeviceIoControl(hid_handle, ioctl_code, buf, write_size, in _hid_set_report()
|
D | linux_usbfs.c | 1706 command.ioctl_code = IOCTL_USBFS_DISCONNECT; in op_detach_kernel_driver() 1739 command.ioctl_code = IOCTL_USBFS_CONNECT; in op_attach_kernel_driver()
|
/external/crosvm/usb_sys/src/ |
D | lib.rs | 150 pub ioctl_code: c_int, field
|