ti_bandgap         32 drivers/thermal/ti-soc-thermal/ti-bandgap.c static int ti_bandgap_force_single_read(struct ti_bandgap *bgp, int id);
ti_bandgap         44 drivers/thermal/ti-soc-thermal/ti-bandgap.c static u32 ti_bandgap_readl(struct ti_bandgap *bgp, u32 reg)
ti_bandgap         57 drivers/thermal/ti-soc-thermal/ti-bandgap.c static void ti_bandgap_writel(struct ti_bandgap *bgp, u32 val, u32 reg)
ti_bandgap         92 drivers/thermal/ti-soc-thermal/ti-bandgap.c static int ti_bandgap_power(struct ti_bandgap *bgp, bool on)
ti_bandgap        121 drivers/thermal/ti-soc-thermal/ti-bandgap.c static u32 ti_errata814_bandgap_read_temp(struct ti_bandgap *bgp,  u32 reg)
ti_bandgap        148 drivers/thermal/ti-soc-thermal/ti-bandgap.c static u32 ti_bandgap_read_temp(struct ti_bandgap *bgp, int id)
ti_bandgap        196 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	struct ti_bandgap *bgp = data;
ti_bandgap        282 drivers/thermal/ti-soc-thermal/ti-bandgap.c int ti_bandgap_adc_to_mcelsius(struct ti_bandgap *bgp, int adc_val, int *t)
ti_bandgap        305 drivers/thermal/ti-soc-thermal/ti-bandgap.c static inline int ti_bandgap_validate(struct ti_bandgap *bgp, int id)
ti_bandgap        327 drivers/thermal/ti-soc-thermal/ti-bandgap.c static void ti_bandgap_read_counter(struct ti_bandgap *bgp, int id,
ti_bandgap        347 drivers/thermal/ti-soc-thermal/ti-bandgap.c static void ti_bandgap_read_counter_delay(struct ti_bandgap *bgp, int id,
ti_bandgap        391 drivers/thermal/ti-soc-thermal/ti-bandgap.c int ti_bandgap_read_update_interval(struct ti_bandgap *bgp, int id,
ti_bandgap        424 drivers/thermal/ti-soc-thermal/ti-bandgap.c static int ti_bandgap_write_counter_delay(struct ti_bandgap *bgp, int id,
ti_bandgap        466 drivers/thermal/ti-soc-thermal/ti-bandgap.c static void ti_bandgap_write_counter(struct ti_bandgap *bgp, int id,
ti_bandgap        483 drivers/thermal/ti-soc-thermal/ti-bandgap.c int ti_bandgap_write_update_interval(struct ti_bandgap *bgp,
ti_bandgap        514 drivers/thermal/ti-soc-thermal/ti-bandgap.c int ti_bandgap_read_temperature(struct ti_bandgap *bgp, int id,
ti_bandgap        552 drivers/thermal/ti-soc-thermal/ti-bandgap.c int ti_bandgap_set_sensor_data(struct ti_bandgap *bgp, int id, void *data)
ti_bandgap        571 drivers/thermal/ti-soc-thermal/ti-bandgap.c void *ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id)
ti_bandgap        593 drivers/thermal/ti-soc-thermal/ti-bandgap.c ti_bandgap_force_single_read(struct ti_bandgap *bgp, int id)
ti_bandgap        639 drivers/thermal/ti-soc-thermal/ti-bandgap.c static int ti_bandgap_set_continuous_mode(struct ti_bandgap *bgp)
ti_bandgap        667 drivers/thermal/ti-soc-thermal/ti-bandgap.c int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend)
ti_bandgap        743 drivers/thermal/ti-soc-thermal/ti-bandgap.c static int ti_bandgap_tshut_init(struct ti_bandgap *bgp,
ti_bandgap        784 drivers/thermal/ti-soc-thermal/ti-bandgap.c static int ti_bandgap_talert_init(struct ti_bandgap *bgp,
ti_bandgap        818 drivers/thermal/ti-soc-thermal/ti-bandgap.c static struct ti_bandgap *ti_bandgap_build(struct platform_device *pdev)
ti_bandgap        822 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	struct ti_bandgap *bgp;
ti_bandgap        879 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	struct ti_bandgap *bgp;
ti_bandgap       1060 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	struct ti_bandgap *bgp = platform_get_drvdata(pdev);
ti_bandgap       1091 drivers/thermal/ti-soc-thermal/ti-bandgap.c static int ti_bandgap_save_ctxt(struct ti_bandgap *bgp)
ti_bandgap       1123 drivers/thermal/ti-soc-thermal/ti-bandgap.c static int ti_bandgap_restore_ctxt(struct ti_bandgap *bgp)
ti_bandgap       1165 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	struct ti_bandgap *bgp = dev_get_drvdata(dev);
ti_bandgap       1179 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	struct ti_bandgap *bgp = dev_get_drvdata(dev);
ti_bandgap        231 drivers/thermal/ti-soc-thermal/ti-bandgap.h 	int (*register_cooling)(struct ti_bandgap *bgp, int id);
ti_bandgap        232 drivers/thermal/ti-soc-thermal/ti-bandgap.h 	int (*unregister_cooling)(struct ti_bandgap *bgp, int id);
ti_bandgap        321 drivers/thermal/ti-soc-thermal/ti-bandgap.h 	int (*report_temperature)(struct ti_bandgap *bgp, int id);
ti_bandgap        322 drivers/thermal/ti-soc-thermal/ti-bandgap.h 	int (*expose_sensor)(struct ti_bandgap *bgp, int id, char *domain);
ti_bandgap        323 drivers/thermal/ti-soc-thermal/ti-bandgap.h 	int (*remove_sensor)(struct ti_bandgap *bgp, int id);
ti_bandgap        329 drivers/thermal/ti-soc-thermal/ti-bandgap.h int ti_bandgap_read_thot(struct ti_bandgap *bgp, int id, int *thot);
ti_bandgap        330 drivers/thermal/ti-soc-thermal/ti-bandgap.h int ti_bandgap_write_thot(struct ti_bandgap *bgp, int id, int val);
ti_bandgap        331 drivers/thermal/ti-soc-thermal/ti-bandgap.h int ti_bandgap_read_tcold(struct ti_bandgap *bgp, int id, int *tcold);
ti_bandgap        332 drivers/thermal/ti-soc-thermal/ti-bandgap.h int ti_bandgap_write_tcold(struct ti_bandgap *bgp, int id, int val);
ti_bandgap        333 drivers/thermal/ti-soc-thermal/ti-bandgap.h int ti_bandgap_read_update_interval(struct ti_bandgap *bgp, int id,
ti_bandgap        335 drivers/thermal/ti-soc-thermal/ti-bandgap.h int ti_bandgap_write_update_interval(struct ti_bandgap *bgp, int id,
ti_bandgap        337 drivers/thermal/ti-soc-thermal/ti-bandgap.h int ti_bandgap_read_temperature(struct ti_bandgap *bgp, int id,
ti_bandgap        339 drivers/thermal/ti-soc-thermal/ti-bandgap.h int ti_bandgap_set_sensor_data(struct ti_bandgap *bgp, int id, void *data);
ti_bandgap        340 drivers/thermal/ti-soc-thermal/ti-bandgap.h void *ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id);
ti_bandgap        341 drivers/thermal/ti-soc-thermal/ti-bandgap.h int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend);
ti_bandgap         31 drivers/thermal/ti-soc-thermal/ti-thermal-common.c 	struct ti_bandgap *bgp;
ti_bandgap         71 drivers/thermal/ti-soc-thermal/ti-thermal-common.c 	struct ti_bandgap *bgp;
ti_bandgap        120 drivers/thermal/ti-soc-thermal/ti-thermal-common.c 	struct ti_bandgap *bgp;
ti_bandgap        146 drivers/thermal/ti-soc-thermal/ti-thermal-common.c *ti_thermal_build_data(struct ti_bandgap *bgp, int id)
ti_bandgap        165 drivers/thermal/ti-soc-thermal/ti-thermal-common.c int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id,
ti_bandgap        193 drivers/thermal/ti-soc-thermal/ti-thermal-common.c int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id)
ti_bandgap        207 drivers/thermal/ti-soc-thermal/ti-thermal-common.c int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id)
ti_bandgap        218 drivers/thermal/ti-soc-thermal/ti-thermal-common.c int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id)
ti_bandgap        259 drivers/thermal/ti-soc-thermal/ti-thermal-common.c int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id)
ti_bandgap         57 drivers/thermal/ti-soc-thermal/ti-thermal.h int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain);
ti_bandgap         58 drivers/thermal/ti-soc-thermal/ti-thermal.h int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id);
ti_bandgap         59 drivers/thermal/ti-soc-thermal/ti-thermal.h int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id);
ti_bandgap         60 drivers/thermal/ti-soc-thermal/ti-thermal.h int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id);
ti_bandgap         61 drivers/thermal/ti-soc-thermal/ti-thermal.h int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id);
ti_bandgap         64 drivers/thermal/ti-soc-thermal/ti-thermal.h int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain)
ti_bandgap         70 drivers/thermal/ti-soc-thermal/ti-thermal.h int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id)
ti_bandgap         76 drivers/thermal/ti-soc-thermal/ti-thermal.h int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id)
ti_bandgap         82 drivers/thermal/ti-soc-thermal/ti-thermal.h int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id)
ti_bandgap         88 drivers/thermal/ti-soc-thermal/ti-thermal.h int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id)