Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dbitland-mifs-wmi.c160 struct device *pp_dev; member
304 if (!data->pp_dev) in bitland_mifs_wmi_suspend()
307 ret = laptop_profile_get(data->pp_dev, &profile); in bitland_mifs_wmi_suspend()
319 if (!data->pp_dev) in bitland_mifs_wmi_resume()
648 platform_profile_notify(data_ctx->pp_dev); in bitland_notifier_callback()
705 drv_data->pp_dev = devm_platform_profile_register(&wdev->dev, DRV_NAME, drv_data, in bitland_mifs_wmi_probe()
707 if (IS_ERR(drv_data->pp_dev)) in bitland_mifs_wmi_probe()
708 return PTR_ERR(drv_data->pp_dev); in bitland_mifs_wmi_probe()