Home
last modified time | relevance | path

Searched refs:speed_input (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Daquacomputer_d5next.c570 s32 speed_input[8]; member
948 priv->speed_input[1] = 0; in aqc_legacy_read()
1018 if (priv->speed_input[channel] == -ENODATA) in aqc_read()
1021 *val = priv->speed_input[channel]; in aqc_read()
1337 priv->speed_input[i] = in aqc_raw_event()
1408 priv->speed_input[0] = in aqc_raw_event()
1416 if (priv->speed_input[1] == AQC_SENSOR_NA) in aqc_raw_event()
1417 priv->speed_input[1] = -ENODATA; in aqc_raw_event()
1419 priv->speed_input[2] = get_unaligned_be16(data + LEAKSHIELD_FLOW_IN); in aqc_raw_event()
1420 if (priv->speed_input[2] == AQC_SENSOR_NA) in aqc_raw_event()
[all …]