Searched refs:ti_bandgap_get_trend (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ti-soc-thermal/ |
H A D | ti-bandgap.h | 349 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend);
|
H A D | ti-thermal-common.c | 126 ret = ti_bandgap_get_trend(bgp, id, &tr); in __ti_thermal_get_trend()
|
H A D | ti-bandgap.c | 663 * ti_bandgap_get_trend() - To fetch the temperature trend of a sensor 677 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend) in ti_bandgap_get_trend() function
|
/kernel/linux/linux-6.6/drivers/thermal/ti-soc-thermal/ |
H A D | ti-bandgap.h | 351 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend);
|
H A D | ti-thermal-common.c | 123 ret = ti_bandgap_get_trend(bgp, id, &tr); in __ti_thermal_get_trend()
|
H A D | ti-bandgap.c | 668 * ti_bandgap_get_trend() - To fetch the temperature trend of a sensor 682 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend) in ti_bandgap_get_trend() function
|
Completed in 10 milliseconds