Home
last modified time | relevance | path

Searched refs:_IOC_NONE (Results 1 - 11 of 11) sorted by relevance

/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dosal_ioctl.h53 #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 Dosal_ioctl.h86 #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 Dosal_ioctl.h83 #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 Dosal_ioctl.h83 #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 Dioctl.h2 #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 Dosal_device.c233 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 Dosal_device.c194 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 Dmali_kbase_core_linux.c1685 BUILD_BUG_ON(_IOC_DIR(cmd) != _IOC_NONE); \
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c1610 BUILD_BUG_ON(_IOC_DIR(cmd) != _IOC_NONE); \
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c1533 BUILD_BUG_ON(_IOC_DIR(cmd) != _IOC_NONE); \
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c1764 BUILD_BUG_ON(_IOC_DIR(cmd) != _IOC_NONE); \

Completed in 28 milliseconds