mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
fcc78f9c22
Add a new directory in the driver API guide for PCI-specific documentation. This is in preparation for adding a new PCI P2P DMA driver writers guide which will go in this directory. Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Vinod Koul <vinod.koul@intel.com> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Logan Gunthorpe <logang@deltatee.com> Cc: Thierry Reding <treding@nvidia.com> Cc: Sanyog Kale <sanyog.r.kale@intel.com> Cc: Sagar Dharia <sdharia@codeaurora.org>
48 lines
803 B
ReStructuredText
48 lines
803 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.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:
|