Home
last modified time | relevance | path

Searched refs:__thermal_cooling_device_register (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/thermal/
Dthermal_core.c888 __thermal_cooling_device_register(struct device_node *np, in __thermal_cooling_device_register() function
978 return __thermal_cooling_device_register(NULL, type, devdata, ops); in thermal_cooling_device_register()
1002 return __thermal_cooling_device_register(np, type, devdata, ops); in thermal_of_cooling_device_register()
1042 tcd = __thermal_cooling_device_register(np, type, devdata, ops); in devm_thermal_of_cooling_device_register()