Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Drockchip_thermal.c118 int (*get_trim_code)(const struct chip_tsadc_table *table, member
1321 .get_trim_code = rk_tsadcv2_get_trim_code,
1517 if (!tsadc->get_trim_code) in rockchip_get_trim_configuration()
1551 trim_code = tsadc->get_trim_code(&tsadc->table, trim, in rockchip_get_trim_configuration()
1638 if (tsadc->get_trim_code && sensor->of_node) { in rockchip_thermal_register_sensor()
1646 trim_code = tsadc->get_trim_code(&tsadc->table, trim, in rockchip_thermal_register_sensor()