/Linux-v5.15/Documentation/devicetree/bindings/input/ |
D | microchip,qt1050.txt | 38 - microchip,average-samples: 41 - microchip,average-scaling: 42 The scaling factor which is used to scale the average-samples. 60 microchip,average-samples = <64>; 61 microchip,average-scaling = <16>; 68 microchip,average-samples = <64>; 69 microchip,average-scaling = <8>; 75 microchip,average-samples = <256>; 76 microchip,average-scaling = <16>;
|
/Linux-v5.15/Documentation/hwmon/ |
D | lochnagar.rst | 30 power1_average Measured average power for DBVDD1 (microWatts) 37 power2_average Measured average power for 1V8 DSP (microWatts) 44 power3_average Measured average power for 1V8 CDC (microWatts) 51 power4_average Measured average power for VDDCORE DSP (microWatts) 58 power5_average Measured average power for AVDD 1V8 (microWatts) 63 power6_average Measured average power for SYSVDD (microWatts) 70 power7_average Measured average power for VDDCORE CDC (microWatts) 77 power8_average Measured average power for MICVDD (microWatts)
|
D | fam15h_power.rst | 62 calculate the average power consumed by a processor during a 91 CPU average power 110 v. Calculate the average power consumption for a compute unit over
|
D | acpi_power_meter.rst | 21 features--a power meter that returns average power use over a configurable 41 average power consumption exceeds the cap, an ACPI event will be broadcast on
|
D | max34440.rst | 144 curr[1-4]_average Historical average current (MAX34446/34451 only). 160 power[1,3]_average Historical average power. 179 temp[1-8]_average Historical average temperature (MAX34446 only).
|
/Linux-v5.15/drivers/staging/greybus/tools/ |
D | README.loopback | 180 requests per-sec: min=390, max=547, average=469.299988, jitter=157 181 ap-throughput B/s: min=90480 max=126904 average=108762.101562 jitter=36424 182 ap-latency usec: min=1826 max=2560 average=2146.000000 jitter=734 183 apbridge-latency usec: min=1620 max=1982 average=1882.099976 jitter=362 184 gpbridge-latency usec: min=56 max=57 average=57.099998 jitter=1 194 requests per-sec: min=397, max=538, average=461.700012, jitter=141 195 ap-throughput B/s: min=92104 max=124816 average=106998.898438 jitter=32712 196 ap-latency usec: min=1856 max=2514 average=2185.699951 jitter=658 197 apbridge-latency usec: min=1460 max=2296 average=1828.599976 jitter=836 198 gpbridge-latency usec: min=56 max=57 average=57.099998 jitter=1
|
/Linux-v5.15/tools/power/x86/turbostat/ |
D | turbostat.c | 401 } average; variable 1081 …if ((t != &average.threads) && (cpu_subset && !CPU_ISSET_S(t->cpu_id, cpu_subset_size, cpu_subset)… in format_counters() 1101 if (t == &average.threads) { in format_counters() 1394 format_counters(&average.threads, &average.cores, &average.packages); in format_all_counters() 1676 average.threads.apic_id = t->apic_id; in sum_counters() 1678 average.threads.x2apic_id = t->x2apic_id; in sum_counters() 1681 if (average.threads.tv_begin.tv_sec == 0) in sum_counters() 1682 average.threads.tv_begin = t->tv_begin; in sum_counters() 1685 average.threads.tv_end = t->tv_end; in sum_counters() 1687 average.threads.tsc += t->tsc; in sum_counters() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/staging/iio/adc/ |
D | spear-adc.txt | 12 - average-samples: Number of samples to generate an average value. If
|
/Linux-v5.15/drivers/iio/adc/ |
D | spear_adc.c | 49 u32 average; member 69 struct chan_data average; member 127 return __raw_readl(&st->adc_base_spear6xx->average.msb) & in spear_adc_get_average() 130 return __raw_readl(&st->adc_base_spear3xx->average) & in spear_adc_get_average()
|
/Linux-v5.15/drivers/net/wireless/broadcom/b43/ |
D | phy_common.c | 514 unsigned int average; in b43_phy_shm_tssi_read() local 540 average = (a + b + c + d + 2) / 4; in b43_phy_shm_tssi_read() 545 average = (average >= 13) ? (average - 13) : 0; in b43_phy_shm_tssi_read() 548 return average; in b43_phy_shm_tssi_read()
|
/Linux-v5.15/Documentation/devicetree/bindings/input/touchscreen/ |
D | imx6ul_tsc.txt | 20 - touchscreen-average-samples: Number of data samples which are averaged for 37 touchscreen-average-samples = <32>;
|
D | stmpe.txt | 8 - st,ave-ctrl : Sample average control 91 /* 8 sample average control */
|
D | ti-tsc-adc.txt | 68 channel of ADC. If average is 16 then input 72 average to 16 averages. Maximum value is 16.
|
/Linux-v5.15/Documentation/userspace-api/media/drivers/ |
D | imx-uapi.rst | 66 How many frame interval measurements to average before comparing against 78 discarded and do not enter into the average. This can be used to 85 FIM begins to average intervals.
|
/Linux-v5.15/drivers/base/regmap/ |
D | regcache-rbtree.c | 142 int this_registers, average; in rbtree_show() local 164 average = registers / nodes; in rbtree_show() 166 average = 0; in rbtree_show() 169 nodes, registers, average, mem_size); in rbtree_show()
|
/Linux-v5.15/tools/power/cpupower/bench/ |
D | README-BENCH | 9 - Identify average reaction time of a governor to CPU load changes 97 governor in average behaves as expected. 116 -n, --cycles=<int> load/sleep cycles to get an average value to compare
|
/Linux-v5.15/drivers/thermal/intel/ |
D | therm_throt.c | 92 u8 average; member 269 state->average = 0; in throttle_active_work() 286 if (state->average > avg) { in throttle_active_work() 294 state->average = avg; in throttle_active_work()
|
/Linux-v5.15/arch/sh/drivers/ |
D | Kconfig | 12 a hyperbolic function of the 5-minute load average.
|
/Linux-v5.15/drivers/net/wireless/marvell/libertas/ |
D | README | 149 This event is generated when the average received RSSI in beacons goes 153 This event is generated when the average received RSSI in beacons goes 157 This event is generated when the average received SNR in beacons goes 161 This event is generated when the average received SNR in beacons goes
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-devices-platform-trackpoint | 51 or release, relative to the running average. 58 (RW) The offset from the running average required to generate a
|
/Linux-v5.15/Documentation/devicetree/bindings/leds/ |
D | leds-lm3532.txt | 42 average the two ALS inputs. This is only used if 47 0x00 - ALS1 and ALS2 input average
|
/Linux-v5.15/arch/x86/events/ |
D | Kconfig | 35 average power consumption on Family 15h processors.
|
/Linux-v5.15/Documentation/devicetree/bindings/mfd/ |
D | mxs-lradc.txt | 14 - fsl,ave-ctrl: number of samples per direction to calculate an average value.
|
/Linux-v5.15/tools/perf/Documentation/ |
D | perf-sched.txt | 127 Show only a summary of scheduling by thread with min, max, and average 133 max, and average run times (in sec) and relative stddev.
|
/Linux-v5.15/drivers/leds/trigger/ |
D | Kconfig | 52 This allows LEDs to be controlled by a CPU load average. 54 load average.
|