Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dusbdevice_fs.h114 int ioctl_code; /* MUST encode size + direction of data so the member
147 s32 ioctl_code; member
/external/libusb/libusb/os/
Dlinux_usbfs.h108 int ioctl_code; /* MUST encode size + direction of data so the member
Dlinux_usbfs.c1256 command.ioctl_code = IOCTL_USBFS_DISCONNECT; in op_detach_kernel_driver()
1284 command.ioctl_code = IOCTL_USBFS_CONNECT; in op_attach_kernel_driver()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c4919 dir2 = _VKI_IOC_DIR(vkui->ioctl_code); in PRE()
4920 size2 = _VKI_IOC_SIZE(vkui->ioctl_code); in PRE()
5896 dir2 = _VKI_IOC_DIR(vkui->ioctl_code); in POST()
5897 size2 = _VKI_IOC_SIZE(vkui->ioctl_code); in POST()
/external/valgrind/main/include/vki/
Dvki-linux.h2382 int ioctl_code; /* MUST encode size + direction of data so the member
/external/qemu/
Dusb-linux.c356 ctrl.ioctl_code = USBDEVFS_DISCONNECT; in usb_host_claim_interfaces()