Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/ti-soc-thermal/
H A Domap4-thermal-data.c199 .report_temperature = ti_thermal_report_sensor_temperature,
230 .report_temperature = ti_thermal_report_sensor_temperature,
H A Domap5-thermal-data.c278 .report_temperature = ti_thermal_report_sensor_temperature,
H A Dti-bandgap.h329 int (*report_temperature)(struct ti_bandgap *bgp, int id); member
H A Dti-bandgap.c247 if (bgp->conf->report_temperature) in ti_bandgap_talert_irq_handler()
248 bgp->conf->report_temperature(bgp, i); in ti_bandgap_talert_irq_handler()