Home
last modified time | relevance | path

Searched refs:MSM_VFE_PAD_SRC (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/media/platform/qcom/camss/
Dcamss-vfe.c815 MSM_VFE_PAD_SRC); in __vfe_get_crop()
857 case MSM_VFE_PAD_SRC: in vfe_try_format()
1090 format = __vfe_get_format(line, sd_state, MSM_VFE_PAD_SRC, in vfe_set_format()
1094 vfe_try_format(line, sd_state, MSM_VFE_PAD_SRC, format, in vfe_set_format()
1158 else if (sel->pad == MSM_VFE_PAD_SRC) in vfe_get_selection()
1216 crop.pad = MSM_VFE_PAD_SRC; in vfe_set_selection()
1221 sel->pad == MSM_VFE_PAD_SRC) { in vfe_set_selection()
1233 fmt.pad = MSM_VFE_PAD_SRC; in vfe_set_selection()
1526 pads[MSM_VFE_PAD_SRC].flags = MEDIA_PAD_FL_SOURCE; in msm_vfe_register_entities()
1565 &sd->entity, MSM_VFE_PAD_SRC, in msm_vfe_register_entities()
Dcamss-vfe.h23 #define MSM_VFE_PAD_SRC 1 macro