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.c310 static struct device *platform_profile_device; variable
1976 platform_profile_device = devm_platform_profile_register(&device->dev, "hp-wmi", in thermal_profile_setup()
1978 if (IS_ERR(platform_profile_device)) in thermal_profile_setup()
1979 return PTR_ERR(platform_profile_device); in thermal_profile_setup()
/linux/drivers/platform/x86/
H A Dacer-wmi.c788 static struct device *platform_profile_device; variable
2088 platform_profile_device = devm_platform_profile_register( in acer_platform_profile_setup()
2090 if (IS_ERR(platform_profile_device)) in acer_platform_profile_setup()
2091 return PTR_ERR(platform_profile_device); in acer_platform_profile_setup()
2134 platform_profile_notify(platform_profile_device); in acer_thermal_profile_change()