Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/acpi/
Dpci_root.c205 capbuf[OSC_QUERY_DWORD] = OSC_QUERY_ENABLE; in acpi_pci_query_osc()
399 capbuf[OSC_QUERY_DWORD] = 0; in acpi_pci_osc_control_set()
Dbus.c248 if (((u32 *)context->cap.pointer)[OSC_QUERY_DWORD] in acpi_run_osc()
296 capbuf[OSC_QUERY_DWORD] = OSC_QUERY_ENABLE; in acpi_bus_osc_support()
/Linux-v5.10/drivers/thermal/intel/int340x_thermal/
Dint3400_thermal.c254 buf[OSC_QUERY_DWORD] = 0; in int3400_thermal_run_osc()
/Linux-v5.10/drivers/acpi/apei/
Dapei-base.c791 capbuf[OSC_QUERY_DWORD] = OSC_QUERY_ENABLE; in apei_osc_setup()
/Linux-v5.10/include/linux/
Dacpi.h526 #define OSC_QUERY_DWORD 0 /* DWORD 1 */ macro