Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRgaApi.cpp1175 void NormalRgaCompatModeConvertRga2(rga2_req *req, rga_req *orig_req) { in NormalRgaCompatModeConvertRga2() argument
1176 req->render_mode = orig_req->render_mode; in NormalRgaCompatModeConvertRga2()
1178 NormalRgaCompatModeConvertRga2ImgeInfo(&req->src, &orig_req->src); in NormalRgaCompatModeConvertRga2()
1179 NormalRgaCompatModeConvertRga2ImgeInfo(&req->dst, &orig_req->dst); in NormalRgaCompatModeConvertRga2()
1180 NormalRgaCompatModeConvertRga2ImgeInfo(&req->pat, &orig_req->pat); in NormalRgaCompatModeConvertRga2()
1183 req->rop_mask_addr = (unsigned long)orig_req->rop_mask_addr; in NormalRgaCompatModeConvertRga2()
1184 req->LUT_addr = (unsigned long)orig_req->LUT_addr; in NormalRgaCompatModeConvertRga2()
1186 req->rop_mask_addr = (unsigned int)orig_req->rop_mask_addr; in NormalRgaCompatModeConvertRga2()
1187 req->LUT_addr = (unsigned int)orig_req->LUT_addr; in NormalRgaCompatModeConvertRga2()
1190 NormalRgaCompatModeConvertRga2Rect(&req->clip, &orig_req->clip); in NormalRgaCompatModeConvertRga2()
[all …]
H A DNormalRga.h309 void NormalRgaCompatModeConvertRga2(rga2_req *req, rga_req *orig_req);
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dfile.c1141 struct ceph_osd_request *orig_req = aio_work->req; in ceph_aio_retry_work() local
1142 struct ceph_aio_request *aio_req = orig_req->r_priv; in ceph_aio_retry_work()
1143 struct inode *inode = orig_req->r_inode; in ceph_aio_retry_work()
1162 req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 1, in ceph_aio_retry_work()
1166 req = orig_req; in ceph_aio_retry_work()
1171 ceph_oloc_copy(&req->r_base_oloc, &orig_req->r_base_oloc); in ceph_aio_retry_work()
1172 ceph_oid_copy(&req->r_base_oid, &orig_req->r_base_oid); in ceph_aio_retry_work()
1174 req->r_ops[0] = orig_req->r_ops[0]; in ceph_aio_retry_work()
1182 req = orig_req; in ceph_aio_retry_work()
1186 ceph_osdc_put_request(orig_req); in ceph_aio_retry_work()