Searched refs:platform_profile_device (Results 1 – 2 of 2) sorted by relevance
414 static struct device *platform_profile_device; variable2222 platform_profile_device = devm_platform_profile_register(&device->dev, "hp-wmi", in thermal_profile_setup()2224 if (IS_ERR(platform_profile_device)) in thermal_profile_setup()2225 return PTR_ERR(platform_profile_device); in thermal_profile_setup()
841 static struct device *platform_profile_device; variable2196 platform_profile_device = devm_platform_profile_register( in acer_platform_profile_setup()2198 if (IS_ERR(platform_profile_device)) in acer_platform_profile_setup()2199 return PTR_ERR(platform_profile_device); in acer_platform_profile_setup()2238 platform_profile_notify(platform_profile_device); in acer_thermal_profile_change()