aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: pci: implementation of [lkpi_]pci_get_slot()Bjoern A. Zeeb2025-09-291-0/+6
* LinuxKPI: pci: implement [linuxkpi_]pcim_request_all_regions()Bjoern A. Zeeb2025-09-051-3/+8
* LinuxKPI: pci: implement pcim_iomap()Bjoern A. Zeeb2025-09-051-0/+3
* LinuxKPI: pci: implement for_each_pci_dev() and improve pci_get_device()Bjoern A. Zeeb2025-09-051-0/+3
* acpi_powerres: D3cold supportAymeric Wibo2025-08-081-5/+5
* LinuxKPI: pci: use unsigned int for vendor/device argumentsBjoern A. Zeeb2025-07-311-2/+2
* LinuxKPI: pci: fix argument type to linuxkpi_pci_iomap[_range]Bjoern A. Zeeb2025-07-311-4/+4
* LinuxKPI: pci: harmonize #definesBjoern A. Zeeb2025-07-311-20/+28
* LinuxKPI: MODULE_DEVICE_TABLE() factor out the bus specific MODULE_PNP_INFO()Bjoern A. Zeeb2025-07-041-2/+5
* LinuxKPI: MODULE_DEVICE_TABLE() remove hard coded pciBjoern A. Zeeb2025-07-041-1/+1
* LinuxKPI: pci: add pci_info()Bjoern A. Zeeb2025-04-241-1/+3
* linuxkpi: Fix `pci_upstream_bridge()` with DRM devicesJean-Sébastien Pédron2025-04-131-1/+14
* linuxkpi: Define a few more `PCI_*` constantsJean-Sébastien Pédron2025-03-201-0/+6
* linuxkpi: Print "TODO" if a driver call `pci_wake_from_d3()`Jean-Sébastien Pédron2025-02-191-0/+3
* linuxkpi: Define `PCI_IRQ_LEGACY` for Linux < 6.10Jean-Sébastien Pédron2025-02-191-1/+1
* linuxkpi: Add `pci_wake_from_d3()`Jean-Sébastien Pédron2025-01-311-0/+7
* linuxkpi: Add `pci_get_base_class()`Jean-Sébastien Pédron2025-01-311-0/+3
* linuxkpi: Declare `PCI_IRQ_LEGACY` even for linuxkpi 6.7Jean-Sébastien Pédron2025-01-311-1/+1
* LinuxKPI: pci: rename PCI_IRQ_LEGACY to PCI_IRQ_INTXBjoern A. Zeeb2024-10-171-2/+6
* LinuxKPI: add pci_err()Bjoern A. Zeeb2024-09-131-0/+3
* LinuxKPI: add general module_driver(), use it for module_pci_driver()Bjoern A. Zeeb2024-09-051-18/+3
* LinuxKPI: Add pci_iomap_range functionVladimir Kondratyev2024-07-211-0/+4
* LinuxKPI: Add pci_match_id to linux/pci.hVladimir Kondratyev2024-07-211-0/+23
* LinuxKPI: add further constants to pci.hBjoern A. Zeeb2024-04-121-0/+2
* LinuxKPI: Add pci_dev_id to linux/pci.hVladimir Kondratyev2024-04-081-0/+7
* LinuxKPI: Add pcie_capability_clear_and_set_word() functionVladimir Kondratyev2023-12-241-16/+20
* LinuxKPI: Remove sys/rman.h include from LKPI headers.Vladimir Kondratyev2023-12-241-328/+33
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: pci.h add more constantsBjoern A. Zeeb2023-08-071-0/+2
* LinuxKPI: pci: update struct msi_descBjoern A. Zeeb2023-06-081-2/+6
* LinuxKPI: pci: add PCI_COMMAND_MEMORYBjoern A. Zeeb2023-06-081-0/+1
* LinuxKPI: implement pci_rescan_bus()Bjoern A. Zeeb2023-05-211-0/+24
* LinuxKPI: pci.h: always initialize return valueBjoern A. Zeeb2023-04-231-0/+2
* linuxkpi: Define `pat_enabled()`Jean-Sébastien Pédron2023-03-211-0/+1
* linuxkpi: Define `pcie_aspm_enabled()`Jean-Sébastien Pédron2023-03-201-0/+6
* LinuxKPI: return an address string in pci_name()Val Packett2023-02-061-2/+2
* LinuxKPI: PCI: implement support for more than 1 MSI vectorBjoern A. Zeeb2023-02-051-14/+26
* LinuxKPI: pci: add more functionsBjoern A. Zeeb2023-02-051-0/+26
* LinuxKPI: pci.h move function declaration to top of file.Bjoern A. Zeeb2023-01-261-2/+1
* linuxkpi: Define `PCI_STD_NUM_BARS` in <linux/pci.h>Jean-Sébastien Pédron2023-01-251-0/+1
* linuxkpi: Add `msix_cap` to `struct pci_dev`Jean-Sébastien Pédron2023-01-251-0/+3
* linuxkpi: Add `pci_device_is_present()`Jean-Sébastien Pédron2023-01-251-0/+9
* LinuxKPI: implement irq_get_msi_desc()Bjoern A. Zeeb2023-01-131-0/+18
* LinuxKPI: pci: add [linuxkpi_]pci_get_device()Bjoern A. Zeeb2023-01-131-0/+14
* linuxkpi: Add `PCIE_SPEED_{32,64}_0GT` PCI-E bus speed constantsJean-Sébastien Pédron2022-12-011-2/+21
* LinuxKPI: pci.h add more MSI related constanst and pci_is_enabled()Bjoern A. Zeeb2022-11-281-0/+13
* linuxkpi: Define `pci_reset_function()` in <linux/pci.h>Jean-Sébastien Pédron2022-11-111-0/+7
* LinuxKPI: Add pci_power querying for drm-kmodJake Freeland2022-10-061-0/+14
* LinuxKPI: pci.h split up pcim_iomap_regions_request_all()Bjoern A. Zeeb2022-09-221-17/+35
* LinuxKPI: pci.h add more defines and functionsBjoern A. Zeeb2022-09-221-2/+27