Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/
Dpci_root.c139 { OSC_PCI_EXPRESS_PME_CONTROL, "PME" },
425 root->osc_control_set = ~OSC_PCI_EXPRESS_PME_CONTROL; in negotiate_os_control()
473 | OSC_PCI_EXPRESS_PME_CONTROL; in negotiate_os_control()
921 if (!(root->osc_control_set & OSC_PCI_EXPRESS_PME_CONTROL)) in acpi_pci_root_create()
/kernel/linux/linux-5.10/include/linux/
Dacpi.h570 #define OSC_PCI_EXPRESS_PME_CONTROL 0x00000004 macro