Searched refs:RGA2_GET_VERSION (Results 1 – 9 of 9) sorted by relevance
58 #define RGA2_GET_VERSION 0x601b macro
55 #define RGA2_GET_VERSION 0x601b macro
21 #define RGA2_GET_VERSION 0x601b macro
124 case RGA2_GET_VERSION: in rga2_get_cmd_mode_str()1385 case RGA2_GET_VERSION: in rga_ioctl()1529 case RGA2_GET_VERSION: in compat_rga_ioctl()
30 #define RGA2_GET_VERSION 0x601b macro
975 case RGA2_GET_VERSION: in rga_ioctl()
459 rga2: cmd is RGA2_GET_VERSION //获取版本号功能,每个进程第一次调用librga时会查询硬件版本。
454 …rga2: cmd is RGA2_GET_VERSION //Get version number, which queries hardware version the first…
108 ret = ioctl(fd, RGA2_GET_VERSION, ctx->mHwVersions.version[0].str); in NormalRgaOpen()