Searched refs:unregister_cooling (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thermal/ti-soc-thermal/ |
| H A D | omap4-thermal-data.c | 77 .unregister_cooling = ti_thermal_unregister_cpu_cooling, 208 .unregister_cooling = ti_thermal_unregister_cpu_cooling, 239 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
|
| H A D | omap3-thermal-data.c | 86 .unregister_cooling = NULL, 154 .unregister_cooling = NULL,
|
| H A D | ti-bandgap.c | 1042 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_probe() 1043 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_probe() 1046 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_probe() 1047 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_probe() 1077 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_remove() 1078 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_remove()
|
| H A D | omap5-thermal-data.c | 285 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
|
| H A D | ti-bandgap.h | 240 int (*unregister_cooling)(struct ti_bandgap *bgp, int id); member
|
| H A D | dra752-thermal-data.c | 338 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
|