Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c471 l->fmt[MSM_VFE_PAD_SINK].code); in vfe_set_clock_rates()
554 l->fmt[MSM_VFE_PAD_SINK].code); in vfe_check_clock_rates()
796 MSM_VFE_PAD_SINK); in __vfe_get_compose()
839 case MSM_VFE_PAD_SINK: in vfe_try_format()
978 if (code->pad == MSM_VFE_PAD_SINK) { in vfe_enum_mbus_code()
1086 if (fmt->pad == MSM_VFE_PAD_SINK) { in vfe_set_format()
1103 sel.pad = MSM_VFE_PAD_SINK; in vfe_set_format()
1135 if (sel->pad == MSM_VFE_PAD_SINK) in vfe_get_selection()
1205 sel->pad == MSM_VFE_PAD_SINK) { in vfe_set_selection()
1261 .pad = MSM_VFE_PAD_SINK, in vfe_init_formats()
[all …]
H A 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()
H A 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()
H A 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()
H A Dcamss-vfe.h22 #define MSM_VFE_PAD_SINK 0 macro
H A Dcamss.c1304 MSM_VFE_PAD_SINK, in camss_register_entities()
1325 MSM_VFE_PAD_SINK, in camss_register_entities()