Home
last modified time | relevance | path

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

/linux-6.15/drivers/thermal/
H A Drockchip_thermal.c61 struct chip_tsadc_table { struct
101 int (*get_temp)(const struct chip_tsadc_table *table,
103 int (*set_alarm_temp)(const struct chip_tsadc_table *table,
105 int (*set_tshut_temp)(const struct chip_tsadc_table *table,
110 struct chip_tsadc_table table;
912 static int rk_tsadcv2_get_temp(const struct chip_tsadc_table *table, in rk_tsadcv2_get_temp()
922 static int rk_tsadcv4_get_temp(const struct chip_tsadc_table *table, in rk_tsadcv4_get_temp()
932 static int rk_tsadcv2_alarm_temp(const struct chip_tsadc_table *table, in rk_tsadcv2_alarm_temp()
966 static int rk_tsadcv3_alarm_temp(const struct chip_tsadc_table *table, in rk_tsadcv3_alarm_temp()
993 static int rk_tsadcv2_tshut_temp(const struct chip_tsadc_table *table, in rk_tsadcv2_tshut_temp()
[all …]