Lines Matching defs:chip_tsadc_table
70 * struct chip_tsadc_table - hold information about chip-specific differences
76 struct chip_tsadc_table {
116 int (*get_temp)(const struct chip_tsadc_table *table,
118 int (*set_alarm_temp)(const struct chip_tsadc_table *table,
120 int (*set_tshut_temp)(const struct chip_tsadc_table *table,
125 struct chip_tsadc_table table;
477 static u32 rk_tsadcv2_temp_to_code(const struct chip_tsadc_table *table,
529 static int rk_tsadcv2_code_to_temp(const struct chip_tsadc_table *table,
755 static int rk_tsadcv2_get_temp(const struct chip_tsadc_table *table,
765 static int rk_tsadcv2_alarm_temp(const struct chip_tsadc_table *table,
799 static int rk_tsadcv2_tshut_temp(const struct chip_tsadc_table *table,