Lines Matching defs:chip_tsadc_table
55 * struct chip_tsadc_table - hold information about chip-specific differences
61 struct chip_tsadc_table {
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;
548 static u32 rk_tsadcv2_temp_to_code(const struct chip_tsadc_table *table,
600 static int rk_tsadcv2_code_to_temp(const struct chip_tsadc_table *table,
911 static int rk_tsadcv2_get_temp(const struct chip_tsadc_table *table,
921 static int rk_tsadcv4_get_temp(const struct chip_tsadc_table *table,
931 static int rk_tsadcv2_alarm_temp(const struct chip_tsadc_table *table,
965 static int rk_tsadcv3_alarm_temp(const struct chip_tsadc_table *table,
992 static int rk_tsadcv2_tshut_temp(const struct chip_tsadc_table *table,
1011 static int rk_tsadcv3_tshut_temp(const struct chip_tsadc_table *table,