Searched defs:bgp (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/thermal/ti-soc-thermal/ | 
| D | ti-bandgap.c | 44 static u32 ti_bandgap_readl(struct ti_bandgap *bgp, u32 reg)  in ti_bandgap_readl()57 static void ti_bandgap_writel(struct ti_bandgap *bgp, u32 val, u32 reg)  in ti_bandgap_writel()
 68 #define RMW_BITS(bgp, id, reg, mask, val)			\  argument
 92 static int ti_bandgap_power(struct ti_bandgap *bgp, bool on)  in ti_bandgap_power()
 121 static u32 ti_errata814_bandgap_read_temp(struct ti_bandgap *bgp,  u32 reg)  in ti_errata814_bandgap_read_temp()
 148 static u32 ti_bandgap_read_temp(struct ti_bandgap *bgp, int id)  in ti_bandgap_read_temp()
 196 	struct ti_bandgap *bgp = data;  in ti_bandgap_talert_irq_handler()  local
 282 int ti_bandgap_adc_to_mcelsius(struct ti_bandgap *bgp, int adc_val, int *t)  in ti_bandgap_adc_to_mcelsius()
 305 static inline int ti_bandgap_validate(struct ti_bandgap *bgp, int id)  in ti_bandgap_validate()
 327 static void ti_bandgap_read_counter(struct ti_bandgap *bgp, int id,  in ti_bandgap_read_counter()
 [all …]
 
 | 
| D | ti-thermal-common.c | 31 	struct ti_bandgap *bgp;  member71 	struct ti_bandgap *bgp;  in __ti_thermal_get_temp()  local
 120 	struct ti_bandgap *bgp;  in __ti_thermal_get_trend()  local
 146 *ti_thermal_build_data(struct ti_bandgap *bgp, int id)  in ti_thermal_build_data()
 165 int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id,  in ti_thermal_expose_sensor()
 193 int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id)  in ti_thermal_remove_sensor()
 207 int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id)  in ti_thermal_report_sensor_temperature()
 218 int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id)  in ti_thermal_register_cpu_cooling()
 259 int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id)  in ti_thermal_unregister_cpu_cooling()
 
 | 
| D | ti-thermal.h | 64 int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain)  in ti_thermal_expose_sensor()70 int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id)  in ti_thermal_remove_sensor()
 76 int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id)  in ti_thermal_report_sensor_temperature()
 82 int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id)  in ti_thermal_register_cpu_cooling()
 88 int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id)  in ti_thermal_unregister_cpu_cooling()
 
 |