Searched refs:PCI_CAP_ID_PM (Results 1 – 19 of 19) sorted by relevance
/openbmc/qemu/hw/pci-bridge/ |
H A D | pcie_pci_bridge.c | 55 pos = pci_add_capability(d, PCI_CAP_ID_PM, 0, PCI_PM_SIZEOF, errp); in OBJECT_DECLARE_SIMPLE_TYPE()
|
/openbmc/u-boot/drivers/misc/ |
H A D | swap_case.c | 125 *valuep = (PCI_CAP_ID_EXP_OFFSET << 8) | PCI_CAP_ID_PM; in sandbox_swap_case_read_config()
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | conf_space_capability.c | 281 .capability = PCI_CAP_ID_PM,
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 45 [PCI_CAP_ID_PM] = PCI_PM_SIZEOF, 754 if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_PM])) in init_pci_cap_pm_perm() 1080 free_perm_bits(&cap_perms[PCI_CAP_ID_PM]); in vfio_pci_uninit_perm_bits() 1098 ret |= init_pci_cap_pm_perm(&cap_perms[PCI_CAP_ID_PM]); in vfio_pci_init_perm_bits() 1596 if (cap == PCI_CAP_ID_PM) in vfio_cap_init()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | cfg_space.c | 368 if (vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_ID] == PCI_CAP_ID_PM) { in intel_vgpu_init_cfg_space()
|
/openbmc/qemu/hw/net/ |
H A D | igb.c | 359 int ret = pci_add_capability(pdev, PCI_CAP_ID_PM, offset, in igb_add_pm_capability()
|
H A D | e1000e.c | 375 int ret = pci_add_capability(pdev, PCI_CAP_ID_PM, offset, in e1000e_add_pm_capability()
|
H A D | eepro100.c | 554 int r = pci_add_capability(&s->dev, PCI_CAP_ID_PM, in e100_pci_reset()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 210 #define PCI_CAP_ID_PM 0x01 /* Power Management */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 211 #define PCI_CAP_ID_PM 0x01 /* Power Management */ macro
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 343 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()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 316 #define PCI_CAP_ID_PM 0x01 /* Power Management */ macro
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-iproc.c | 546 *val |= IPROC_PCI_EXP_CAP << 8 | PCI_CAP_ID_PM; in iproc_pcie_fix_cap()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 1721 .grp_id = PCI_CAP_ID_PM,
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 2207 pos = pci_add_capability(pci_dev, PCI_CAP_ID_PM, 0, in virtio_pci_realize()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_main.c | 326 cdev->pci_params.pm_cap = pci_find_capability(pdev, PCI_CAP_ID_PM); in qed_init_pci()
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 2217 case PCI_CAP_ID_PM: in vfio_add_std_cap()
|
/openbmc/linux/drivers/pci/ |
H A D | pci.c | 3250 pm = pci_find_capability(dev, PCI_CAP_ID_PM); in pci_pm_init()
|
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 8506 ret = pci_add_capability(pci_dev, PCI_CAP_ID_PM, offset, in nvme_add_pm_capability()
|