Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_of.c123 static struct thermal_trip *thermal_of_trips_init(struct device_node *np, int *ntrips) in thermal_of_trips_init() argument
129 *ntrips = 0; in thermal_of_trips_init()
145 *ntrips = count; in thermal_of_trips_init()
481 int ntrips, mask; in thermal_of_zone_register() local
496 trips = thermal_of_trips_init(np, &ntrips); in thermal_of_zone_register()
517 mask = GENMASK_ULL((ntrips) - 1, 0); in thermal_of_zone_register()
519 tz = thermal_zone_device_register_with_trips(np->name, trips, ntrips, in thermal_of_zone_register()
/openbmc/linux/drivers/thermal/samsung/
H A Dexynos_tmu.c290 int i, ntrips = in exynos_tmu_initialize() local
296 for (i = 0; i < ntrips; i++) { in exynos_tmu_initialize()