Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_PM (Results 1 – 5 of 5) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dpci_regs.h211 #define PCI_CAP_ID_PM 0x01 /* Power Management */ macro
/qemu/tests/qtest/
H A Dahci-test.c343 g_assert_cmphex((data & 0xFF), ==, PCI_CAP_ID_PM); in ahci_test_pci_spec()
369 case PCI_CAP_ID_PM: in ahci_test_pci_caps()
/qemu/hw/xen/
H A Dxen_pt_config_init.c1721 .grp_id = PCI_CAP_ID_PM,
/qemu/hw/pci/
H A Dpci.c446 int cap = pci_add_capability(d, PCI_CAP_ID_PM, offset, PCI_PM_SIZEOF, errp); in pci_pm_init()
/qemu/hw/vfio/
H A Dpci.c2261 case PCI_CAP_ID_PM: in vfio_add_std_cap()