Home
last modified time | relevance | path

Searched full:readings (Results 1 – 25 of 170) sorted by relevance

1234567

/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
Dadc128d818.txt6 - Mode 0: 7 single-ended voltage readings (IN0-IN6),
8 - Mode 1: 8 single-ended voltage readings (IN0-IN7),
10 - Mode 2: 4 pseudo-differential voltage readings
13 - Mode 3: 4 single-ended voltage readings (IN0-IN3),
14 2 pseudo-differential voltage readings
/Linux-v6.1/tools/bpf/bpftool/skeleton/
Dprofiler.bpf.c14 /* readings at fentry */
21 /* accumulated readings */
96 struct bpf_perf_event_value readings[MAX_NUM_MATRICS]; in BPF_PROG() local
105 readings + i, sizeof(*readings)); in BPF_PROG()
113 fexit_update_maps(i, &readings[i]); in BPF_PROG()
/Linux-v6.1/Documentation/hwmon/
Dasus_ec_sensors.rst41 4. Readings from the T_Sensor header
46 9. Readings from the "Water flow meter" header (RPM)
47 10. Readings from the "Water In" and "Water Out" temperature headers
Demc2103.rst25 readings can be divided by a programmable divider (1, 2, 4 or 8) to give
26 the readings more range or accuracy. Not all RPM values can accurately be
Dw83l786ng.rst38 Fan rotation speeds are reported in RPM (rotations per minute). Fan readings
40 or 128 for fan 1/2) to give the readings more range or accuracy.
Dlm80.rst54 readings can be divided by a programmable divider (1, 2, 4 or 8) to give
55 the readings more range or accuracy. Not all RPM values can accurately be
Dasc7621.rst51 We offer flexible mapping of temperature readings to thermal zones. Any
61 Both remote diode temperature readings may be given an offset value such
100 temperature readings for better control of fan speed and minimum acoustic
118 - Programmable autonomous fan control based on temperature readings
185 Smooths spikes in temp readings caused by noise.
Dsmsc47m1.rst69 readings can be divided by a programmable divider (1, 2, 4 or 8) to give
70 the readings more range or accuracy. Not all RPM values can accurately be
Dlm87.rst49 readings can be divided by a programmable divider (1, 2, 4 or 8) to give
50 the readings more range or accuracy. Not all RPM values can accurately be
Dgl518sm.rst53 Fan readings can be divided by a programmable divider (1, 2, 4 or 8) to
54 give the readings more range or accuracy. Not all RPM values can
Dlm78.rst55 readings can be divided by a programmable divider (1, 2, 4 or 8) to give
56 the readings more range or accuracy. Not all RPM values can accurately be
Dvia686a.rst54 readings can be divided by a programmable divider (1, 2, 4 or 8) to give
55 the readings more range or accuracy. Not all RPM values can accurately be
Dpc87360.rst73 Fan readings are affected by a programmable clock divider, giving the
74 readings more range or accuracy. Usually, users have to learn how it works,
120 speed readings. No explanation nor fix could be found.
Dsmsc47m192.rst59 The temperature and voltage readings are updated once every 1.5 seconds.
94 the corresponding temperature readings.
Dmax31760.rst62 fan[1-2]_enable Enable fan readings and fan fault alarms
65 temp[1-2]_input Temperature sensor readings (in millidegrees Celsius)
Dsis5595.rst93 readings can be divided by a programmable divider (1, 2, 4 or 8) to give
94 the readings more range or accuracy. Not all RPM values can accurately be
Dit87.rst251 16-bit tachometer counters aren't used, fan readings can be divided by
252 a programmable divider (1, 2, 4 or 8) to give the readings more range or
286 Out-of-limit readings can also result in beeping, if the chip is properly
/Linux-v6.1/drivers/firmware/arm_scmi/
Dsensors.c198 struct scmi_sensor_reading_resp readings[]; member
210 struct scmi_sensor_reading_resp readings[]; member
890 * @count: The length of the provided @readings array
891 * @readings: An array of elements each representing a timestamped per-axis
893 * Returned readings are ordered as the @axis descriptors array
903 struct scmi_sensor_reading *readings) in scmi_sensor_reading_get_timestamped() argument
915 if (!count || !readings || in scmi_sensor_reading_get_timestamped()
937 scmi_parse_sensor_readings(&readings[i], in scmi_sensor_reading_get_timestamped()
938 &resp->readings[i]); in scmi_sensor_reading_get_timestamped()
951 scmi_parse_sensor_readings(&readings[i], in scmi_sensor_reading_get_timestamped()
[all …]
/Linux-v6.1/drivers/hwmon/peci/
DKconfig11 readings of the CPU package and CPU cores that are accessible via
24 driver which provides Temperature Sensor on DIMM readings that are
/Linux-v6.1/include/linux/spi/
Dads7846.h33 u16 debounce_max; /* max number of additional readings
36 u16 debounce_rep; /* additional consecutive good readings
/Linux-v6.1/tools/perf/util/bpf_skel/
Dbpf_prog_profiler.bpf.c14 /* readings at fentry */
22 /* accumulated readings */
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-iio-bno0555 Raw (unscaled) range for acceleration readings. Unit after
14 Range for angular velocity readings in radians per second. Note
/Linux-v6.1/include/linux/platform_data/
Dtsl2772.h52 * @als_persistence: H/W Filters, Number of 'out of limits' ALS readings.
57 * readings.
/Linux-v6.1/drivers/iio/common/scmi_sensors/
Dscmi_iio.c52 sensor->iio_buf[i] = sensor_update->readings[i].value; in scmi_iio_sensor_update_cb()
61 time = sensor_update->readings[0].timestamp; in scmi_iio_sensor_update_cb()
287 struct scmi_sensor_reading readings[SCMI_IIO_NUM_OF_AXIS]; in scmi_iio_read_channel_data() local
303 sensor->sensor_info->num_axis, readings); in scmi_iio_read_channel_data()
322 *val = lower_32_bits(readings[ch->scan_index].value); in scmi_iio_read_channel_data()
323 *val2 = upper_32_bits(readings[ch->scan_index].value); in scmi_iio_read_channel_data()
/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/
Dads7846.txt54 ti,debounce-rep Additional consecutive good readings
82 ti,debounce-max Max number of additional readings per

1234567