Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c445 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]]; in vfe_buf_done()
455 if (vfe->wm_output_map[wm] == VFE_LINE_NONE) { in vfe_buf_done()
460 output = &vfe->line[vfe->wm_output_map[wm]].output; in vfe_buf_done()
667 vfe->wm_output_map[line->id] = line->id; in vfe_get_output_v2()
718 for (i = 0; i < ARRAY_SIZE(vfe->wm_output_map); i++) in vfe_reset_output_maps()
719 vfe->wm_output_map[i] = VFE_LINE_NONE; in vfe_reset_output_maps()
727 for (i = 0; i < ARRAY_SIZE(vfe->wm_output_map); i++) { in vfe_reserve_wm()
728 if (vfe->wm_output_map[i] == VFE_LINE_NONE) { in vfe_reserve_wm()
729 vfe->wm_output_map[i] = line_id; in vfe_reserve_wm()
740 if (wm >= ARRAY_SIZE(vfe->wm_output_map)) in vfe_release_wm()
[all...]
H A Dcamss-vfe-17x.c510 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]]; in vfe_isr_wm_done()
519 if (vfe->wm_output_map[wm] == VFE_LINE_NONE) { in vfe_isr_wm_done()
524 output = &vfe->line[vfe->wm_output_map[wm]].output; in vfe_isr_wm_done()
H A Dcamss-vfe.h159 enum vfe_line_id wm_output_map[MSM_VFE_IMAGE_MASTERS_NUM]; member
H A Dcamss-vfe-gen1.c623 if (vfe->wm_output_map[wm] == VFE_LINE_NONE) { in vfe_isr_wm_done()
628 output = &vfe->line[vfe->wm_output_map[wm]].output; in vfe_isr_wm_done()
H A Dcamss-vfe-4-1.c914 for (j = 0; j < ARRAY_SIZE(vfe->wm_output_map); j++) in vfe_isr()
915 if (vfe->wm_output_map[j] == VFE_LINE_PIX) in vfe_isr()
H A Dcamss-vfe-4-8.c1000 for (j = 0; j < ARRAY_SIZE(vfe->wm_output_map); j++) in vfe_isr()
1001 if (vfe->wm_output_map[j] == VFE_LINE_PIX) in vfe_isr()
H A Dcamss-vfe-4-7.c1070 for (j = 0; j < ARRAY_SIZE(vfe->wm_output_map); j++) in vfe_isr()
1071 if (vfe->wm_output_map[j] == VFE_LINE_PIX) in vfe_isr()