Searched refs:RGA_IOR (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/core/hardware/ |
| H A D | rga_ioctl.h | 36 #define RGA_IOR(nr, type) _IOR(RGA_IOC_MAGIC, nr, type) macro 39 #define RGA_IOC_GET_DRVIER_VERSION RGA_IOR(0x1, struct rga_version_t) 40 #define RGA_IOC_GET_HW_VERSION RGA_IOR(0x2, struct rga_hw_versions_t) 43 #define RGA_IOC_REQUEST_CREATE RGA_IOR(0x5, uint32_t)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | rga.h | 33 #define RGA_IOR(nr, type) _IOR(RGA_IOC_MAGIC, nr, type) macro 36 #define RGA_IOC_GET_DRVIER_VERSION RGA_IOR(0x1, struct rga_version_t) 37 #define RGA_IOC_GET_HW_VERSION RGA_IOR(0x2, struct rga_hw_versions_t) 40 #define RGA_START_CONFIG RGA_IOR(0x5, uint32_t)
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/ |
| H A D | rga.h | 11 #define RGA_IOR(nr, type) _IOR(RGA_IOC_MAGIC, nr, type) macro 14 #define RGA_IOC_GET_DRVIER_VERSION RGA_IOR(0x1, struct rga_version_t) 15 #define RGA_IOC_GET_HW_VERSION RGA_IOR(0x2, struct rga_hw_versions_t) 18 #define RGA_IOC_REQUEST_CREATE RGA_IOR(0x5, uint32_t)
|