Searched refs:_IOC_NONE (Results 1 - 11 of 11) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | osal_ioctl.h | 53 #ifndef _IOC_NONE 54 #define _IOC_NONE 0U macro 86 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
H A D | osal_ioctl.h | 86 #ifndef _IOC_NONE 87 #define _IOC_NONE 0U macro 120 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0)
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | osal_ioctl.h | 83 #ifndef _IOC_NONE 84 #define _IOC_NONE 0U macro 117 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0)
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | osal_ioctl.h | 83 #ifndef _IOC_NONE 84 #define _IOC_NONE 0U macro 117 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/ |
H A D | ioctl.h | 2 #define _IOC_NONE 0U macro 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_device.c | 233 if (((_IOC_SIZE(cmd) == 0) && (_IOC_DIR(cmd) != _IOC_NONE))) { in __osal_unlocked_ioctl() 237 if ((_IOC_DIR(cmd) != _IOC_NONE) && (((char *)(uintptr_t)arg) == NULL)) { in __osal_unlocked_ioctl() 242 if (_IOC_DIR(cmd) == _IOC_NONE) { in __osal_unlocked_ioctl() 346 if ((_IOC_SIZE(cmd) == 0) && (_IOC_DIR(cmd) != _IOC_NONE)) { in __osal_compat_ioctl() 350 if ((_IOC_DIR(cmd) != _IOC_NONE) && (((char *)(uintptr_t)arg) == NULL)) { in __osal_compat_ioctl() 355 if (_IOC_DIR(cmd) == _IOC_NONE) { in __osal_compat_ioctl()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_device.c | 194 case _IOC_NONE: in osal_ioctl_copy_from_user() 276 if (_IOC_DIR(cmd) != _IOC_NONE) { in osal_ioctl()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_core_linux.c | 1685 BUILD_BUG_ON(_IOC_DIR(cmd) != _IOC_NONE); \
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_core_linux.c | 1610 BUILD_BUG_ON(_IOC_DIR(cmd) != _IOC_NONE); \
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_core_linux.c | 1533 BUILD_BUG_ON(_IOC_DIR(cmd) != _IOC_NONE); \
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_core_linux.c | 1764 BUILD_BUG_ON(_IOC_DIR(cmd) != _IOC_NONE); \
|
Completed in 28 milliseconds