Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c1018 return v4l2_subdev_state_get_crop(sd_state, MSM_VFE_PAD_SRC); in __vfe_get_crop()
1060 case MSM_VFE_PAD_SRC: in vfe_try_format()
1293 format = __vfe_get_format(line, sd_state, MSM_VFE_PAD_SRC, in vfe_set_format()
1297 vfe_try_format(line, sd_state, MSM_VFE_PAD_SRC, format, in vfe_set_format()
1361 else if (sel->pad == MSM_VFE_PAD_SRC) in vfe_get_selection()
1419 crop.pad = MSM_VFE_PAD_SRC; in vfe_set_selection()
1424 sel->pad == MSM_VFE_PAD_SRC) { in vfe_set_selection()
1436 fmt.pad = MSM_VFE_PAD_SRC; in vfe_set_selection()
1755 pads[MSM_VFE_PAD_SRC].flags = MEDIA_PAD_FL_SOURCE; in msm_vfe_register_entities()
1793 &sd->entity, MSM_VFE_PAD_SRC, in msm_vfe_register_entities()
H A Dcamss-vfe.h23 #define MSM_VFE_PAD_SRC 1 macro