Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-bridge/
H A Dpcie_pci_bridge.c55 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 Dswap_case.c125 *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 Dconf_space_capability.c281 .capability = PCI_CAP_ID_PM,
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c45 [PCI_CAP_ID_PM] = PCI_PM_SIZEOF,
750 if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_PM])) in init_pci_cap_pm_perm()
1076 free_perm_bits(&cap_perms[PCI_CAP_ID_PM]); in vfio_pci_uninit_perm_bits()
1094 ret |= init_pci_cap_pm_perm(&cap_perms[PCI_CAP_ID_PM]); in vfio_pci_init_perm_bits()
1592 if (cap == PCI_CAP_ID_PM) in vfio_cap_init()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c368 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 Digb.c360 int ret = pci_add_capability(pdev, PCI_CAP_ID_PM, offset, in igb_add_pm_capability()
H A De1000e.c376 int ret = pci_add_capability(pdev, PCI_CAP_ID_PM, offset, in e1000e_add_pm_capability()
H A Deepro100.c552 int r = pci_add_capability(&s->dev, PCI_CAP_ID_PM, in e100_pci_reset()
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h210 #define PCI_CAP_ID_PM 0x01 /* Power Management */ macro
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h210 #define PCI_CAP_ID_PM 0x01 /* Power Management */ macro
/openbmc/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()
/openbmc/u-boot/include/
H A Dpci.h316 #define PCI_CAP_ID_PM 0x01 /* Power Management */ macro
/openbmc/linux/drivers/pci/controller/
H A Dpcie-iproc.c546 *val |= IPROC_PCI_EXP_CAP << 8 | PCI_CAP_ID_PM; in iproc_pcie_fix_cap()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c1717 .grp_id = PCI_CAP_ID_PM,
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c2170 pos = pci_add_capability(pci_dev, PCI_CAP_ID_PM, 0, in virtio_pci_realize()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c326 cdev->pci_params.pm_cap = pci_find_capability(pdev, PCI_CAP_ID_PM); in qed_init_pci()
/openbmc/qemu/hw/vfio/
H A Dpci.c2193 case PCI_CAP_ID_PM: in vfio_add_std_cap()
/openbmc/linux/drivers/pci/
H A Dpci.c3250 pm = pci_find_capability(dev, PCI_CAP_ID_PM); in pci_pm_init()
/openbmc/qemu/hw/nvme/
H A Dctrl.c8056 ret = pci_add_capability(pci_dev, PCI_CAP_ID_PM, offset, in nvme_add_pm_capability()