Home
last modified time | relevance | path

Searched refs:ioctl_code (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/security_DeviceJail_Lockdown/
Dsecurity_DeviceJail_Lockdown.py22 def usbdevfs_ioctl(ifno, ioctl_code): argument
23 return struct.pack('iiP', ifno, ioctl_code, 0)
/external/libusb/libusb/os/
Dlinux_usbfs.h114 int ioctl_code; /* MUST encode size + direction of data so the member
Dwindows_winusb.c3276 DWORD ioctl_code, read_size, expected_size = (DWORD)*size; in _hid_get_report() local
3289 ioctl_code = IOCTL_HID_GET_INPUT_REPORT; in _hid_get_report()
3292 ioctl_code = IOCTL_HID_GET_FEATURE; in _hid_get_report()
3311 if (!DeviceIoControl(hid_handle, ioctl_code, buf, expected_size + 1, in _hid_get_report()
3354 DWORD ioctl_code, write_size = (DWORD)*size; in _hid_set_report() local
3366 ioctl_code = IOCTL_HID_SET_OUTPUT_REPORT; in _hid_set_report()
3369 ioctl_code = IOCTL_HID_SET_FEATURE; in _hid_set_report()
3398 if (!DeviceIoControl(hid_handle, ioctl_code, buf, write_size, in _hid_set_report()
Dlinux_usbfs.c1619 command.ioctl_code = IOCTL_USBFS_DISCONNECT; in op_detach_kernel_driver()
1652 command.ioctl_code = IOCTL_USBFS_CONNECT; in op_attach_kernel_driver()
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h120 int ioctl_code; /* MUST encode size + direction of data so the member