Lines Matching refs:zone_device
49 struct zone_device { struct
67 static struct zone_device **zones; argument
99 static struct zone_device *pkg_temp_thermal_get_dev(unsigned int cpu) in pkg_temp_thermal_get_dev()
110 struct zone_device *zonedev = thermal_zone_device_priv(tzd); in sys_get_curr_temp()
125 struct zone_device *zonedev = thermal_zone_device_priv(tzd); in sys_set_trip_temp()
212 struct zone_device *zonedev; in pkg_temp_thermal_threshold_work_fn()
252 struct zone_device *zonedev; in pkg_thermal_notify()
317 struct zone_device *zonedev; in pkg_temp_thermal_device_add()
381 struct zone_device *zonedev = pkg_temp_thermal_get_dev(cpu); in pkg_thermal_cpu_offline()
469 struct zone_device *zonedev = pkg_temp_thermal_get_dev(cpu); in pkg_thermal_cpu_online()
498 zones = kcalloc(max_id, sizeof(struct zone_device *), in pkg_temp_thermal_init()