Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dacer-wmi.c841 static struct device *platform_profile_device; variable
2196 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()
/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c458 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