Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/amd/pmf/
H A Dutil.c20 static struct amd_pmf_dev *pmf_dev_handle; variable
115 if (!pmf_dev_handle) in amd_pmf_open()
118 filp->private_data = pmf_dev_handle; in amd_pmf_open()
139 pmf_dev_handle = dev; in amd_pmf_cdev_register()
142 pmf_dev_handle = NULL; in amd_pmf_cdev_register()
150 if (pmf_dev_handle) in amd_pmf_cdev_unregister()
152 pmf_dev_handle = NULL; in amd_pmf_cdev_unregister()