Home
last modified time | relevance | path

Searched defs:num_trips (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/thermal/intel/
H A Dintel_bxt_pmic_thermal.c41 int num_trips; member
H A Dx86_pkg_temp_thermal.c271 static struct thermal_trip *pkg_temp_thermal_trips_init(int cpu, int tj_max, int num_trips) in pkg_temp_thermal_trips_init()
/openbmc/linux/include/linux/
H A Dthermal.h168 int num_trips; member
366 int num_trips, int mask, in thermal_zone_device_register_with_trips()
/openbmc/linux/drivers/thermal/
H A Dthermal_core.c1236 thermal_zone_device_register_with_trips(const char *type, struct thermal_trip *trips, int num_trips in thermal_zone_device_register_with_trips()
/openbmc/linux/drivers/thermal/samsung/
H A Dexynos_tmu.c262 int num_trips = thermal_zone_get_num_trips(tzd); in exynos_tmu_initialize() local