Home
last modified time | relevance | path

Searched refs:MSM_VFE_PAD_SINK (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/media/platform/qcom/camss/
Dcamss-vfe.c471 l->fmt[MSM_VFE_PAD_SINK].code); in vfe_set_clock_rates()
553 l->fmt[MSM_VFE_PAD_SINK].code); in vfe_check_clock_rates()
794 MSM_VFE_PAD_SINK); in __vfe_get_compose()
837 case MSM_VFE_PAD_SINK: in vfe_try_format()
860 *fmt = *__vfe_get_format(line, sd_state, MSM_VFE_PAD_SINK, in vfe_try_format()
894 fmt = __vfe_get_format(line, sd_state, MSM_VFE_PAD_SINK, which); in vfe_try_compose()
976 if (code->pad == MSM_VFE_PAD_SINK) { in vfe_enum_mbus_code()
984 sink_fmt = __vfe_get_format(line, sd_state, MSM_VFE_PAD_SINK, in vfe_enum_mbus_code()
1084 if (fmt->pad == MSM_VFE_PAD_SINK) { in vfe_set_format()
1101 sel.pad = MSM_VFE_PAD_SINK; in vfe_set_format()
[all …]
Dcamss-vfe-4-1.c616 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_demux_cfg()
650 input = line->fmt[MSM_VFE_PAD_SINK].width; in vfe_set_scale_cfg()
660 input = line->fmt[MSM_VFE_PAD_SINK].height; in vfe_set_scale_cfg()
672 input = line->fmt[MSM_VFE_PAD_SINK].width; in vfe_set_scale_cfg()
682 input = line->fmt[MSM_VFE_PAD_SINK].height; in vfe_set_scale_cfg()
777 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_camif_cfg()
795 val = line->fmt[MSM_VFE_PAD_SINK].width * 2; in vfe_set_camif_cfg()
796 val |= line->fmt[MSM_VFE_PAD_SINK].height << 16; in vfe_set_camif_cfg()
799 val = line->fmt[MSM_VFE_PAD_SINK].width * 2 - 1; in vfe_set_camif_cfg()
802 val = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_camif_cfg()
Dcamss-vfe-4-7.c770 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_demux_cfg()
804 input = line->fmt[MSM_VFE_PAD_SINK].width - 1; in vfe_set_scale_cfg()
814 input = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_scale_cfg()
826 input = line->fmt[MSM_VFE_PAD_SINK].width - 1; in vfe_set_scale_cfg()
836 input = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_scale_cfg()
943 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_camif_cfg()
962 val = line->fmt[MSM_VFE_PAD_SINK].width * 2 - 1; in vfe_set_camif_cfg()
963 val |= (line->fmt[MSM_VFE_PAD_SINK].height - 1) << 16; in vfe_set_camif_cfg()
966 val = line->fmt[MSM_VFE_PAD_SINK].width * 2 - 1; in vfe_set_camif_cfg()
969 val = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_camif_cfg()
Dcamss-vfe-4-8.c741 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_demux_cfg()
775 input = line->fmt[MSM_VFE_PAD_SINK].width - 1; in vfe_set_scale_cfg()
785 input = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_scale_cfg()
797 input = line->fmt[MSM_VFE_PAD_SINK].width - 1; in vfe_set_scale_cfg()
807 input = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_scale_cfg()
875 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_camif_cfg()
894 val = line->fmt[MSM_VFE_PAD_SINK].width * 2 - 1; in vfe_set_camif_cfg()
895 val |= (line->fmt[MSM_VFE_PAD_SINK].height - 1) << 16; in vfe_set_camif_cfg()
898 val = line->fmt[MSM_VFE_PAD_SINK].width * 2 - 1; in vfe_set_camif_cfg()
901 val = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_camif_cfg()
Dcamss-vfe.h22 #define MSM_VFE_PAD_SINK 0 macro
Dcamss.c1304 MSM_VFE_PAD_SINK, in camss_register_entities()
1325 MSM_VFE_PAD_SINK, in camss_register_entities()