summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/pci.h
AgeCommit message (Expand)Author
8 daysLinuxKPI: pci: fix pcie_get_speed_cap()Bjoern A. Zeeb
2026-01-05linuxkpi: Define `PCI_POSSIBLE_ERROR()` macroJean-Sébastien Pédron
2025-10-21LinuxKPI: add skeleton pci_enable_wake()Bjoern A. Zeeb
2025-09-29LinuxKPI: pci: implementation of [lkpi_]pci_get_slot()Bjoern A. Zeeb
2025-09-05LinuxKPI: pci: implement [linuxkpi_]pcim_request_all_regions()Bjoern A. Zeeb
2025-09-05LinuxKPI: pci: implement pcim_iomap()Bjoern A. Zeeb
2025-09-05LinuxKPI: pci: implement for_each_pci_dev() and improve pci_get_device()Bjoern A. Zeeb
2025-08-08acpi_powerres: D3cold supportAymeric Wibo
2025-07-31LinuxKPI: pci: use unsigned int for vendor/device argumentsBjoern A. Zeeb
2025-07-31LinuxKPI: pci: fix argument type to linuxkpi_pci_iomap[_range]Bjoern A. Zeeb
2025-07-31LinuxKPI: pci: harmonize #definesBjoern A. Zeeb
2025-07-04LinuxKPI: MODULE_DEVICE_TABLE() factor out the bus specific MODULE_PNP_INFO()Bjoern A. Zeeb
2025-07-04LinuxKPI: MODULE_DEVICE_TABLE() remove hard coded pciBjoern A. Zeeb
2025-04-24LinuxKPI: pci: add pci_info()Bjoern A. Zeeb
2025-04-13linuxkpi: Fix `pci_upstream_bridge()` with DRM devicesJean-Sébastien Pédron
2025-03-20linuxkpi: Define a few more `PCI_*` constantsJean-Sébastien Pédron
2025-02-19linuxkpi: Print "TODO" if a driver call `pci_wake_from_d3()`Jean-Sébastien Pédron
2025-02-19linuxkpi: Define `PCI_IRQ_LEGACY` for Linux < 6.10Jean-Sébastien Pédron
2025-01-31linuxkpi: Add `pci_wake_from_d3()`Jean-Sébastien Pédron
2025-01-31linuxkpi: Add `pci_get_base_class()`Jean-Sébastien Pédron
2025-01-31linuxkpi: Declare `PCI_IRQ_LEGACY` even for linuxkpi 6.7Jean-Sébastien Pédron
2024-10-17LinuxKPI: pci: rename PCI_IRQ_LEGACY to PCI_IRQ_INTXBjoern A. Zeeb
2024-09-13LinuxKPI: add pci_err()Bjoern A. Zeeb
2024-09-05LinuxKPI: add general module_driver(), use it for module_pci_driver()Bjoern A. Zeeb
2024-07-21LinuxKPI: Add pci_iomap_range functionVladimir Kondratyev
2024-07-21LinuxKPI: Add pci_match_id to linux/pci.hVladimir Kondratyev
2024-04-12LinuxKPI: add further constants to pci.hBjoern A. Zeeb
2024-04-08LinuxKPI: Add pci_dev_id to linux/pci.hVladimir Kondratyev
2023-12-24LinuxKPI: Add pcie_capability_clear_and_set_word() functionVladimir Kondratyev
2023-12-24LinuxKPI: Remove sys/rman.h include from LKPI headers.Vladimir Kondratyev
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-07LinuxKPI: pci.h add more constantsBjoern A. Zeeb
2023-06-08LinuxKPI: pci: update struct msi_descBjoern A. Zeeb
2023-06-08LinuxKPI: pci: add PCI_COMMAND_MEMORYBjoern A. Zeeb
2023-05-21LinuxKPI: implement pci_rescan_bus()Bjoern A. Zeeb
2023-04-23LinuxKPI: pci.h: always initialize return valueBjoern A. Zeeb
2023-03-21linuxkpi: Define `pat_enabled()`Jean-Sébastien Pédron
2023-03-20linuxkpi: Define `pcie_aspm_enabled()`Jean-Sébastien Pédron
2023-02-06LinuxKPI: return an address string in pci_name()Val Packett
2023-02-05LinuxKPI: PCI: implement support for more than 1 MSI vectorBjoern A. Zeeb
2023-02-05LinuxKPI: pci: add more functionsBjoern A. Zeeb
2023-01-26LinuxKPI: pci.h move function declaration to top of file.Bjoern A. Zeeb
2023-01-25linuxkpi: Define `PCI_STD_NUM_BARS` in <linux/pci.h>Jean-Sébastien Pédron
2023-01-25linuxkpi: Add `msix_cap` to `struct pci_dev`Jean-Sébastien Pédron
2023-01-25linuxkpi: Add `pci_device_is_present()`Jean-Sébastien Pédron
2023-01-13LinuxKPI: implement irq_get_msi_desc()Bjoern A. Zeeb
2023-01-13LinuxKPI: pci: add [linuxkpi_]pci_get_device()Bjoern A. Zeeb
2022-12-01linuxkpi: Add `PCIE_SPEED_{32,64}_0GT` PCI-E bus speed constantsJean-Sébastien Pédron
2022-11-28LinuxKPI: pci.h add more MSI related constanst and pci_is_enabled()Bjoern A. Zeeb
2022-11-11linuxkpi: Define `pci_reset_function()` in <linux/pci.h>Jean-Sébastien Pédron