| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | ioctl.h | 62 #define IOC_OUT (_IOC_READ << _IOC_DIRSHIFT) macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | ioctl.h | 63 #define IOC_OUT (_IOC_READ << _IOC_DIRSHIFT) 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/asm-generic/ |
| H A D | ioctl.h | 100 #define IOC_OUT (_IOC_READ << _IOC_DIRSHIFT) macro
|
| /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/asm-generic/ |
| H A D | ioctl.h | 100 #define IOC_OUT (_IOC_READ << _IOC_DIRSHIFT) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | ioctl.h | 102 #define IOC_OUT (_IOC_READ << _IOC_DIRSHIFT) macro
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | ioctl.h | 100 #define IOC_OUT (_IOC_READ << _IOC_DIRSHIFT) macro
|
| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/ |
| H A D | habanalabs_ioctl.c | 570 if (cmd & (IOC_IN | IOC_OUT)) { in _hl_ioctl() 587 } else if (cmd & IOC_OUT) { in _hl_ioctl() 593 if ((cmd & IOC_OUT) && copy_to_user((void __user *)arg, kdata, usize)) in _hl_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-heap.c | 200 if ((ucmd & kcmd & IOC_OUT) == 0) in dma_heap_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_chardev.c | 1919 if (cmd & (IOC_IN | IOC_OUT)) { in kfd_ioctl() 1938 } else if (cmd & IOC_OUT) { in kfd_ioctl() 1944 if (cmd & IOC_OUT) in kfd_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | rk-dma-heap.c | 281 if ((ucmd & kcmd & IOC_OUT) == 0) in rk_dma_heap_ioctl()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | xf86drm.h | 64 #define DRM_IOC_READ IOC_OUT
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/ |
| H A D | xf86drm.h | 64 #define DRM_IOC_READ IOC_OUT
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_ioctl.c | 863 if ((cmd & ioctl->cmd & IOC_OUT) == 0) in drm_ioctl()
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/ |
| H A D | xf86drm.h | 64 #define DRM_IOC_READ IOC_OUT
|
| /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 | soundcard.h | 86 #define SIOC_OUT IOC_OUT
|
| /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 | soundcard.h | 86 #define SIOC_OUT IOC_OUT
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | soundcard.h | 88 #define SIOC_OUT IOC_OUT
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | xf86drm.h | 64 #define DRM_IOC_READ IOC_OUT
|
| /OK3568_Linux_fs/kernel/sound/core/seq/ |
| H A D | seq_clientmgr.c | 2161 (handler->cmd & IOC_OUT)) in snd_seq_ioctl()
|