Searched refs:rga_req_32 (Results 1 – 4 of 4) sorted by relevance
326 void RGA_MSG_2_RGA2_MSG_32(struct rga_req_32 *req_rga, struct rga2_req *req);
437 struct rga_req_32 struct
1410 struct rga_req_32 req_rga; in compat_rga_ioctl()1439 … if (unlikely(copy_from_user(&req_rga, compat_ptr((compat_uptr_t)arg), sizeof(struct rga_req_32)))) in compat_rga_ioctl()1466 … if (unlikely(copy_from_user(&req_rga, compat_ptr((compat_uptr_t)arg), sizeof(struct rga_req_32)))) in compat_rga_ioctl()
1445 void RGA_MSG_2_RGA2_MSG_32(struct rga_req_32 *req_rga, struct rga2_req *req) in RGA_MSG_2_RGA2_MSG_32()