Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/
H A Drve.h14 #define RVE_IOC_MAGIC 'r' macro
15 #define RVE_IOW(nr, type) _IOW(RVE_IOC_MAGIC, nr, type)
16 #define RVE_IOR(nr, type) _IOR(RVE_IOC_MAGIC, nr, type)
17 #define RVE_IOWR(nr, type) _IOWR(RVE_IOC_MAGIC, nr, type)