Searched refs:thermal_zone_device_register_with_trips (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | thermal.h | 344 thermal_zone_device_register_with_trips(const char *, struct thermal_trip *, int, int,
|
| /Linux-v6.1/drivers/thermal/ |
| D | thermal_core.c | 1171 thermal_zone_device_register_with_trips(const char *type, struct thermal_trip *trips, int num_trips… in thermal_zone_device_register_with_trips() function 1325 EXPORT_SYMBOL_GPL(thermal_zone_device_register_with_trips); 1332 return thermal_zone_device_register_with_trips(type, NULL, ntrips, mask, in thermal_zone_device_register()
|
| D | thermal_of.c | 639 tz = thermal_zone_device_register_with_trips(np->name, trips, ntrips, in thermal_of_zone_register()
|