Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_core.c977 static struct class *thermal_class; variable
1070 if (!thermal_class) in __thermal_cooling_device_register()
1094 cdev->device.class = thermal_class; in __thermal_cooling_device_register()
1542 if (!thermal_class) in thermal_zone_device_register_with_trips()
1578 tz->device.class = thermal_class; in thermal_zone_device_register_with_trips()
1902 thermal_class = kzalloc_obj(*thermal_class); in thermal_init()
1903 if (!thermal_class) { in thermal_init()
1908 thermal_class->name = "thermal"; in thermal_init()
1909 thermal_class->dev_release = thermal_release; in thermal_init()
1911 result = class_register(thermal_class); in thermal_init()
[all …]