/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | pm660.dtsi | 96 qcom,decimation = <1024>; 102 qcom,decimation = <1024>; 108 qcom,decimation = <1024>; 115 qcom,decimation = <1024>; 123 qcom,decimation = <1024>; 131 qcom,decimation = <1024>; 139 qcom,decimation = <1024>; 147 qcom,decimation = <1024>; 155 qcom,decimation = <1024>; 162 qcom,decimation = <1024>; [all …]
|
/Linux-v6.1/drivers/thermal/qcom/ |
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() 712 buf[0] = chip->decimation; in adc_tm_hc_init() 742 buf[0] = chip->decimation; in adc_tm5_init() 876 ret = qcom_adc5_decimation_from_dt(value, adc_tm->data->decimation); in adc_tm5_get_dt_channel_data() 881 channel->decimation = ret; in adc_tm5_get_dt_channel_data() 883 channel->decimation = ADC5_DECIMATION_DEFAULT; in adc_tm5_get_dt_channel_data() 904 .decimation = (unsigned int []) { 250, 420, 840 }, [all …]
|
/Linux-v6.1/include/linux/iio/adc/ |
D | qcom-vadc-common.h | 131 unsigned int *decimation; member 163 int qcom_adc5_decimation_from_dt(u32 value, const unsigned int *decimation);
|
/Linux-v6.1/drivers/iio/adc/ |
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() 668 ret = qcom_adc5_decimation_from_dt(value, data->decimation); in adc5_get_fw_channel_data() 674 prop->decimation = ret; in adc5_get_fw_channel_data() 676 prop->decimation = ADC5_DECIMATION_DEFAULT; in adc5_get_fw_channel_data() 758 .decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX]) 772 .decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX]) 785 .decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX])
|
D | qcom-spmi-vadc.c | 91 unsigned int decimation; member 211 u8 decimation, mode_ctrl; in vadc_configure() local 227 decimation = prop->decimation << VADC_ADC_DIG_DEC_RATIO_SEL_SHIFT; in vadc_configure() 228 ret = vadc_write(vadc, VADC_ADC_DIG_PARAM, decimation); in vadc_configure() 681 prop->decimation = ret; in vadc_get_fw_channel_data() 683 prop->decimation = VADC_DEF_DECIMATION; in vadc_get_fw_channel_data()
|
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()
|
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()
|
/Linux-v6.1/drivers/media/pci/zoran/ |
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()
|
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()
|
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()
|
D | videocodec.h | 216 __u16 decimation; /* Decimation divider */ member
|
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()
|
D | zoran.h | 144 int decimation; member
|
D | zoran_driver.c | 348 settings.decimation = 0; in zoran_try_fmt_vid_out() 455 settings.decimation = 0; in zoran_s_fmt_vid_out()
|
D | zoran_device.c | 617 cap.decimation = in zr36057_enable_jpg()
|
/Linux-v6.1/sound/pci/ |
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()
|
/Linux-v6.1/sound/soc/atmel/ |
D | Kconfig | 177 decimation filter and outputs 24-bit audio words.
|
/Linux-v6.1/drivers/media/usb/gspca/ |
D | cpia1.c | 308 u8 decimation; member 684 params->compression.decimation = NO_DECIMATION; in reset_camera_params() 939 sd->params.compression.decimation, 0, 0); in command_setcompression()
|
/Linux-v6.1/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi.c | 1175 int decimation = 0; in hdmi_video_csc() local 1181 decimation = HDMI_CSC_CFG_DECMODE_CHROMA_INT_FORMULA3; in hdmi_video_csc() 1202 hdmi_writeb(hdmi, interpolation | decimation, HDMI_CSC_CFG); in hdmi_video_csc()
|
/Linux-v6.1/Documentation/admin-guide/media/ |
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
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | diff-v4l.rst | 471 :c:type:`v4l2_crop`. The ``decimation`` field was dropped. In
|