Home
last modified time | relevance | path

Searched refs:OSC_QUERY_DWORD (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/thermal/int340x_thermal/
Dint3400_thermal.c173 buf[OSC_QUERY_DWORD] = 0; in int3400_thermal_run_osc()
/Linux-v4.19/drivers/acpi/
Dpci_root.c218 capbuf[OSC_QUERY_DWORD] = OSC_QUERY_ENABLE; in acpi_pci_query_osc()
412 capbuf[OSC_QUERY_DWORD] = 0; in acpi_pci_osc_control_set()
Dbus.c261 if (((u32 *)context->cap.pointer)[OSC_QUERY_DWORD] in acpi_run_osc()
309 capbuf[OSC_QUERY_DWORD] = OSC_QUERY_ENABLE; in acpi_bus_osc_support()
/Linux-v4.19/drivers/acpi/apei/
Dapei-base.c791 capbuf[OSC_QUERY_DWORD] = OSC_QUERY_ENABLE; in apei_osc_setup()
/Linux-v4.19/include/linux/
Dacpi.h472 #define OSC_QUERY_DWORD 0 /* DWORD 1 */ macro