Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ltc2688.yaml81 adi,overrange:
82 description: Enable 5% overrange over the selected full scale range.
134 adi,overrange;
H A Dadi,ad5755.yaml95 adi,enable-voltage-overrange:
97 description: Enable voltage overrange
/openbmc/linux/drivers/iio/adc/
H A 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()
H A Dad7793.c51 #define AD7793_STAT_ERR (1 << 6) /* Error (Overrange, Underrange) */
H A Dad7192.c53 #define AD7192_STAT_ERR BIT(6) /* Error (Overrange, Underrange) */
/openbmc/linux/sound/core/
H A Dpcm_compat.c170 u32 overrange; member
217 .overrange = status.overrange, in snd_pcm_status_user_compat64()
H A Dpcm_native.c1061 status->overrange = runtime->overrange; in snd_pcm_status64()
1063 runtime->overrange = 0; in snd_pcm_status64()
1126 .overrange = status64.overrange, in snd_pcm_status_user32()
/openbmc/linux/drivers/iio/dac/
H A Dltc2688.c79 bool overrange; member
167 if (chan->overrange) in ltc2688_scale_get()
837 if (fwnode_property_read_bool(child, "adi,overrange")) { in ltc2688_channel_config()
838 chan->overrange = true; in ltc2688_channel_config()
H A 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()
/openbmc/linux/include/sound/
H A Dpcm.h352 int overrange; member
1574 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */ member
1599 u32 overrange; /* count of ADC (capture) overrange detections from last status */ member
/openbmc/linux/drivers/iio/imu/
H A Dadis16460.c333 [ADIS16460_DIAG_STAT_OVERRANGE] = "Sensor overrange",
H A Dadis16400.c925 [ADIS16400_DIAG_STAT_OVERFLOW] = "Sensor overrange",
/openbmc/linux/drivers/iio/gyro/
H A Dadis16260.c323 [ADIS16260_DIAG_STAT_OVERFLOW_BIT] = "Sensor overrange",
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h282 #define SNDRV_PCM_INFO_OVERRANGE 0x00020000 /* hardware supports ADC (capture) overrange detection …
487 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */ member
/openbmc/linux/include/uapi/sound/
H A Dasound.h282 #define SNDRV_PCM_INFO_OVERRANGE 0x00020000 /* hardware supports ADC (capture) overrange detection …
487 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */ member
/openbmc/linux/sound/sparc/
H A Dcs4231.c964 /* detect overrange only above 0dB; may be user selectable? */ in snd_cs4231_overrange()
966 chip->capture_substream->runtime->overrange++; in snd_cs4231_overrange()
/openbmc/linux/sound/isa/wss/
H A Dwss_lib.c1068 if (res & (0x08 | 0x02)) /* detect overrange only above 0dB; may be user selectable? */ in snd_wss_overrange()
1069 chip->capture_substream->runtime->overrange++; in snd_wss_overrange()
/openbmc/linux/drivers/comedi/drivers/
H A Dni_mio_common.c4802 "cs5529 conversion error, overrange (ignoring)\n"); in cs5529_do_conversion()
4825 * 13 causes the adc input to go overrange (maybe reads external in cs5529_ai_insn_read()
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1469 int overrange;