Lines Matching refs:chip_tsadc_table
61 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;
548 static u32 rk_tsadcv2_temp_to_code(const struct chip_tsadc_table *table, in rk_tsadcv2_temp_to_code()
600 static int rk_tsadcv2_code_to_temp(const struct chip_tsadc_table *table, in rk_tsadcv2_code_to_temp()
911 static int rk_tsadcv2_get_temp(const struct chip_tsadc_table *table, in rk_tsadcv2_get_temp()
921 static int rk_tsadcv4_get_temp(const struct chip_tsadc_table *table, in rk_tsadcv4_get_temp()
931 static int rk_tsadcv2_alarm_temp(const struct chip_tsadc_table *table, in rk_tsadcv2_alarm_temp()
965 static int rk_tsadcv3_alarm_temp(const struct chip_tsadc_table *table, in rk_tsadcv3_alarm_temp()
992 static int rk_tsadcv2_tshut_temp(const struct chip_tsadc_table *table, in rk_tsadcv2_tshut_temp()
1011 static int rk_tsadcv3_tshut_temp(const struct chip_tsadc_table *table, in rk_tsadcv3_tshut_temp()