Searched refs:MSM_VFE_PAD_SINK (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/media/platform/qcom/camss/ |
D | camss-vfe.c | 677 l->fmt[MSM_VFE_PAD_SINK].code); in vfe_set_clock_rates() 758 l->fmt[MSM_VFE_PAD_SINK].code); in vfe_check_clock_rates() 999 MSM_VFE_PAD_SINK); in __vfe_get_compose() 1041 case MSM_VFE_PAD_SINK: in vfe_try_format() 1064 *fmt = *__vfe_get_format(line, sd_state, MSM_VFE_PAD_SINK, in vfe_try_format() 1098 fmt = __vfe_get_format(line, sd_state, MSM_VFE_PAD_SINK, which); in vfe_try_compose() 1180 if (code->pad == MSM_VFE_PAD_SINK) { in vfe_enum_mbus_code() 1188 sink_fmt = __vfe_get_format(line, sd_state, MSM_VFE_PAD_SINK, in vfe_enum_mbus_code() 1288 if (fmt->pad == MSM_VFE_PAD_SINK) { in vfe_set_format() 1305 sel.pad = MSM_VFE_PAD_SINK; in vfe_set_format() [all …]
|
D | camss-vfe-4-1.c | 616 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()
|
D | camss-vfe-4-8.c | 741 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()
|
D | camss-vfe-4-7.c | 770 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()
|
D | camss-vfe.h | 22 #define MSM_VFE_PAD_SINK 0 macro
|
D | camss.c | 1887 MSM_VFE_PAD_SINK, in camss_link_entities() 1908 MSM_VFE_PAD_SINK, in camss_link_entities()
|