Searched refs:wm_output_map (Results 1 – 7 of 7) sorted by relevance
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()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()743 vfe->wm_output_map[wm] = VFE_LINE_NONE; in vfe_release_wm()856 for (i = 0; i < ARRAY_SIZE(vfe->wm_output_map); i++) in vfe_isr_comp_done()[all …]
510 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()
159 enum vfe_line_id wm_output_map[MSM_VFE_IMAGE_MASTERS_NUM]; member
623 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()
914 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()
1070 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()
1000 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()
Completed in 21 milliseconds