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

/external/autotest/client/site_tests/security_DeviceJail_Lockdown/
H A Dsecurity_DeviceJail_Lockdown.py19 # int ioctl_code;
22 def usbdevfs_ioctl(ifno, ioctl_code):
23 return struct.pack('iiP', ifno, ioctl_code, 0)
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h120 int ioctl_code; /* MUST encode size + direction of data so the member in struct:usbdevfs_ioctl
/external/libusb/libusb/os/
H A Dlinux_usbfs.h114 int ioctl_code; /* MUST encode size + direction of data so the member in struct:usbfs_ioctl
H A Dwindows_winusb.c3276 DWORD ioctl_code, read_size, expected_size = (DWORD)*size; local
3289 ioctl_code = IOCTL_HID_GET_INPUT_REPORT;
3292 ioctl_code = IOCTL_HID_GET_FEATURE;
3311 if (!DeviceIoControl(hid_handle, ioctl_code, buf, expected_size + 1,
3354 DWORD ioctl_code, write_size = (DWORD)*size; local
3366 ioctl_code = IOCTL_HID_SET_OUTPUT_REPORT;
3369 ioctl_code = IOCTL_HID_SET_FEATURE;
3398 if (!DeviceIoControl(hid_handle, ioctl_code, buf, write_size,
H A Dlinux_usbfs.c1619 command.ioctl_code = IOCTL_USBFS_DISCONNECT;
1652 command.ioctl_code = IOCTL_USBFS_CONNECT;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c7450 dir2 = _VKI_IOC_DIR(vkui->ioctl_code);
7451 size2 = _VKI_IOC_SIZE(vkui->ioctl_code);
10029 dir2 = _VKI_IOC_DIR(vkui->ioctl_code);
10030 size2 = _VKI_IOC_SIZE(vkui->ioctl_code);
/external/valgrind/include/vki/
H A Dvki-linux.h2597 int ioctl_code; /* MUST encode size + direction of data so the member in struct:vki_usbdevfs_ioctl

Completed in 3973 milliseconds