Home
last modified time | relevance | path

Searched refs:PCI_EXT_CAP_ID_PWR (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_config.c75 [PCI_EXT_CAP_ID_PWR] = PCI_EXT_CAP_PWR_SIZEOF,
1063 if (alloc_perm_bits(perm, pci_ext_cap_length[PCI_EXT_CAP_ID_PWR])) in init_pci_ext_cap_pwr_perm()
1087 free_perm_bits(&ecap_perms[PCI_EXT_CAP_ID_PWR]); in vfio_pci_uninit_perm_bits()
1107 ret |= init_pci_ext_cap_pwr_perm(&ecap_perms[PCI_EXT_CAP_ID_PWR]); in vfio_pci_init_perm_bits()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h720 #define PCI_EXT_CAP_ID_PWR 0x04 /* Power Budgeting */ macro