Searched refs:thermal_class (Results 1 – 1 of 1) sorted by relevance
977 static struct class *thermal_class; variable1070 if (!thermal_class) in __thermal_cooling_device_register()1094 cdev->device.class = thermal_class; in __thermal_cooling_device_register()1538 if (!thermal_class) in thermal_zone_device_register_with_trips()1574 tz->device.class = thermal_class; in thermal_zone_device_register_with_trips()1898 thermal_class = kzalloc(sizeof(*thermal_class), GFP_KERNEL); in thermal_init()1899 if (!thermal_class) { in thermal_init()1904 thermal_class->name = "thermal"; in thermal_init()1905 thermal_class->dev_release = thermal_release; in thermal_init()1907 result = class_register(thermal_class); in thermal_init()[all …]