Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dthermal.h344 thermal_zone_device_register_with_trips(const char *, struct thermal_trip *, int, int,
/Linux-v6.1/drivers/thermal/
Dthermal_core.c1171 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()
Dthermal_of.c639 tz = thermal_zone_device_register_with_trips(np->name, trips, ntrips, in thermal_of_zone_register()