Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Drockchip_thermal.c62 struct chip_tsadc_table { struct
107 int (*get_temp)(const struct chip_tsadc_table *table,
109 int (*set_alarm_temp)(const struct chip_tsadc_table *table,
111 int (*set_tshut_temp)(const struct chip_tsadc_table *table,
114 int (*get_trim_code)(const struct chip_tsadc_table *table,
118 struct chip_tsadc_table table;
573 static u32 rk_tsadcv2_temp_to_code(const struct chip_tsadc_table *table, in rk_tsadcv2_temp_to_code()
625 static int rk_tsadcv2_code_to_temp(const struct chip_tsadc_table *table, in rk_tsadcv2_code_to_temp()
936 static int rk_tsadcv2_get_temp(const struct chip_tsadc_table *table, in rk_tsadcv2_get_temp()
946 static int rk_tsadcv4_get_temp(const struct chip_tsadc_table *table, in rk_tsadcv4_get_temp()
[all …]