Home
last modified time | relevance | path

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

/drivers/platform/x86/
Dlg-laptop.c667 static struct platform_driver pf_driver = { variable
682 ret = platform_driver_register(&pf_driver); in acpi_add()
760 platform_driver_unregister(&pf_driver); in acpi_add()
775 platform_driver_unregister(&pf_driver); in acpi_remove()
/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.c1039 struct pci_driver *pf_driver; in hisi_acc_get_pf_qm() local
1046 pf_driver = hisi_sec_get_pf_driver(); in hisi_acc_get_pf_qm()
1049 pf_driver = hisi_hpre_get_pf_driver(); in hisi_acc_get_pf_qm()
1052 pf_driver = hisi_zip_get_pf_driver(); in hisi_acc_get_pf_qm()
1058 if (!pf_driver) in hisi_acc_get_pf_qm()
1061 pf_qm = pci_iov_get_pf_drvdata(pdev, pf_driver); in hisi_acc_get_pf_qm()
/drivers/pci/
Diov.c66 void *pci_iov_get_pf_drvdata(struct pci_dev *dev, struct pci_driver *pf_driver) in pci_iov_get_pf_drvdata() argument
73 if (pf_dev->driver != pf_driver) in pci_iov_get_pf_drvdata()