Home
last modified time | relevance | path

Searched refs:osc_control_set (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/acpi/
Dpci_root.c224 capbuf[OSC_CONTROL_DWORD] = *control | root->osc_control_set; in acpi_pci_query_osc()
227 capbuf[OSC_CONTROL_DWORD] = root->osc_control_set; in acpi_pci_query_osc()
390 *mask = ctrl | root->osc_control_set; in acpi_pci_osc_control_set()
392 if ((root->osc_control_set & ctrl) == ctrl) in acpi_pci_osc_control_set()
419 root->osc_control_set = *mask; in acpi_pci_osc_control_set()
440 root->osc_control_set = ~OSC_PCI_EXPRESS_PME_CONTROL; in negotiate_os_control()
442 root->osc_control_set); in negotiate_os_control()
/linux-4.1.27/drivers/pci/pcie/
Dportdrv_acpi.c52 flags = root->osc_control_set; in pcie_port_acpi_setup()
/linux-4.1.27/include/acpi/
Dacpi_bus.h532 u32 osc_control_set; /* _OSC state of control bits */ member
/linux-4.1.27/drivers/pci/hotplug/
Dacpiphp_glue.c248 if (!(root->osc_control_set & OSC_PCI_EXPRESS_NATIVE_HP_CONTROL)) in device_is_managed_by_native_pciehp()