Home
last modified time | relevance | path

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

/drivers/video/msm/
Dmdp.c274 void put_img(struct file *src_file, struct file *dst_file) in put_img() argument
284 struct file *src_file = 0, *dst_file = 0; in mdp_blit() local
304 if (unlikely(get_img(&req->dst, fb, &dst_start, &dst_len, &dst_file))) { in mdp_blit()
326 src_len, dst_file, dst_start, in mdp_blit()
342 ret = mdp_ppp_blit(mdp, req, src_file, src_start, src_len, dst_file, in mdp_blit()
351 put_img(src_file, dst_file); in mdp_blit()
357 put_img(src_file, dst_file); in mdp_blit()
Dmdp_ppp.c580 struct file *src_file, struct file *dst_file) in flush_imgs() argument
606 struct file *dst_file) in send_blit() argument
641 flush_imgs(req, regs, src_file, dst_file); in send_blit()
648 struct file *dst_file, unsigned long dst_start, unsigned long dst_len) in mdp_ppp_blit() argument
729 send_blit(mdp, req, &regs, src_file, dst_file); in mdp_ppp_blit()
Dmdp_hw.h29 unsigned long src_len, struct file *dst_file,