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
111 int (*get_temp)(const struct chip_tsadc_table *table,
113 int (*set_alarm_temp)(const struct chip_tsadc_table *table,
115 int (*set_tshut_temp)(const struct chip_tsadc_table *table,
118 int (*get_trim_code)(const struct chip_tsadc_table *table,
122 struct chip_tsadc_table table;
577 static u32 rk_tsadcv2_temp_to_code(const struct chip_tsadc_table *table, in rk_tsadcv2_temp_to_code()
629 static int rk_tsadcv2_code_to_temp(const struct chip_tsadc_table *table, in rk_tsadcv2_code_to_temp()
940 static int rk_tsadcv2_get_temp(const struct chip_tsadc_table *table, in rk_tsadcv2_get_temp()
950 static int rk_tsadcv4_get_temp(const struct chip_tsadc_table *table, in rk_tsadcv4_get_temp()
[all …]