Home
last modified time | relevance | path

Searched full:overrange (Results 1 – 21 of 21) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/
Dadi,ltc2688.yaml81 adi,overrange:
82 description: Enable 5% overrange over the selected full scale range.
134 adi,overrange;
Dadi,ad5755.yaml95 adi,enable-voltage-overrange:
97 description: Enable voltage overrange
/linux-6.12.1/drivers/iio/adc/
Dmcp320x.c175 * Up to 12% overrange or underrange are allowed, in which case in mcp320x_adc_conversion()
180 return -EIO; /* cannot have overrange AND underrange */ in mcp320x_adc_conversion()
182 raw &= ~BIT(22); /* overrange */ in mcp320x_adc_conversion()
Dmcp3564.c66 * It allows overrange with the SGN extension.
72 * It allows overrange with the SGN extension.
78 * It does not allow overrange (ADC code locked to 0xFFFFFF or 0x800000).
84 * It does not allow overrange (ADC code locked to 0xFFFFFF or 0x800000).
Dad7793.c51 #define AD7793_STAT_ERR (1 << 6) /* Error (Overrange, Underrange) */
Dad7192.c56 #define AD7192_STAT_ERR BIT(6) /* Error (Overrange, Underrange) */
/linux-6.12.1/drivers/iio/dac/
Dltc2688.c79 bool overrange; member
167 if (chan->overrange) in ltc2688_scale_get()
827 if (fwnode_property_read_bool(child, "adi,overrange")) { in ltc2688_channel_config()
828 chan->overrange = true; in ltc2688_channel_config()
Dad5755.c138 * @dac.enable_voltage_overrange: Whether to enable 20% voltage output overrange.
763 fwnode_property_read_bool(pp, "adi,enable-voltage-overrange"); in ad5755_parse_fw()
/linux-6.12.1/sound/core/
Dpcm_compat.c170 u32 overrange; member
217 .overrange = status.overrange, in snd_pcm_status_user_compat64()
Dpcm_native.c1077 status->overrange = runtime->overrange; in snd_pcm_status64()
1079 runtime->overrange = 0; in snd_pcm_status64()
1140 .overrange = status64.overrange, in snd_pcm_status_user32()
/linux-6.12.1/drivers/iio/resolver/
Dad2s1210.c12 * DOS Overrange Threshold | 0x89 | events/in_altvoltage0_thresh_rising_value
37 * Sine/cosine inputs exceed DOS overrange | D5 | altvoltage0 | thresh | rising
393 /* Sine/cosine inputs exceed DOS overrange threshold */ in ad2s1210_push_events()
899 /* Sine/cosine DOS overrange fault.*/
902 /* Degredation of signal overrange threshold. */
1254 return sprintf(label, "DOS overrange\n"); in ad2s1210_read_event_label()
/linux-6.12.1/include/sound/
Dpcm.h369 int overrange; member
1575 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */ member
1600 u32 overrange; /* count of ADC (capture) overrange detections from last status */ member
/linux-6.12.1/drivers/iio/imu/
Dadis16460.c323 [ADIS16460_DIAG_STAT_OVERRANGE] = "Sensor overrange",
Dadis16400.c913 [ADIS16400_DIAG_STAT_OVERFLOW] = "Sensor overrange",
/linux-6.12.1/drivers/iio/gyro/
Dadis16260.c320 [ADIS16260_DIAG_STAT_OVERFLOW_BIT] = "Sensor overrange",
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/sound/
Dasound.h285 #define SNDRV_PCM_INFO_OVERRANGE 0x00020000 /* hardware supports ADC (capture) overrange detection …
491 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */ member
/linux-6.12.1/include/uapi/sound/
Dasound.h285 #define SNDRV_PCM_INFO_OVERRANGE 0x00020000 /* hardware supports ADC (capture) overrange detection …
491 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */ member
/linux-6.12.1/sound/sparc/
Dcs4231.c968 /* detect overrange only above 0dB; may be user selectable? */ in snd_cs4231_overrange()
970 chip->capture_substream->runtime->overrange++; in snd_cs4231_overrange()
/linux-6.12.1/sound/isa/wss/
Dwss_lib.c1071 if (res & (0x08 | 0x02)) /* detect overrange only above 0dB; may be user selectable? */ in snd_wss_overrange()
1072 chip->capture_substream->runtime->overrange++; in snd_wss_overrange()
/linux-6.12.1/drivers/comedi/drivers/
Dni_mio_common.c4817 "cs5529 conversion error, overrange (ignoring)\n"); in cs5529_do_conversion()
4840 * 13 causes the adc input to go overrange (maybe reads external in cs5529_ai_insn_read()
/linux-6.12.1/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst1469 int overrange;