@@ -38,10 +38,10 @@ struct st_thermal_sensor;
38
38
*
39
39
* @power_ctrl: Function for powering on/off a sensor. Clock to the
40
40
* sensor is also controlled from this function.
41
- * @alloc_regfields: Allocate regmap register fields, specific to a sensor.
42
- * @do_memmap_regmap: Memory map the thermal register space and init regmap
41
+ * @alloc_regfields: Allocate regmap register fields, specific to a sensor.
42
+ * @do_memmap_regmap: Memory map the thermal register space and init regmap
43
43
* instance or find regmap instance.
44
- * @register_irq: Register an interrupt handler for a sensor.
44
+ * @register_irq: Register an interrupt handler for a sensor.
45
45
*/
46
46
struct st_thermal_sensor_ops {
47
47
int (* power_ctrl )(struct st_thermal_sensor * , enum st_thermal_power_state );
@@ -56,15 +56,15 @@ struct st_thermal_sensor_ops {
56
56
*
57
57
* @reg_fields: Pointer to the regfields array for a sensor.
58
58
* @sys_compat: Pointer to the syscon node compatible string.
59
- * @ops: Pointer to private thermal ops for a sensor.
60
- * @calibration_val: Default calibration value to be written to the DCORRECT
59
+ * @ops: Pointer to private thermal ops for a sensor.
60
+ * @calibration_val: Default calibration value to be written to the DCORRECT
61
61
* register field for a sensor.
62
- * @temp_adjust_val: Value to be added/subtracted from the data read from
62
+ * @temp_adjust_val: Value to be added/subtracted from the data read from
63
63
* the sensor. If value needs to be added please provide a
64
64
* positive value and if it is to be subtracted please
65
- * provide a negative value.
66
- * @crit_temp: The temperature beyond which the SoC should be shutdown
67
- * to prevent damage.
65
+ * provide a negative value.
66
+ * @crit_temp: The temperature beyond which the SoC should be shutdown
67
+ * to prevent damage.
68
68
*/
69
69
struct st_thermal_compat_data {
70
70
char * sys_compat ;
0 commit comments