Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dthermal.h345 thermal_zone_device_register_with_trips(const char *, struct thermal_trip *, int, int,
/linux-6.1.9/drivers/thermal/
Dthermal_core.c1179 thermal_zone_device_register_with_trips(const char *type, struct thermal_trip *trips, int num_trips… in thermal_zone_device_register_with_trips() function
1334 EXPORT_SYMBOL_GPL(thermal_zone_device_register_with_trips);
1341 return thermal_zone_device_register_with_trips(type, NULL, ntrips, mask, in thermal_zone_device_register()
Dthermal_of.c641 tz = thermal_zone_device_register_with_trips(np->name, trips, ntrips, in thermal_of_zone_register()