Searched refs:USBDEVFS_CONTROL (Results 1 – 9 of 9) sorted by relevance
/external/crosvm/seccomp/aarch64/ |
D | xhci.policy | 29 # 0xc0105500 == USBDEVFS_CONTROL
|
/external/crosvm/seccomp/x86_64/ |
D | xhci.policy | 31 # 0xc0185500 == USBDEVFS_CONTROL
|
/external/crosvm/seccomp/arm/ |
D | xhci.policy | 31 # 0xc0105500 == USBDEVFS_CONTROL
|
/external/kernel-headers/original/uapi/linux/ |
D | usbdevice_fs.h | 187 #define USBDEVFS_CONTROL _IOWR('U', 0, struct usbdevfs_ctrltransfer) macro
|
/external/strace/ |
D | ioctl_redefs2.h | 1073 #ifdef USBDEVFS_CONTROL 1074 # undef USBDEVFS_CONTROL 1075 # define USBDEVFS_CONTROL 0xc0105500 macro
|
D | ioctl_redefs1.h | 1289 #ifdef USBDEVFS_CONTROL 1290 # undef USBDEVFS_CONTROL 1291 # define USBDEVFS_CONTROL 0xc0105500 macro
|
/external/libpcap/ |
D | pcap-usb-linux.c | 553 ret = ioctl(fd, USBDEVFS_CONTROL, &ctrl); in probe_devices() 564 ret = ioctl(fd, USBDEVFS_CONTROL, &ctrl); in probe_devices() 575 ret = ioctl(fd, USBDEVFS_CONTROL, &ctrl); in probe_devices()
|
/external/crosvm/usb_sys/src/ |
D | lib.rs | 189 ioctl_iowr_nr!(USBDEVFS_CONTROL, U, 0, usbdevfs_ctrltransfer);
|
/external/crosvm/usb_util/src/ |
D | device.rs | 300 self.ioctl_with_ref(usb_sys::USBDEVFS_CONTROL(), &ctrl_transfer)?; in get_active_configuration()
|