/kernel/linux/linux-6.6/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal.h | 49 int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain) in ti_thermal_expose_sensor() argument 55 int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id) in ti_thermal_remove_sensor() argument 61 int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id) in ti_thermal_report_sensor_temperature() argument 67 int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_register_cpu_cooling() argument 73 int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, in argument [all...] |
H A D | ti-thermal-common.c | 34 struct ti_bandgap *bgp; member 74 struct ti_bandgap *bgp; in __ti_thermal_get_temp() local 117 struct ti_bandgap *bgp; in __ti_thermal_get_trend() local 143 ti_thermal_build_data(struct ti_bandgap *bgp, int id) ti_thermal_build_data() argument 162 ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain) ti_thermal_expose_sensor() argument 192 ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id) ti_thermal_remove_sensor() argument 206 ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id) ti_thermal_report_sensor_temperature() argument 217 ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id) ti_thermal_register_cpu_cooling() argument 258 ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id) ti_thermal_unregister_cpu_cooling() argument [all...] |
H A D | ti-bandgap.c | 54 static u32 ti_bandgap_readl(struct ti_bandgap *bgp, u32 reg) in ti_bandgap_readl() argument 67 static void ti_bandgap_writel(struct ti_bandgap *bgp, u32 val, u32 reg) in ti_bandgap_writel() argument 102 ti_bandgap_power(struct ti_bandgap *bgp, bool on) ti_bandgap_power() argument 131 ti_errata814_bandgap_read_temp(struct ti_bandgap *bgp, u32 reg) ti_errata814_bandgap_read_temp() argument 158 ti_bandgap_read_temp(struct ti_bandgap *bgp, int id) ti_bandgap_read_temp() argument 206 struct ti_bandgap *bgp = data; ti_bandgap_talert_irq_handler() local 292 ti_bandgap_adc_to_mcelsius(struct ti_bandgap *bgp, int adc_val, int *t) ti_bandgap_adc_to_mcelsius() argument 315 ti_bandgap_validate(struct ti_bandgap *bgp, int id) ti_bandgap_validate() argument 337 ti_bandgap_read_counter(struct ti_bandgap *bgp, int id, int *interval) ti_bandgap_read_counter() argument 357 ti_bandgap_read_counter_delay(struct ti_bandgap *bgp, int id, int *interval) ti_bandgap_read_counter_delay() argument 401 ti_bandgap_read_update_interval(struct ti_bandgap *bgp, int id, int *interval) ti_bandgap_read_update_interval() argument 434 ti_bandgap_write_counter_delay(struct ti_bandgap *bgp, int id, u32 interval) ti_bandgap_write_counter_delay() argument 476 ti_bandgap_write_counter(struct ti_bandgap *bgp, int id, u32 interval) ti_bandgap_write_counter() argument 493 ti_bandgap_write_update_interval(struct ti_bandgap *bgp, int id, u32 interval) ti_bandgap_write_update_interval() argument 524 ti_bandgap_read_temperature(struct ti_bandgap *bgp, int id, int *temperature) ti_bandgap_read_temperature() argument 562 ti_bandgap_set_sensor_data(struct ti_bandgap *bgp, int id, void *data) ti_bandgap_set_sensor_data() argument 581 ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id) ti_bandgap_get_sensor_data() argument 603 ti_bandgap_force_single_read(struct ti_bandgap *bgp, int id) ti_bandgap_force_single_read() argument 654 ti_bandgap_set_continuous_mode(struct ti_bandgap *bgp) ti_bandgap_set_continuous_mode() argument 682 ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend) ti_bandgap_get_trend() argument 758 ti_bandgap_tshut_init(struct ti_bandgap *bgp, struct platform_device *pdev) ti_bandgap_tshut_init() argument 785 ti_bandgap_talert_init(struct ti_bandgap *bgp, struct platform_device *pdev) ti_bandgap_talert_init() argument 822 struct ti_bandgap *bgp; ti_bandgap_build() local 889 struct ti_bandgap *bgp; ti_bandgap_probe() local 1074 struct ti_bandgap *bgp = platform_get_drvdata(pdev); ti_bandgap_remove() local 1106 ti_bandgap_save_ctxt(struct ti_bandgap *bgp) ti_bandgap_save_ctxt() argument 1138 ti_bandgap_restore_ctxt(struct ti_bandgap *bgp) ti_bandgap_restore_ctxt() argument 1176 struct ti_bandgap *bgp = dev_get_drvdata(dev); ti_bandgap_suspend() local 1193 struct ti_bandgap *bgp; bandgap_omap_cpu_notifier() local 1224 struct ti_bandgap *bgp = dev_get_drvdata(dev); ti_bandgap_resume() local [all...] |
/kernel/linux/linux-5.10/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 31 struct ti_bandgap *bgp; member 71 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) ti_thermal_build_data() argument 165 ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain) ti_thermal_expose_sensor() argument 193 ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id) ti_thermal_remove_sensor() argument 207 ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id) ti_thermal_report_sensor_temperature() argument 218 ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id) ti_thermal_register_cpu_cooling() argument 259 ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id) ti_thermal_unregister_cpu_cooling() argument [all...] |
H A D | ti-thermal.h | 64 int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain) in ti_thermal_expose_sensor() argument 70 int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id) in ti_thermal_remove_sensor() argument 76 int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id) in ti_thermal_report_sensor_temperature() argument 82 int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_register_cpu_cooling() argument 88 int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, in argument [all...] |
H A D | ti-bandgap.c | 54 static u32 ti_bandgap_readl(struct ti_bandgap *bgp, u32 reg) in ti_bandgap_readl() argument 67 static void ti_bandgap_writel(struct ti_bandgap *bgp, u32 val, u32 reg) in ti_bandgap_writel() argument 102 ti_bandgap_power(struct ti_bandgap *bgp, bool on) ti_bandgap_power() argument 131 ti_errata814_bandgap_read_temp(struct ti_bandgap *bgp, u32 reg) ti_errata814_bandgap_read_temp() argument 158 ti_bandgap_read_temp(struct ti_bandgap *bgp, int id) ti_bandgap_read_temp() argument 206 struct ti_bandgap *bgp = data; ti_bandgap_talert_irq_handler() local 292 ti_bandgap_adc_to_mcelsius(struct ti_bandgap *bgp, int adc_val, int *t) ti_bandgap_adc_to_mcelsius() argument 315 ti_bandgap_validate(struct ti_bandgap *bgp, int id) ti_bandgap_validate() argument 337 ti_bandgap_read_counter(struct ti_bandgap *bgp, int id, int *interval) ti_bandgap_read_counter() argument 357 ti_bandgap_read_counter_delay(struct ti_bandgap *bgp, int id, int *interval) ti_bandgap_read_counter_delay() argument 401 ti_bandgap_read_update_interval(struct ti_bandgap *bgp, int id, int *interval) ti_bandgap_read_update_interval() argument 434 ti_bandgap_write_counter_delay(struct ti_bandgap *bgp, int id, u32 interval) ti_bandgap_write_counter_delay() argument 476 ti_bandgap_write_counter(struct ti_bandgap *bgp, int id, u32 interval) ti_bandgap_write_counter() argument 493 ti_bandgap_write_update_interval(struct ti_bandgap *bgp, int id, u32 interval) ti_bandgap_write_update_interval() argument 524 ti_bandgap_read_temperature(struct ti_bandgap *bgp, int id, int *temperature) ti_bandgap_read_temperature() argument 562 ti_bandgap_set_sensor_data(struct ti_bandgap *bgp, int id, void *data) ti_bandgap_set_sensor_data() argument 581 ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id) ti_bandgap_get_sensor_data() argument 603 ti_bandgap_force_single_read(struct ti_bandgap *bgp, int id) ti_bandgap_force_single_read() argument 649 ti_bandgap_set_continuous_mode(struct ti_bandgap *bgp) ti_bandgap_set_continuous_mode() argument 677 ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend) ti_bandgap_get_trend() argument 753 ti_bandgap_tshut_init(struct ti_bandgap *bgp, struct platform_device *pdev) ti_bandgap_tshut_init() argument 780 ti_bandgap_talert_init(struct ti_bandgap *bgp, struct platform_device *pdev) ti_bandgap_talert_init() argument 817 struct ti_bandgap *bgp; ti_bandgap_build() local 884 struct ti_bandgap *bgp; ti_bandgap_probe() local 1069 struct ti_bandgap *bgp = platform_get_drvdata(pdev); ti_bandgap_remove() local 1101 ti_bandgap_save_ctxt(struct ti_bandgap *bgp) ti_bandgap_save_ctxt() argument 1133 ti_bandgap_restore_ctxt(struct ti_bandgap *bgp) ti_bandgap_restore_ctxt() argument 1175 struct ti_bandgap *bgp = dev_get_drvdata(dev); ti_bandgap_suspend() local 1192 struct ti_bandgap *bgp; bandgap_omap_cpu_notifier() local 1223 struct ti_bandgap *bgp = dev_get_drvdata(dev); ti_bandgap_resume() local [all...] |
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | k3_bandgap.c | 85 struct k3_bandgap *bgp; member 110 struct k3_bandgap *bgp; in k3_bgp_read_temp() local 163 struct k3_bandgap *bgp; in k3_bandgap_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | k3_bandgap.c | 87 struct k3_bandgap *bgp; member 112 struct k3_bandgap *bgp; in k3_bgp_read_temp() local 165 struct k3_bandgap *bgp; in k3_bandgap_probe() local [all...] |
H A D | k3_j72xx_bandgap.c | 185 struct k3_j72xx_bandgap *bgp; member 219 struct k3_j72xx_bandgap *bgp; in k3_bgp_read_temp() local 351 struct k3_j72xx_bandgap *bgp; in k3_j72xx_bandgap_probe() local [all...] |