Home
last modified time | relevance | path

Searched refs:OSC_CONTROL_DWORD (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/acpi/
Dpci_root.c222 capbuf[OSC_CONTROL_DWORD] = *control | root->osc_control_set; in acpi_pci_query_osc()
225 capbuf[OSC_CONTROL_DWORD] = root->osc_control_set; in acpi_pci_query_osc()
414 capbuf[OSC_CONTROL_DWORD] = ctrl; in acpi_pci_osc_control_set()
/Linux-v4.19/drivers/acpi/apei/
Dapei-base.c793 capbuf[OSC_CONTROL_DWORD] = 0; in apei_osc_setup()
/Linux-v4.19/include/linux/
Dacpi.h474 #define OSC_CONTROL_DWORD 2 /* DWORD 3 */ macro