Searched refs:platform_profile_device (Results 1 – 2 of 2) sorted by relevance
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()
458 static struct device *platform_profile_device;2269 platform_profile_device = devm_platform_profile_register(&device->dev, "hp-wmi",2271 if (IS_ERR(platform_profile_device)) in hp_wmi_bios_setup() 2272 return PTR_ERR(platform_profile_device); in hp_wmi_bios_setup() 446 static struct device *platform_profile_device; global() variable