Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c395 static struct device *platform_profile_device; variable
2203 platform_profile_device = devm_platform_profile_register(&device->dev, "hp-wmi", in thermal_profile_setup()
2205 if (IS_ERR(platform_profile_device)) in thermal_profile_setup()
2206 return PTR_ERR(platform_profile_device); in thermal_profile_setup()
/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()