Home
last modified time | relevance | path

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 Dusbdevice_fs.h185 #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 Dusbdevice_fs.h185 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dusbdevice_fs.h207 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dusbdevice_fs.h207 #define USBDEVFS_IOCTL _IOWR('U', 18, struct usbdevfs_ioctl) macro
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Ddevice.c478 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 Dtestusb.c282 return ioctl (fd, USBDEVFS_IOCTL, &wrapper); in usbdev_ioctl()
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dusb.rst429 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 Ddevio.c2651 case USBDEVFS_IOCTL: in usbdev_do_ioctl()