Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dusbdevice_fs.h75 struct usbdevfs_ioctl32 { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dusbdevice_fs.h186 #define USBDEVFS_IOCTL32 _IOWR('U', 18, struct usbdevfs_ioctl32)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dusbdevice_fs.h186 #define USBDEVFS_IOCTL32 _IOWR('U', 18, struct usbdevfs_ioctl32)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dusbdevice_fs.h208 #define USBDEVFS_IOCTL32 _IOWR('U', 18, struct usbdevfs_ioctl32)
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dusbdevice_fs.h208 #define USBDEVFS_IOCTL32 _IOWR('U', 18, struct usbdevfs_ioctl32)
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddevio.c2303 struct usbdevfs_ioctl32 ioc32; in proc_ioctl_compat()