Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c331 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_expose_sensor()
366 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_remove_sensor()
383 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_report_sensor_temperature()
403 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_register_cpu_cooling()
431 data = ti_bandgap_get_sensor_data(bgp, id); in ti_thermal_unregister_cpu_cooling()
Dti-bandgap.h393 void *ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id);
Dti-bandgap.c955 void *ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id) in ti_bandgap_get_sensor_data() function