Home
last modified time | relevance | path

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

/drivers/thermal/
A Drockchip_thermal.c114 int (*get_trim_code)(const struct chip_tsadc_table *table, member
1334 .get_trim_code = rk_tsadcv2_get_trim_code,
1529 if (!tsadc->get_trim_code) in rockchip_get_trim_configuration()
1563 trim_code = tsadc->get_trim_code(&tsadc->table, trim, in rockchip_get_trim_configuration()
1652 if (tsadc->get_trim_code && sensor->of_node) { in rockchip_thermal_register_sensor()
1660 trim_code = tsadc->get_trim_code(&tsadc->table, trim, in rockchip_thermal_register_sensor()

Completed in 7 milliseconds