Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/PCI/
H A Dpciebus-howto.rst102 pcie_port_service_unregister subsection
106 void pcie_port_service_unregister(struct pcie_port_service_driver *new)
108 pcie_port_service_unregister取代了Linux驱动模型的pci_unregister_driver。当一
154 pcie_port_service_unregister(&root_aerdrv);
/linux/drivers/pci/pcie/
H A Dportdrv.c601 void pcie_port_service_unregister(struct pcie_port_service_driver *drv) in pcie_port_service_unregister() function