Searched refs:pf_driver (Results 1 – 3 of 3) sorted by relevance
667 static struct platform_driver pf_driver = { variable682 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()
1039 struct pci_driver *pf_driver; in hisi_acc_get_pf_qm() local1046 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()
66 void *pci_iov_get_pf_drvdata(struct pci_dev *dev, struct pci_driver *pf_driver) in pci_iov_get_pf_drvdata() argument73 if (pf_dev->driver != pf_driver) in pci_iov_get_pf_drvdata()