Home
last modified time | relevance | path

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

1234567

/linux/tools/bpf/bpftool/skeleton/
H A Dprofiler.bpf.c20 /* readings at fentry */
27 /* accumulated readings */
102 struct bpf_perf_event_value___local readings[MAX_NUM_METRICS]; in BPF_PROG() local
111 (void *)(readings + i), in BPF_PROG()
112 sizeof(*readings)); in BPF_PROG()
120 fexit_update_maps(i, &readings[i]); in BPF_PROG()
/linux/drivers/firmware/arm_scmi/
H A Dsensors.c201 struct scmi_sensor_reading_resp readings[]; member
213 struct scmi_sensor_reading_resp readings[]; member
908 * @count: The length of the provided @readings array
909 * @readings: An array of elements each representing a timestamped per-axis
911 * Returned readings are ordered as the @axis descriptors array
921 struct scmi_sensor_reading *readings) in scmi_sensor_reading_get_timestamped() argument
933 if (!count || !readings || in scmi_sensor_reading_get_timestamped()
955 scmi_parse_sensor_readings(&readings[i], in scmi_sensor_reading_get_timestamped()
956 &resp->readings[i]); in scmi_sensor_reading_get_timestamped()
969 scmi_parse_sensor_readings(&readings[i], in scmi_sensor_reading_get_timestamped()
[all …]
/linux/Documentation/hwmon/
H A Daquacomputer_d5next.rst59 The High Flow Next exposes +5V voltages, water quality, conductivity and flow readings.
64 target readings). It also exposes the estimated reservoir volume and how much of it is
68 The Aquastream XT pump exposes temperature readings for the coolant, external sensor
74 It also exposes pressure and flow speed readings.
H A 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
H A 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.
H A 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.
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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.
H A Dsmsc47m192.rst59 The temperature and voltage readings are updated once every 1.5 seconds.
94 the corresponding temperature readings.
H A Dmax31760.rst62 fan[1-2]_enable Enable fan readings and fan fault alarms
65 temp[1-2]_input Temperature sensor readings (in millidegrees Celsius)
H A 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
H A Dcros_ec_hwmon.rst26 Fan and temperature readings are supported.
/linux/drivers/hwmon/peci/
H A 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/include/linux/spi/
H A Dads7846.h33 u16 debounce_max; /* max number of additional readings
36 u16 debounce_rep; /* additional consecutive good readings
/linux/tools/perf/util/bpf_skel/
H A Dbpf_prog_profiler.bpf.c14 /* readings at fentry */
22 /* accumulated readings */
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-bno0555 Raw (unscaled) range for acceleration readings. Unit after
14 Range for angular velocity readings in radians per second. Note
/linux/include/linux/platform_data/
H A Dtsl2772.h52 * @als_persistence: H/W Filters, Number of 'out of limits' ALS readings.
57 * readings.
/linux/drivers/iio/common/scmi_sensors/
H A Dscmi_iio.c55 sensor->iio_buf[i] = sensor_update->readings[i].value; in scmi_iio_sensor_update_cb()
64 time = sensor_update->readings[0].timestamp; in scmi_iio_sensor_update_cb()
291 struct scmi_sensor_reading readings[SCMI_IIO_NUM_OF_AXIS]; in scmi_iio_read_channel_data() local
307 sensor->sensor_info->num_axis, readings); in scmi_iio_read_channel_data()
326 *val = lower_32_bits(readings[ch->scan_index].value); in scmi_iio_read_channel_data()
327 *val2 = upper_32_bits(readings[ch->scan_index].value); in scmi_iio_read_channel_data()
/linux/sound/soc/sof/
H A Dipc4-fw-reg.h124 * @llp_gpdma_reading_slots: LLP Readings for single link gateways
126 * @llp_evad_reading_slot: LLP Readings for EVAD gateway
/linux/Documentation/wmi/devices/
H A Dmsi-wmi-platform.rst163 up to four 16-bit fan speed readings in big-endian format. Most machines do not support all
166 The fan RPM readings can be calculated with the following formula:
198 Special thanks go to github user `glpnk` for showing how to decode the fan speed readings.

1234567