Lines Matching defs:sensor
5 * Baikal-T1 Process, Voltage, Temperature sensor driver
70 * @PVT_TRIM_MIN: Minimal temperature sensor trim value.
71 * @PVT_TRIM_MAX: Maximal temperature sensor trim value.
72 * @PVT_TRIM_DEF: Default temperature sensor trim value (set a proper value
105 * enum pvt_sensor_type - Baikal-T1 PVT sensor types (correspond to each PVT
108 * @PVT_TEMP: PVT Temperature sensor.
109 * @PVT_VOLT: PVT Voltage sensor.
110 * @PVT_LVT: PVT Low-Voltage threshold sensor.
111 * @PVT_HVT: PVT High-Voltage threshold sensor.
112 * @PVT_SVT: PVT Standard-Voltage threshold sensor.
137 * struct pvt_sensor_info - Baikal-T1 PVT sensor informational structure
139 * @label: hwmon sensor label.
141 * @thres_base: upper and lower threshold values of the sensor.
203 * @sensor: current PVT sensor the data conversion is being performed for.
217 enum pvt_sensor_type sensor;