Searched refs:report_temperature (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ti-soc-thermal/ |
H A D | omap4-thermal-data.c | 199 .report_temperature = ti_thermal_report_sensor_temperature, 230 .report_temperature = ti_thermal_report_sensor_temperature,
|
H A D | omap5-thermal-data.c | 278 .report_temperature = ti_thermal_report_sensor_temperature,
|
H A D | ti-bandgap.h | 310 * @report_temperature: callback to report thermal alert to thermal API 329 int (*report_temperature)(struct ti_bandgap *bgp, int id); member
|
H A D | ti-bandgap.c | 247 if (bgp->conf->report_temperature) in ti_bandgap_talert_irq_handler() 248 bgp->conf->report_temperature(bgp, i); in ti_bandgap_talert_irq_handler()
|
/kernel/linux/linux-6.6/drivers/thermal/ti-soc-thermal/ |
H A D | omap4-thermal-data.c | 200 .report_temperature = ti_thermal_report_sensor_temperature, 231 .report_temperature = ti_thermal_report_sensor_temperature,
|
H A D | omap5-thermal-data.c | 278 .report_temperature = ti_thermal_report_sensor_temperature,
|
H A D | ti-bandgap.h | 312 * @report_temperature: callback to report thermal alert to thermal API 331 int (*report_temperature)(struct ti_bandgap *bgp, int id); member
|
H A D | ti-bandgap.c | 247 if (bgp->conf->report_temperature) in ti_bandgap_talert_irq_handler() 248 bgp->conf->report_temperature(bgp, i); in ti_bandgap_talert_irq_handler()
|
Completed in 6 milliseconds