mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
288c81ce4b
msi.c is getting larger and really could do with a splitup. Move it into its own directory to prepare for that. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Juergen Gross <jgross@suse.com> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20211206210224.655043033@linutronix.de
48 lines
807 B
ReStructuredText
48 lines
807 B
ReStructuredText
PCI Support Library
|
|
-------------------
|
|
|
|
.. kernel-doc:: drivers/pci/pci.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/pci-driver.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/remove.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/search.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/msi/msi.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/bus.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/access.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/irq.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/probe.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/slot.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/rom.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/iov.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/pci-sysfs.c
|
|
:internal:
|
|
|
|
PCI Hotplug Support Library
|
|
---------------------------
|
|
|
|
.. kernel-doc:: drivers/pci/hotplug/pci_hotplug_core.c
|
|
:export:
|