Searched refs:RGA_IOC_MAGIC (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/core/hardware/ |
| H A D | rga_ioctl.h | 34 #define RGA_IOC_MAGIC 'r' macro 35 #define RGA_IOW(nr, type) _IOW(RGA_IOC_MAGIC, nr, type) 36 #define RGA_IOR(nr, type) _IOR(RGA_IOC_MAGIC, nr, type) 37 #define RGA_IOWR(nr, type) _IOWR(RGA_IOC_MAGIC, nr, type)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | rga.h | 31 #define RGA_IOC_MAGIC 'r' macro 32 #define RGA_IOW(nr, type) _IOW(RGA_IOC_MAGIC, nr, type) 33 #define RGA_IOR(nr, type) _IOR(RGA_IOC_MAGIC, nr, type) 34 #define RGA_IOWR(nr, type) _IOWR(RGA_IOC_MAGIC, nr, type)
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/ |
| H A D | rga.h | 9 #define RGA_IOC_MAGIC 'r' macro 10 #define RGA_IOW(nr, type) _IOW(RGA_IOC_MAGIC, nr, type) 11 #define RGA_IOR(nr, type) _IOR(RGA_IOC_MAGIC, nr, type) 12 #define RGA_IOWR(nr, type) _IOWR(RGA_IOC_MAGIC, nr, type)
|