Searched refs:MSM_VFE_PAD_SINK (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/media/platform/qcom/camss/ |
D | camss-vfe-4-1.c | 644 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_demux_cfg() 692 input = line->fmt[MSM_VFE_PAD_SINK].width; in vfe_set_scale_cfg() 702 input = line->fmt[MSM_VFE_PAD_SINK].height; in vfe_set_scale_cfg() 714 input = line->fmt[MSM_VFE_PAD_SINK].width; in vfe_set_scale_cfg() 724 input = line->fmt[MSM_VFE_PAD_SINK].height; in vfe_set_scale_cfg() 819 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_camif_cfg() 837 val = line->fmt[MSM_VFE_PAD_SINK].width * 2; in vfe_set_camif_cfg() 838 val |= line->fmt[MSM_VFE_PAD_SINK].height << 16; in vfe_set_camif_cfg() 841 val = line->fmt[MSM_VFE_PAD_SINK].width * 2 - 1; in vfe_set_camif_cfg() 844 val = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_camif_cfg()
|
D | camss-vfe-4-7.c | 747 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_demux_cfg() 795 input = line->fmt[MSM_VFE_PAD_SINK].width - 1; in vfe_set_scale_cfg() 805 input = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_scale_cfg() 817 input = line->fmt[MSM_VFE_PAD_SINK].width - 1; in vfe_set_scale_cfg() 827 input = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_scale_cfg() 934 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_camif_cfg() 953 val = line->fmt[MSM_VFE_PAD_SINK].width * 2 - 1; in vfe_set_camif_cfg() 954 val |= (line->fmt[MSM_VFE_PAD_SINK].height - 1) << 16; in vfe_set_camif_cfg() 957 val = line->fmt[MSM_VFE_PAD_SINK].width * 2 - 1; in vfe_set_camif_cfg() 960 val = line->fmt[MSM_VFE_PAD_SINK].height - 1; in vfe_set_camif_cfg()
|
D | camss-vfe.c | 1144 l->fmt[MSM_VFE_PAD_SINK].code); in vfe_set_clock_rates() 1226 l->fmt[MSM_VFE_PAD_SINK].code); in vfe_check_clock_rates() 1494 MSM_VFE_PAD_SINK); in __vfe_get_compose() 1537 case MSM_VFE_PAD_SINK: in vfe_try_format() 1560 *fmt = *__vfe_get_format(line, cfg, MSM_VFE_PAD_SINK, which); in vfe_try_format() 1593 fmt = __vfe_get_format(line, cfg, MSM_VFE_PAD_SINK, which); in vfe_try_compose() 1675 if (code->pad == MSM_VFE_PAD_SINK) { in vfe_enum_mbus_code() 1683 sink_fmt = __vfe_get_format(line, cfg, MSM_VFE_PAD_SINK, in vfe_enum_mbus_code() 1783 if (fmt->pad == MSM_VFE_PAD_SINK) { in vfe_set_format() 1800 sel.pad = MSM_VFE_PAD_SINK; in vfe_set_format() [all …]
|
D | camss-vfe.h | 21 #define MSM_VFE_PAD_SINK 0 macro
|
D | camss.c | 678 MSM_VFE_PAD_SINK, in camss_register_entities()
|