Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/qcom/camss/
Dcamss-vfe.c338 for (i = 0; i < ARRAY_SIZE(vfe->wm_output_map); i++) in vfe_reset_output_maps()
339 vfe->wm_output_map[i] = VFE_LINE_NONE; in vfe_reset_output_maps()
411 for (i = 0; i < ARRAY_SIZE(vfe->wm_output_map); i++) { in vfe_reserve_wm()
412 if (vfe->wm_output_map[i] == VFE_LINE_NONE) { in vfe_reserve_wm()
413 vfe->wm_output_map[i] = line_id; in vfe_reserve_wm()
424 if (wm >= ARRAY_SIZE(vfe->wm_output_map)) in vfe_release_wm()
427 vfe->wm_output_map[wm] = VFE_LINE_NONE; in vfe_release_wm()
1020 if (vfe->wm_output_map[wm] == VFE_LINE_NONE) { in vfe_isr_wm_done()
1025 output = &vfe->line[vfe->wm_output_map[wm]].output; in vfe_isr_wm_done()
1087 for (i = 0; i < ARRAY_SIZE(vfe->wm_output_map); i++) in vfe_isr_comp_done()
[all …]
Dcamss-vfe.h160 enum vfe_line_id wm_output_map[MSM_VFE_IMAGE_MASTERS_NUM]; member
Dcamss-vfe-4-1.c965 for (j = 0; j < ARRAY_SIZE(vfe->wm_output_map); j++) in vfe_isr()
966 if (vfe->wm_output_map[j] == VFE_LINE_PIX) in vfe_isr()
Dcamss-vfe-4-7.c1087 for (j = 0; j < ARRAY_SIZE(vfe->wm_output_map); j++) in vfe_isr()
1088 if (vfe->wm_output_map[j] == VFE_LINE_PIX) in vfe_isr()