Home
last modified time | relevance | path

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

/drivers/media/platform/qcom/camss/
A Dcamss-vfe-4-1.c607 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_demux_cfg()
641 input = line->fmt[MSM_VFE_PAD_SINK].width; in vfe_set_scale_cfg()
651 input = line->fmt[MSM_VFE_PAD_SINK].height; in vfe_set_scale_cfg()
663 input = line->fmt[MSM_VFE_PAD_SINK].width; in vfe_set_scale_cfg()
673 input = line->fmt[MSM_VFE_PAD_SINK].height; in vfe_set_scale_cfg()
768 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_camif_cfg()
786 val = line->fmt[MSM_VFE_PAD_SINK].width * 2; in vfe_set_camif_cfg()
787 val |= line->fmt[MSM_VFE_PAD_SINK].height << 16; in vfe_set_camif_cfg()
790 val = line->fmt[MSM_VFE_PAD_SINK].width * 2 - 1; in vfe_set_camif_cfg()
793 val = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_camif_cfg()
A Dcamss-vfe-4-7.c759 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_demux_cfg()
793 input = line->fmt[MSM_VFE_PAD_SINK].width - 1; in vfe_set_scale_cfg()
803 input = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_scale_cfg()
815 input = line->fmt[MSM_VFE_PAD_SINK].width - 1; in vfe_set_scale_cfg()
825 input = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_scale_cfg()
932 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_camif_cfg()
951 val = line->fmt[MSM_VFE_PAD_SINK].width * 2 - 1; in vfe_set_camif_cfg()
952 val |= (line->fmt[MSM_VFE_PAD_SINK].height - 1) << 16; in vfe_set_camif_cfg()
955 val = line->fmt[MSM_VFE_PAD_SINK].width * 2 - 1; in vfe_set_camif_cfg()
958 val = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_camif_cfg()
A Dcamss-vfe-4-8.c730 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_demux_cfg()
764 input = line->fmt[MSM_VFE_PAD_SINK].width - 1; in vfe_set_scale_cfg()
774 input = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_scale_cfg()
786 input = line->fmt[MSM_VFE_PAD_SINK].width - 1; in vfe_set_scale_cfg()
796 input = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_scale_cfg()
864 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_camif_cfg()
883 val = line->fmt[MSM_VFE_PAD_SINK].width * 2 - 1; in vfe_set_camif_cfg()
884 val |= (line->fmt[MSM_VFE_PAD_SINK].height - 1) << 16; in vfe_set_camif_cfg()
887 val = line->fmt[MSM_VFE_PAD_SINK].width * 2 - 1; in vfe_set_camif_cfg()
890 val = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_camif_cfg()
A Dcamss-vfe.c954 l->fmt[MSM_VFE_PAD_SINK].code); in vfe_set_clock_rates()
1035 l->fmt[MSM_VFE_PAD_SINK].code); in vfe_check_clock_rates()
1276 MSM_VFE_PAD_SINK); in __vfe_get_compose()
1318 case MSM_VFE_PAD_SINK: in vfe_try_format()
1457 if (code->pad == MSM_VFE_PAD_SINK) { in vfe_enum_mbus_code()
1565 if (fmt->pad == MSM_VFE_PAD_SINK) { in vfe_set_format()
1582 sel.pad = MSM_VFE_PAD_SINK; in vfe_set_format()
1614 if (sel->pad == MSM_VFE_PAD_SINK) in vfe_get_selection()
1684 sel->pad == MSM_VFE_PAD_SINK) { in vfe_set_selection()
1740 .pad = MSM_VFE_PAD_SINK, in vfe_init_formats()
[all …]
A Dcamss-vfe.h22 #define MSM_VFE_PAD_SINK 0 macro
A Dcamss.c3218 MSM_VFE_PAD_SINK, in camss_link_entities()
3237 MSM_VFE_PAD_SINK, in camss_link_entities()

Completed in 23 milliseconds