Searched refs:USBDEVFS_IOCTL (Results 1 – 8 of 8) sorted by relevance
| /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 D | usbdevice_fs.h | 185 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl) macro
|
| /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 D | usbdevice_fs.h | 185 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | usbdevice_fs.h | 207 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl) macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | usbdevice_fs.h | 207 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl) macro
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | device.c | 478 if (ioctl(fd, USBDEVFS_IOCTL, &operate) < 0) { in usbfs_detach_kernel_driver() 491 if (ioctl(fd, USBDEVFS_IOCTL, &operate) < 0) { in usbfs_attach_kernel_driver()
|
| /OK3568_Linux_fs/kernel/tools/usb/ |
| H A D | testusb.c | 282 return ioctl (fd, USBDEVFS_IOCTL, &wrapper); in usbdev_ioctl()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | usb.rst | 429 USBDEVFS_IOCTL 453 return ioctl (fd, USBDEVFS_IOCTL, &wrapper); 498 issuing USBDEVFS_IOCTL calls. The ioctl parameter is a 32 bit mask
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | devio.c | 2651 case USBDEVFS_IOCTL: in usbdev_do_ioctl()
|