Searched refs:__thermal_cooling_device_register (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/thermal/ |
| D | thermal_core.c | 864 __thermal_cooling_device_register(struct device_node *np, in __thermal_cooling_device_register() function 954 return __thermal_cooling_device_register(NULL, type, devdata, ops); in thermal_cooling_device_register() 978 return __thermal_cooling_device_register(np, type, devdata, ops); in thermal_of_cooling_device_register() 1018 tcd = __thermal_cooling_device_register(np, type, devdata, ops); in devm_thermal_of_cooling_device_register()
|