Searched refs:ti_bandgap_get_sensor_data (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 170 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_expose_sensor() 197 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_remove_sensor() 211 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_report_sensor_temperature() 231 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_register_cpu_cooling() 263 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_unregister_cpu_cooling()
|
H A D | ti-bandgap.h | 348 void *ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id);
|
H A D | ti-bandgap.c | 574 * ti_bandgap_get_sensor_data() - helper function to get thermal 581 void *ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id) in ti_bandgap_get_sensor_data() function
|
/kernel/linux/linux-6.6/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 167 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_expose_sensor() 196 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_remove_sensor() 210 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_report_sensor_temperature() 230 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_register_cpu_cooling() 262 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_unregister_cpu_cooling()
|
H A D | ti-bandgap.h | 350 void *ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id);
|
H A D | ti-bandgap.c | 574 * ti_bandgap_get_sensor_data() - helper function to get thermal 581 void *ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id) in ti_bandgap_get_sensor_data() function
|
Completed in 6 milliseconds