Home
last modified time | relevance | path

Searched refs:out_fb (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/vdec/
Dvdec_vp9_if.c716 static void get_disp_fb(struct vdec_vp9_inst *inst, struct vdec_fb **out_fb) in get_disp_fb() argument
719 *out_fb = vp9_rm_from_fb_disp_list(inst); in get_disp_fb()
720 if (*out_fb) in get_disp_fb()
721 (*out_fb)->status |= FB_ST_DISPLAY; in get_disp_fb()
724 static void get_free_fb(struct vdec_vp9_inst *inst, struct vdec_fb **out_fb) in get_free_fb() argument
741 *out_fb = fb; in get_free_fb()
Dvdec_vp8_if.c514 static void get_disp_fb(struct vdec_vp8_inst *inst, struct vdec_fb **out_fb) in get_disp_fb() argument
532 *out_fb = fb; in get_disp_fb()
535 static void get_free_fb(struct vdec_vp8_inst *inst, struct vdec_fb **out_fb) in get_free_fb() argument
553 *out_fb = fb; in get_free_fb()
Dvdec_h264_if.c435 bool disp_list, struct vdec_fb **out_fb) in vdec_h264_get_fb() argument
445 *out_fb = NULL; in vdec_h264_get_fb()
453 *out_fb = fb; in vdec_h264_get_fb()
/linux-6.1.9/drivers/video/fbdev/
Dsh7760fb.c455 goto out_fb; in sh7760fb_probe()
463 goto out_fb; in sh7760fb_probe()
552 out_fb: in sh7760fb_probe()