mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
For lack of a better place to put it, Resizable BAR code has been placed inside pci.c and setup-res.c that do not use it for anything. Upcoming changes are going to add more Resizable BAR related functions, increasing the code size. As pci.c is huge as is, move the Resizable BAR related code and the BAR resize code from setup-res.c to rebar.c. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Christian König <christian.koenig@amd.com> Link: https://patch.msgid.link/20251113180053.27944-2-ilpo.jarvinen@linux.intel.com
60 lines
1002 B
ReStructuredText
60 lines
1002 B
ReStructuredText
PCI Support Library
|
|
-------------------
|
|
|
|
.. kernel-doc:: drivers/pci/pci.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/iomap.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/devres.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/rebar.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/rom.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/iov.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/pci-sysfs.c
|
|
:internal:
|
|
|
|
.. kernel-doc:: drivers/pci/tph.c
|
|
:export:
|
|
|
|
PCI Hotplug Support Library
|
|
---------------------------
|
|
|
|
.. kernel-doc:: drivers/pci/hotplug/pci_hotplug_core.c
|
|
:export:
|