Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c170 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 Dti-bandgap.h348 void *ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id);
H A Dti-bandgap.c581 void *ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id) in ti_bandgap_get_sensor_data() function