Searched refs:ti_bandgap (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal.h | 71 int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain); 72 int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id); 73 int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id); 74 int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id); 75 int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id); 78 int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain) in ti_thermal_expose_sensor() 84 int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id) in ti_thermal_remove_sensor() 90 int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id) in ti_thermal_report_sensor_temperature() 96 int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_register_cpu_cooling() 102 int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_unregister_cpu_cooling()
|
D | ti-bandgap.h | 207 struct ti_bandgap { struct 245 int (*register_cooling)(struct ti_bandgap *bgp, int id); 246 int (*unregister_cooling)(struct ti_bandgap *bgp, int id); 335 int (*report_temperature)(struct ti_bandgap *bgp, int id); 336 int (*expose_sensor)(struct ti_bandgap *bgp, int id, char *domain); 337 int (*remove_sensor)(struct ti_bandgap *bgp, int id); 343 int ti_bandgap_read_thot(struct ti_bandgap *bgp, int id, int *thot); 344 int ti_bandgap_write_thot(struct ti_bandgap *bgp, int id, int val); 345 int ti_bandgap_read_tcold(struct ti_bandgap *bgp, int id, int *tcold); 346 int ti_bandgap_write_tcold(struct ti_bandgap *bgp, int id, int val); [all …]
|
D | ti-bandgap.c | 46 static int ti_bandgap_force_single_read(struct ti_bandgap *bgp, int id); 58 static u32 ti_bandgap_readl(struct ti_bandgap *bgp, u32 reg) in ti_bandgap_readl() 71 static void ti_bandgap_writel(struct ti_bandgap *bgp, u32 val, u32 reg) in ti_bandgap_writel() 106 static int ti_bandgap_power(struct ti_bandgap *bgp, bool on) in ti_bandgap_power() 135 static u32 ti_errata814_bandgap_read_temp(struct ti_bandgap *bgp, u32 reg) in ti_errata814_bandgap_read_temp() 162 static u32 ti_bandgap_read_temp(struct ti_bandgap *bgp, int id) in ti_bandgap_read_temp() 210 struct ti_bandgap *bgp = data; in ti_bandgap_talert_irq_handler() 296 int ti_bandgap_adc_to_mcelsius(struct ti_bandgap *bgp, int adc_val, int *t) in ti_bandgap_adc_to_mcelsius() 319 static inline int ti_bandgap_validate(struct ti_bandgap *bgp, int id) in ti_bandgap_validate() 341 static void ti_bandgap_read_counter(struct ti_bandgap *bgp, int id, in ti_bandgap_read_counter() [all …]
|
D | ti-thermal-common.c | 45 struct ti_bandgap *bgp; 85 struct ti_bandgap *bgp; in __ti_thermal_get_temp() 134 struct ti_bandgap *bgp; in __ti_thermal_get_trend() 160 *ti_thermal_build_data(struct ti_bandgap *bgp, int id) in ti_thermal_build_data() 179 int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, in ti_thermal_expose_sensor() 207 int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id) in ti_thermal_remove_sensor() 221 int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id) in ti_thermal_report_sensor_temperature() 232 int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_register_cpu_cooling() 273 int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_unregister_cpu_cooling()
|