Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dusbdevice_fs.h77 s32 ioctl_code; member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhptiop.h236 __le32 ioctl_code; member
334 u32 ioctl_code; member
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Ddevice.c452 int ioctl_code; /* MUST encode size + direction of data so the member
477 operate.ioctl_code = IOCTL_USBFS_DISCONNECT; in usbfs_detach_kernel_driver()
490 operate.ioctl_code = IOCTL_USBFS_CONNECT; in usbfs_attach_kernel_driver()
/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.h120 int ioctl_code; /* MUST encode size + direction of data so the member
/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.h120 int ioctl_code; /* MUST encode size + direction of data so the member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dusbdevice_fs.h140 int ioctl_code; /* MUST encode size + direction of data so the member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dusbdevice_fs.h140 int ioctl_code; /* MUST encode size + direction of data so the member
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddevio.c2228 size = _IOC_SIZE(ctl->ioctl_code); in proc_ioctl()
2233 if ((_IOC_DIR(ctl->ioctl_code) & _IOC_WRITE)) { in proc_ioctl()
2247 else switch (ctl->ioctl_code) { in proc_ioctl()
2274 retval = driver->unlocked_ioctl(intf, ctl->ioctl_code, buf); in proc_ioctl()
2282 && (_IOC_DIR(ctl->ioctl_code) & _IOC_READ) != 0 in proc_ioctl()
2309 ctrl.ioctl_code = ioc32.ioctl_code; in proc_ioctl_compat()
/OK3568_Linux_fs/kernel/tools/usb/
H A Dtestusb.c279 wrapper.ioctl_code = request; in usbdev_ioctl()
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dusb.rst435 int ioctl_code;
450 wrapper.ioctl_code = request;