Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/ti-soc-thermal/
Domap4-thermal-data.c198 .report_temperature = ti_thermal_report_sensor_temperature,
229 .report_temperature = ti_thermal_report_sensor_temperature,
Domap5-thermal-data.c278 .report_temperature = ti_thermal_report_sensor_temperature,
Dti-bandgap.h321 int (*report_temperature)(struct ti_bandgap *bgp, int id); member
Dti-bandgap.c237 if (bgp->conf->report_temperature) in ti_bandgap_talert_irq_handler()
238 bgp->conf->report_temperature(bgp, i); in ti_bandgap_talert_irq_handler()