| /freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | adi,adm1275.yaml | 40 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 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>;
|
| H A D | iqs269a.yaml | 75 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 D | iqs626a.yaml | 104 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 D | azoteq,iqs7222.yaml | 85 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 D | jitter.c | 25 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 D | OPENSSL_LH_stats.pod | 36 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 D | spear-adc.txt | 12 - average-samples: Number of samples to generate an average value. If
|
| /freebsd-14.2/usr.bin/gprof/ |
| H A D | gprof.flat | 19 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 D | imx6ul_tsc.txt | 20 - touchscreen-average-samples: Number of data samples which are averaged for 37 touchscreen-average-samples = <32>;
|
| H A D | stmpe.txt | 8 - st,ave-ctrl : Sample average control 90 /* 8 sample average control */
|
| H A D | ti-tsc-adc.txt | 68 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 D | set5 | 3 1 Load average unavailable\n
|
| /freebsd-14.2/sys/dev/usb/controller/ |
| H A D | ohci.c | 130 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 D | uhci.c | 141 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 D | xhci.c | 143 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 D | ehci.c | 138 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 D | leds-lm3532.txt | 42 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 D | mxs-lradc.txt | 14 - fsl,ave-ctrl: number of samples per direction to calculate an average value.
|
| /freebsd-14.2/contrib/tzdata/ |
| H A D | leap-seconds.list | 30 …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 D | leap-seconds | 30 …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 D | ti,cdce925.txt | 34 present, the clock runs at the requested frequency on average. Otherwise
|
| H A D | ti,cdce925.yaml | 71 present, the clock runs at the requested frequency on average.
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | README.md | 163 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 D | ti,am3359-adc.yaml | 52 average is 16 (this is also the maximum) then input is sampled 16 times
|