Searched refs:pf_driver (Results 1 – 3 of 3) sorted by relevance
655 static struct platform_driver pf_driver = { variable 788 ret = platform_driver_register(&pf_driver); in acpi_add() 864 platform_driver_unregister(&pf_driver); in acpi_add() 879 platform_driver_unregister(&pf_driver); in acpi_remove()
1226 struct pci_driver *pf_driver; in hisi_acc_get_pf_qm() local 1233 pf_driver = hisi_sec_get_pf_driver(); in hisi_acc_get_pf_qm() 1236 pf_driver = hisi_hpre_get_pf_driver(); in hisi_acc_get_pf_qm() 1239 pf_driver = hisi_zip_get_pf_driver(); in hisi_acc_get_pf_qm() 1245 if (!pf_driver) in hisi_acc_get_pf_qm() 1248 pf_qm = pci_iov_get_pf_drvdata(pdev, pf_driver); in hisi_acc_get_pf_qm()
57 * @pf_driver: Device driver required to own the PF70 void *pci_iov_get_pf_drvdata(struct pci_dev *dev, struct pci_driver *pf_driver) in pci_iov_get_pf_drvdata() argument 77 if (pf_dev->driver != pf_driver) in pci_iov_get_pf_drvdata()