/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | pm660.dtsi | 96 qcom,decimation = <1024>; 103 qcom,decimation = <1024>; 110 qcom,decimation = <1024>; 118 qcom,decimation = <1024>; 127 qcom,decimation = <1024>; 136 qcom,decimation = <1024>; 145 qcom,decimation = <1024>; 154 qcom,decimation = <1024>; 163 qcom,decimation = <1024>; 171 qcom,decimation = <1024>; [all …]
|
/openbmc/linux/drivers/thermal/qcom/ |
H A D | qcom-spmi-adc-tm5.c | 167 unsigned int *decimation; member 201 unsigned int decimation; /* For Gen2 ADC_TM */ member 235 unsigned int decimation; member 593 buf[2] |= FIELD_PREP(ADC_TM_GEN2_CTL_DEC_RATIO_MASK, channel->decimation); in adc_tm5_gen2_configure() 710 buf[0] = chip->decimation; in adc_tm_hc_init() 740 buf[0] = chip->decimation; in adc_tm5_init() 874 ret = qcom_adc5_decimation_from_dt(value, adc_tm->data->decimation); in adc_tm5_get_dt_channel_data() 879 channel->decimation = ret; in adc_tm5_get_dt_channel_data() 881 channel->decimation = ADC5_DECIMATION_DEFAULT; in adc_tm5_get_dt_channel_data() 902 .decimation = (unsigned int []) { 250, 420, 840 }, [all …]
|
/openbmc/linux/include/linux/iio/adc/ |
H A D | qcom-vadc-common.h | 131 unsigned int *decimation; member 163 int qcom_adc5_decimation_from_dt(u32 value, const unsigned int *decimation);
|
/openbmc/linux/drivers/iio/adc/ |
H A D | qcom-spmi-adc5.c | 123 unsigned int decimation; member 233 *data |= (prop->decimation << ADC5_USR_DIG_PARAM_DEC_RATIO_SEL_SHIFT); in adc5_update_dig_param() 679 ret = qcom_adc5_decimation_from_dt(value, data->decimation); in adc5_get_fw_channel_data() 685 prop->decimation = ret; in adc5_get_fw_channel_data() 687 prop->decimation = ADC5_DECIMATION_DEFAULT; in adc5_get_fw_channel_data() 769 .decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX]) 783 .decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX]) 796 .decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX])
|
H A D | qcom-spmi-vadc.c | 92 unsigned int decimation; member 213 u8 decimation, mode_ctrl; in vadc_configure() local 229 decimation = prop->decimation << VADC_ADC_DIG_DEC_RATIO_SEL_SHIFT; in vadc_configure() 230 ret = vadc_write(vadc, VADC_ADC_DIG_PARAM, decimation); in vadc_configure() 698 prop->decimation = ret; in vadc_get_fw_channel_data() 700 prop->decimation = VADC_DEF_DECIMATION; in vadc_get_fw_channel_data()
|
H A D | qcom-pm8xxx-xoadc.c | 384 u8 decimation:2; member 510 ch->decimation << ADC_DIG_PARAM_DEC_SHIFT); in pm8xxx_read_channel_rsv() 779 ch->decimation = VADC_DEF_DECIMATION; in pm8xxx_xoadc_parse_channel() 802 ch->decimation = ret; in pm8xxx_xoadc_parse_channel() 817 ch->amux_ip_rsv, ch->decimation, hwchan->prescale.numerator, in pm8xxx_xoadc_parse_channel()
|
H A D | qcom-vadc-common.c | 748 int qcom_adc5_decimation_from_dt(u32 value, const unsigned int *decimation) in qcom_adc5_decimation_from_dt() argument 753 if (value == decimation[i]) in qcom_adc5_decimation_from_dt()
|
/openbmc/linux/drivers/media/pci/zoran/ |
H A D | zr36016.c | 222 cap->decimation); in zr36016_set_video() 248 ptr->xdec = ((cap->decimation & 0xff) == 1) ? 0 : 1; in zr36016_set_video() 249 ptr->ydec = (((cap->decimation >> 8) & 0xff) == 1) ? 0 : 1; in zr36016_set_video()
|
H A D | zr36060.c | 492 cap->x, cap->y, cap->width, cap->height, cap->decimation); in zr36060_set_video() 498 ptr->width = cap->width / (cap->decimation & 0xff); in zr36060_set_video() 499 ptr->height = cap->height / (cap->decimation >> 8); in zr36060_set_video() 519 switch (cap->decimation & 0xff) { in zr36060_set_video() 533 switch (cap->decimation >> 8) { in zr36060_set_video()
|
H A D | zr36050.c | 553 cap->decimation, cap->quality); in zr36050_set_video() 558 ptr->width = cap->width / (cap->decimation & 0xff); in zr36050_set_video() 559 ptr->height = cap->height / ((cap->decimation >> 8) & 0xff); in zr36050_set_video()
|
H A D | videocodec.h | 216 __u16 decimation; /* Decimation divider */ member
|
H A D | zoran_card.c | 726 __func__, settings->decimation, settings->hor_dcm, in zoran_check_jpg_settings() 732 switch (settings->decimation) { in zoran_check_jpg_settings() 842 __func__, settings->decimation); in zoran_check_jpg_settings() 967 zr->jpg_settings.decimation = 1; in zoran_open_init_params() 1200 seq_printf(seq, "JPG decimation %u\n", zr->jpg_settings.decimation); in zoran_debugfs_show()
|
H A D | zoran.h | 144 int decimation; member
|
H A D | zoran_driver.c | 348 settings.decimation = 0; in zoran_try_fmt_vid_out() 455 settings.decimation = 0; in zoran_s_fmt_vid_out()
|
H A D | zoran_device.c | 617 cap.decimation = in zr36057_enable_jpg()
|
/openbmc/u-boot/drivers/video/ |
H A D | dw_hdmi.c | 661 int decimation = 0; in hdmi_video_csc() local 667 decimation = HDMI_CSC_CFG_DECMODE_CHROMA_INT_FORMULA3; in hdmi_video_csc() 688 hdmi_write(hdmi, interpolation | decimation, HDMI_CSC_CFG); in hdmi_video_csc()
|
/openbmc/linux/sound/pci/ |
H A D | bt87x.c | 467 int decimation; in snd_bt87x_prepare() local 471 decimation = (ANALOG_CLOCK + runtime->rate / 4) / runtime->rate; in snd_bt87x_prepare() 472 chip->reg_control |= decimation << CTL_DA_SDR_SHIFT; in snd_bt87x_prepare()
|
/openbmc/linux/sound/soc/atmel/ |
H A D | Kconfig | 177 decimation filter and outputs 24-bit audio words.
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | cpia1.c | 309 u8 decimation; member 685 params->compression.decimation = NO_DECIMATION; in reset_camera_params() 940 sd->params.compression.decimation, 0, 0); in command_setcompression()
|
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 1161 int decimation = 0; in hdmi_video_csc() local 1167 decimation = HDMI_CSC_CFG_DECMODE_CHROMA_INT_FORMULA3; in hdmi_video_csc() 1188 hdmi_writeb(hdmi, interpolation | decimation, HDMI_CSC_CFG); in hdmi_video_csc()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | imx.rst | 255 The CSI supports frame rate decimation, via frame skipping. Frame 256 rate decimation is specified by setting the frame intervals at
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | diff-v4l.rst | 471 :c:type:`v4l2_crop`. The ``decimation`` field was dropped. In
|