Home
last modified time | relevance | path

Searched refs:average (Results 1 – 25 of 95) sorted by relevance

1234

/freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/
H A Dadi,adm1275.yaml40 adi,volt-curr-sample-average:
46 adi,power-sample-average:
62 adi,volt-curr-sample-average:
64 adi,power-sample-average: false
74 adi,volt-curr-sample-average:
76 adi,power-sample-average: false
86 adi,volt-curr-sample-average:
88 adi,power-sample-average:
101 adi,volt-curr-sample-average:
103 adi,power-sample-average:
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Dmicrochip,qt1050.txt38 - 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>;
H A Diqs269a.yaml75 Specifies the long-term average filter strength during low-power mode.
89 Specifies the long-term average filter strength during normal-power mode.
133 term average of all channels. Specify the maximum timeout to disable it
189 long-term average) of an associated channel as follows:
223 Prevents the channel from being reseeded if the long-term average
379 By default, the long-term average tracks an increase in counts such
383 Specify 'azoteq,dual-direction' to freeze the long-term average when
H A Diqs626a.yaml104 long-term average) of an associated channel as follows:
162 term average of all channels. Specify the maximum timeout to disable it
186 Prevents the channel from being reseeded if the long-term average
214 Specifies that the channel's long-term average is to freeze in the
322 Specifies the long-term average filter strength during normal-power
330 Specifies the long-term average filter strength during low-power mode
458 By default, the long-term average tracks an increase in counts such
462 Specify 'azoteq,dual-direction' to freeze the long-term average when
525 average timeout (defined in 'azoteq,timeout-lta') expires.
625 Specifies the update rate of the trackpad's long-term average during
H A Dazoteq,iqs7222.yaml85 Specifies the long-term average filter damping factor to be applied during
93 Specifies the long-term average filter damping factor to be applied during
117 Specifies the long-term average filter fast damping factor to be applied
125 Specifies the long-term average filter fast damping factor to be applied
305 Specifies that the channel's long-term average is to freeze if any
317 Specifies that the channel's long-term average is to freeze in the
/freebsd-14.2/contrib/ntp/util/
H A Djitter.c25 double average; variable
55 average = 0; in main()
59 average += gtod[i]; in main()
74 average = average / (NBUF - 2); in main()
75 fprintf(stderr, "Average %13.9f\n", average); in main()
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOPENSSL_LH_stats.pod36 the average number of data items per 'bucket' in the hash table. The
37 'actual load' is the average number of items per 'bucket', but only
39 average number of searches that will need to find an item in the hash
40 table, while the 'load' is the average number that will be done to
/freebsd-14.2/sys/contrib/device-tree/Bindings/staging/iio/adc/
H A Dspear-adc.txt12 - average-samples: Number of samples to generate an average value. If
/freebsd-14.2/usr.bin/gprof/
H A Dgprof.flat19 self the average number of milliseconds spent in this
23 total the average number of milliseconds spent in this
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dimx6ul_tsc.txt20 - touchscreen-average-samples: Number of data samples which are averaged for
37 touchscreen-average-samples = <32>;
H A Dstmpe.txt8 - st,ave-ctrl : Sample average control
90 /* 8 sample average control */
H A Dti-tsc-adc.txt68 channel of ADC. If average is 16 then input
72 average to 16 averages. Maximum value is 16.
/freebsd-14.2/contrib/tcsh/nls/C/
H A Dset53 1 Load average unavailable\n
/freebsd-14.2/sys/dev/usb/controller/
H A Dohci.c130 uint32_t average; member
1247 uint32_t average; in ohci_setup_standard_chain_sub() local
1279 average = 0; in ohci_setup_standard_chain_sub()
1282 average = temp->average; in ohci_setup_standard_chain_sub()
1284 if (temp->len < average) { in ohci_setup_standard_chain_sub()
1288 average = temp->len; in ohci_setup_standard_chain_sub()
1305 temp->len -= average; in ohci_setup_standard_chain_sub()
1315 if (average == 0) { in ohci_setup_standard_chain_sub()
1327 buf_offset += (average - 1); in ohci_setup_standard_chain_sub()
1333 td->len = average; in ohci_setup_standard_chain_sub()
[all …]
H A Duhci.c141 uint32_t average; member
1510 uint32_t average; in uhci_setup_standard_chain_sub() local
1547 average = 0; in uhci_setup_standard_chain_sub()
1550 average = temp->average; in uhci_setup_standard_chain_sub()
1552 if (temp->len < average) { in uhci_setup_standard_chain_sub()
1556 average = temp->len; in uhci_setup_standard_chain_sub()
1573 temp->len -= average; in uhci_setup_standard_chain_sub()
1586 if (average == 0) { in uhci_setup_standard_chain_sub()
1594 temp->len -= average; in uhci_setup_standard_chain_sub()
1596 td->len = average; in uhci_setup_standard_chain_sub()
[all …]
H A Dxhci.c143 uint32_t average; member
1684 uint32_t average; in xhci_setup_generic_chain_sub() local
1712 average = 0; in xhci_setup_generic_chain_sub()
1715 average = temp->average; in xhci_setup_generic_chain_sub()
1721 average = temp->len; in xhci_setup_generic_chain_sub()
1744 td->len = average; in xhci_setup_generic_chain_sub()
1750 temp->len -= average; in xhci_setup_generic_chain_sub()
1759 if (average > 8) in xhci_setup_generic_chain_sub()
1760 average = 8; in xhci_setup_generic_chain_sub()
1766 average); in xhci_setup_generic_chain_sub()
[all …]
H A Dehci.c138 uint32_t average; member
1552 uint32_t average; in ehci_setup_standard_chain_sub() local
1580 average = 0; in ehci_setup_standard_chain_sub()
1583 average = temp->average; in ehci_setup_standard_chain_sub()
1585 if (temp->len < average) { in ehci_setup_standard_chain_sub()
1589 average = temp->len; in ehci_setup_standard_chain_sub()
1606 temp->len -= average; in ehci_setup_standard_chain_sub()
1617 if (average == 0) { in ehci_setup_standard_chain_sub()
1648 td->len = average; in ehci_setup_standard_chain_sub()
1652 temp->len -= average; in ehci_setup_standard_chain_sub()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/leds/
H A Dleds-lm3532.txt42 average the two ALS inputs. This is only used if
47 0x00 - ALS1 and ALS2 input average
/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dmxs-lradc.txt14 - fsl,ave-ctrl: number of samples per direction to calculate an average value.
/freebsd-14.2/contrib/tzdata/
H A Dleap-seconds.list30 …t leap second was added on June 30, 1972. Until the year 2000, it was necessary in average to add a
32 # average interval of 3 to 4 years due to the acceleration of the Earth's rotation speed.
/freebsd-14.2/usr.sbin/ntp/ntpd/
H A Dleap-seconds30 …t leap second was added on June 30, 1972. Until the year 2000, it was necessary in average to add a
32 # average interval of 3 to 4 years due to the acceleration of the Earth's rotation speed.
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Dti,cdce925.txt34 present, the clock runs at the requested frequency on average. Otherwise
H A Dti,cdce925.yaml71 present, the clock runs at the requested frequency on average.
/freebsd-14.2/contrib/tcpdump/
H A DREADME.md163 since the average packet size was 512 bytes). It took
164 536 packets to transfer the data (i.e., on the average
171 2 seconds on the average). It was acked once, 140ms
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/
H A Dti,am3359-adc.yaml52 average is 16 (this is also the maximum) then input is sampled 16 times

1234