| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | phy.h | 112 /* DTS measurements */ 120 * struct iwl_dts_measurement_cmd - request DTS temp and/or voltage measurements 122 * @flags: indicates which measurements we want as specified in 175 * struct iwl_ext_dts_measurement_cmd - request extended DTS temp measurements 193 * struct iwl_dts_measurement_notif_v1 - measurements notification 204 * struct iwl_dts_measurement_notif_v2 - measurements notification 217 * struct iwl_dts_measurement_resp - measurements response
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-build-perf-report | 224 # Generate the list of measurements 225 meas_l = test_l['measurements'] if test_l else {} 226 meas_r = test_r['measurements'] if test_r else {} 227 measurements = list(meas_l.keys()) 228 measurements += [m for m in list(meas_r.keys()) if m not in measurements] 230 for meas in measurements: 308 'measurements': [], 320 # Generate the list of measurements 321 for meas in test_r['measurements'].keys(): 322 meas_r = test_r['measurements'][meas] [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/ |
| H A D | ltc2990.txt | 11 addition the following input measurements are enabled per mode: 23 allows a subset of the measurements to be enabled: 28 3: All measurements per mode
|
| H A D | ina3221.txt | 11 chip takes continuous measurements). The continuous mode is 15 while still needs some measurements occasionally.
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-stat.txt | 144 # Table of individual measurements: 192 'disable': disable events). Measurements can be started with events disabled using 195 disable events during measurements: 261 Aggregate counts per processor socket for system-wide mode measurements. This 268 Aggregate counts per processor die for system-wide mode measurements. This 275 Aggregate counts per physical processor for system-wide mode measurements. This 285 Aggregate counts per NUMA nodes for system-wide mode measurements. This 336 Aggregate counts per processor socket for system-wide mode measurements. 339 Aggregate counts per processor die for system-wide mode measurements. 342 Aggregate counts per physical processor for system-wide mode measurements.
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | sht3x.c | 76 /* 0.5 measurements per second */ 78 /* 1 measurements per second */ 80 /* 2 measurements per second */ 82 /* 4 measurements per second */ 84 /* 10 measurements per second */ 90 /* 0.5 measurements per second */ 92 /* 1 measurements per second */ 94 /* 2 measurements per second */ 96 /* 4 measurements per second */ 98 /* 10 measurements per second */
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | frontend-stat-properties.rst | 108 bit count measurements. The frontend may reset it when a 136 bit count measurements. The frontend may reset it when a 165 bit count measurements. The frontend may reset it when a 193 bit count measurements. The frontend may reset it when a 214 bit count measurements. The frontend may reset it when a
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | bt1-pvt.rst | 35 the threshold status bits. Depending on the measurements timeout settings 64 provides a constant measurements discreteness. The data scaling is also 85 update_interval RW Measurements update interval per 104 temperature measurements within 7.130
|
| H A D | adc128d818.rst | 27 Measurements are guaranteed between -55 and +125 degrees. The temperature 34 zero'; this is important for negative voltage measurements. All voltage
|
| H A D | nct7904.rst | 34 in[1-20]_input Input voltage measurements (mV) 36 fan[1-12]_input Fan tachometer measurements (rpm)
|
| H A D | lm80.rst | 48 is unclear about this). Measurements are guaranteed between -55 and 62 zero'; this is important for negative voltage measurements. All voltage
|
| H A D | lm78.rst | 50 is above the Overtemperature Shutdown value. Measurements are guaranteed 63 zero'; this is important for negative voltage measurements. All voltage
|
| H A D | gl518sm.rst | 46 situation. Measurements are guaranteed between -10 degrees and +110 61 zero'; this is important for negative voltage measurements. The VDD input
|
| H A D | ina3221.rst | 50 measurements, activates the corresponding alarm 55 current measurements.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | ad7879.txt | 25 1: 4 measurements 26 2: 8 measurements 27 3: 16 measurements
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/ |
| H A D | base.py | 169 ('measurements', test.measurements)]) 218 for data in test.measurements.values(): 256 self.measurements = OrderedDict() 302 """Simple helper for adding measurements results""" 303 if measurement['name'] in self.measurements: 304 raise ValueError('BUG: two measurements with the same name in {}'.format( 306 self.measurements[measurement['name']] = measurement
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-sx9310 | 8 proximity measurements constructed by hardware by 9 combining measurements taken from a given set of
|
| H A D | sysfs-driver-genwqe | 50 Used for performance and utilization measurements. 56 Used for performance and utilization measurements.
|
| /OK3568_Linux_fs/buildroot/package/dhrystone/ |
| H A D | 0005-prototypes.patch | 26 /* Measurements should last at least about 2 seconds */ 34 /* Measurements should last at least 2 seconds */
|
| /OK3568_Linux_fs/kernel/drivers/iio/health/ |
| H A D | max30102.c | 262 unsigned int measurements) in max30102_read_measurement() argument 269 measurements * in max30102_read_measurement() 273 switch (measurements) { in max30102_read_measurement() 287 return (ret == measurements * MAX30102_REG_FIFO_DATA_BYTES) ? in max30102_read_measurement() 295 unsigned int measurements = bitmap_weight(indio_dev->active_scan_mask, in max30102_interrupt_handler() local 302 ret = max30102_read_measurement(data, measurements); in max30102_interrupt_handler()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/build_perf/ |
| H A D | report.py | 98 measurements = OrderedDict() 110 measurements[subel.attrib['name']] = _read_measurement(subel) 111 data['measurements'] = measurements
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_queue.c | 11 * Implements queues that store template measurements and 12 * maintains aggregate over the stored measurements 27 LIST_HEAD(ima_measurements); /* list of all measurements */
|
| /OK3568_Linux_fs/kernel/Documentation/w1/slaves/ |
| H A D | w1_ds2438.rst | 32 measurements. 33 Writing value "1" is setting the IAD bit (enables the measurements).
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/extcon/ |
| H A D | wlf,arizona.yaml | 72 Delay between successive microphone detection measurements, specified 81 measurements to take.
|
| /OK3568_Linux_fs/kernel/drivers/iio/chemical/ |
| H A D | sps30.c | 23 /* max number of bytes needed to store PM measurements or serial string */ 93 * Internally sensor stores measurements in a following manner: in sps30_do_cmd() 100 * What follows next are number concentration measurements and in sps30_do_cmd() 207 /* new measurements ready to be read */ in sps30_do_meas()
|