Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_of.c96 static struct thermal_trip *thermal_of_trips_init(struct device_node *np, int *ntrips) in thermal_of_trips_init() argument
100 *ntrips = 0; in thermal_of_trips_init()
121 *ntrips = count; in thermal_of_trips_init()
395 int ntrips; in thermal_of_zone_register() local
405 trips = thermal_of_trips_init(np, &ntrips); in thermal_of_zone_register()
433 tz = thermal_zone_device_register_with_trips(np->name, trips, ntrips, in thermal_of_zone_register()