Home
last modified time | relevance | path

Searched full:averaging (Results 1 – 25 of 111) sorted by relevance

12345

/kernel/linux/linux-5.10/Documentation/hwmon/
Dlochnagar.rst31 power1_average_interval Power averaging time input valid from 1 to 1708mS
38 power2_average_interval Power averaging time input valid from 1 to 1708mS
45 power3_average_interval Power averaging time input valid from 1 to 1708mS
52 power4_average_interval Power averaging time input valid from 1 to 1708mS
59 power5_average_interval Power averaging time input valid from 1 to 1708mS
64 power6_average_interval Power averaging time input valid from 1 to 1708mS
71 power7_average_interval Power averaging time input valid from 1 to 1708mS
78 power8_average_interval Power averaging time input valid from 1 to 1708mS
Dina3221.rst23 and supply voltage, with programmable conversion times and averaging, current
56 samples Number of samples using in the averaging mode.
Dacpi_power_meter.rst53 `power[1-*]_interval` will be notified if the firmware changes the averaging
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Drcar-fdp1.rst26 - The current field is scaled vertically by averaging adjacent lines to
28 Averaging (LAV).
31 the current field. This method is also known as Field Averaging (FAV).
/kernel/linux/linux-4.19/Documentation/media/v4l-drivers/
Drcar-fdp1.rst24 - The current field is scaled vertically by averaging adjacent lines to
26 Averaging (LAV).
29 the current field. This method is also known as Field Averaging (FAV).
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/touchscreen/
Dad7879.txt29 - adi,averaging : 0: 2 middle values (1 if median disabled)
51 adi,averaging = /bits/ 8 <1>;
69 adi,averaging = /bits/ 8 <1>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dad7879.txt29 - adi,averaging : 0: 2 middle values (1 if median disabled)
51 adi,averaging = /bits/ 8 <1>;
69 adi,averaging = /bits/ 8 <1>;
/kernel/linux/linux-4.19/include/linux/platform_data/
Dad7879.h29 u8 averaging; member
31 * 1 = 4, 2 = 8, 3 = 16 (median > averaging)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dallwinner,sun4i-a10-ts.yaml48 Select median and averaging filter. Sample used for median /
49 averaging filter:
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/mfd/
Dsun4i-gpadc.txt40 select median and averaging filter
41 samples used for median / averaging filter
/kernel/linux/linux-4.19/drivers/input/touchscreen/
Dad7879.c125 u8 averaging; member
183 * The preprocessing function consists of a median and an averaging in ad7879_report()
518 device_property_read_u8(dev, "adi,averaging", &ts->averaging); in ad7879_parse_dt()
553 ts->averaging = pdata->averaging; in ad7879_probe()
636 AD7879_AVG(ts->averaging) | in ad7879_probe()
Dad7877.c188 u8 averaging; member
344 * The preprocessing function consists of an averaging filter. in ad7877_process_data()
345 * The combination of 'first conversion delay' and averaging provides a robust solution, in ad7877_process_data()
347 * The size of the averaging filter is programmable. (dev.platform_data, see linux/spi/ad7877.h) in ad7877_process_data()
639 AD7877_AVG(ts->averaging) | AD7877_PM(1) | in ad7877_setup_ts_def_msg()
740 ts->averaging = pdata->averaging; in ad7877_probe()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dad7877.c174 u8 averaging; member
330 * The preprocessing function consists of an averaging filter. in ad7877_process_data()
331 * The combination of 'first conversion delay' and averaging provides a robust solution, in ad7877_process_data()
333 * The size of the averaging filter is programmable. (dev.platform_data, see linux/spi/ad7877.h) in ad7877_process_data()
625 AD7877_AVG(ts->averaging) | AD7877_PM(1) | in ad7877_setup_ts_def_msg()
726 ts->averaging = pdata->averaging; in ad7877_probe()
Dad7879.c123 u8 averaging; member
181 * The preprocessing function consists of a median and an averaging in ad7879_report()
508 device_property_read_u8(dev, "adi,averaging", &ts->averaging); in ad7879_parse_dt()
597 AD7879_AVG(ts->averaging) | in ad7879_probe()
/kernel/linux/linux-4.19/include/linux/
Dled-lm3530.h25 #define LM3530_ALS_AVRG_TIME_32ms (0) /* ALS Averaging Time */
87 * @als_avrg_time: ALS input averaging time
/kernel/linux/linux-5.10/include/linux/
Dled-lm3530.h24 #define LM3530_ALS_AVRG_TIME_32ms (0) /* ALS Averaging Time */
86 * @als_avrg_time: ALS input averaging time
/kernel/linux/linux-5.10/drivers/iio/temperature/
Dmax31856.c78 int averaging; member
129 reg_cr1_val |= data->averaging << MAX31856_AVERAGING_SHIFT; in max31856_init()
240 *val = 1 << data->averaging; in max31856_read_raw()
281 data->averaging = msb; in max31856_write_raw()
/kernel/linux/linux-4.19/include/linux/spi/
Dad7877.h22 u8 averaging; /* 0 = 1, 1 = 4, 2 = 8, 3 = 16 */ member
/kernel/linux/linux-5.10/include/linux/spi/
Dad7877.h22 u8 averaging; /* 0 = 1, 1 = 4, 2 = 8, 3 = 16 */ member
/kernel/linux/linux-4.19/Documentation/hwmon/
Dina322118 and supply voltage, with programmable conversion times and averaging, current
Dadt741137 no_average - Turn off averaging over 16 samples
Dina2xx61 bus and shunt voltage conversion times multiplied by the averaging rate. We
Dacpi_power_meter50 power[1-*]_interval will be notified if the firmware changes the averaging
/kernel/linux/linux-5.10/drivers/iio/adc/
Dmax1027.c52 /* averaging register */
505 /* Disable averaging */ in max1027_probe()
509 dev_err(&indio_dev->dev, "Failed to configure averaging register\n"); in max1027_probe()
/kernel/linux/linux-4.19/drivers/iio/adc/
Dmax1027.c54 /* averaging register */
471 /* Disable averaging */ in max1027_probe()
475 dev_err(&indio_dev->dev, "Failed to configure averaging register\n"); in max1027_probe()

12345