Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thermal/
A Dthermal_of.c122 static struct thermal_trip *thermal_of_trips_init(struct device_node *np, int *ntrips) in thermal_of_trips_init() argument
147 *ntrips = count; in thermal_of_trips_init()
162 *ntrips = 0; in thermal_of_trips_init()
485 int ntrips, mask; in thermal_of_zone_register() local
500 trips = thermal_of_trips_init(np, &ntrips); in thermal_of_zone_register()
523 mask = GENMASK_ULL((ntrips) - 1, 0); in thermal_of_zone_register()
525 tz = thermal_zone_device_register_with_trips(np->name, trips, ntrips, in thermal_of_zone_register()
A Dthermal_core.c1369 struct thermal_zone_device *thermal_zone_device_register(const char *type, int ntrips, int mask, in thermal_zone_device_register() argument
1374 return thermal_zone_device_register_with_trips(type, NULL, ntrips, mask, in thermal_zone_device_register()
/linux-6.3-rc2/drivers/thermal/samsung/
A Dexynos_tmu.c290 int i, ntrips = in exynos_tmu_initialize() local
296 for (i = 0; i < ntrips; i++) { in exynos_tmu_initialize()

Completed in 9 milliseconds