Home
last modified time | relevance | path

Searched refs:wm_output_map (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-480.c269 vfe->wm_output_map[line->id] = line->id; in vfe_get_output()
404 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]]; in vfe_isr_wm_done()
413 if (vfe->wm_output_map[wm] == VFE_LINE_NONE) { in vfe_isr_wm_done()
418 output = &vfe->line[vfe->wm_output_map[wm]].output; in vfe_isr_wm_done()
H A Dcamss-vfe.c441 for (i = 0; i < ARRAY_SIZE(vfe->wm_output_map); i++) in vfe_reset_output_maps()
442 vfe->wm_output_map[i] = VFE_LINE_NONE; in vfe_reset_output_maps()
450 for (i = 0; i < ARRAY_SIZE(vfe->wm_output_map); i++) { in vfe_reserve_wm()
451 if (vfe->wm_output_map[i] == VFE_LINE_NONE) { in vfe_reserve_wm()
452 vfe->wm_output_map[i] = line_id; in vfe_reserve_wm()
463 if (wm >= ARRAY_SIZE(vfe->wm_output_map)) in vfe_release_wm()
466 vfe->wm_output_map[wm] = VFE_LINE_NONE; in vfe_release_wm()
579 for (i = 0; i < ARRAY_SIZE(vfe->wm_output_map); i++) in vfe_isr_comp_done()
580 if (vfe->wm_output_map[i] == VFE_LINE_PIX) { in vfe_isr_comp_done()
H A Dcamss-vfe-17x.c582 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]]; in vfe_isr_wm_done()
591 if (vfe->wm_output_map[wm] == VFE_LINE_NONE) { in vfe_isr_wm_done()
596 output = &vfe->line[vfe->wm_output_map[wm]].output; in vfe_isr_wm_done()
H A Dcamss-vfe.h154 enum vfe_line_id wm_output_map[MSM_VFE_IMAGE_MASTERS_NUM]; member
H A Dcamss-vfe-gen1.c622 if (vfe->wm_output_map[wm] == VFE_LINE_NONE) { in vfe_isr_wm_done()
627 output = &vfe->line[vfe->wm_output_map[wm]].output; in vfe_isr_wm_done()
H A Dcamss-vfe-4-1.c923 for (j = 0; j < ARRAY_SIZE(vfe->wm_output_map); j++) in vfe_isr()
924 if (vfe->wm_output_map[j] == VFE_LINE_PIX) in vfe_isr()
H A Dcamss-vfe-4-8.c1011 for (j = 0; j < ARRAY_SIZE(vfe->wm_output_map); j++) in vfe_isr()
1012 if (vfe->wm_output_map[j] == VFE_LINE_PIX) in vfe_isr()
H A Dcamss-vfe-4-7.c1081 for (j = 0; j < ARRAY_SIZE(vfe->wm_output_map); j++) in vfe_isr()
1082 if (vfe->wm_output_map[j] == VFE_LINE_PIX) in vfe_isr()