Searched refs:acpi (Results 26 - 50 of 1502) sorted by relevance

1234567891011>>

/linux-master/drivers/acpi/acpica/
H A Duthex.c10 #include <acpi/acpi.h>
H A Dutascii.c10 #include <acpi/acpi.h>
H A DMakefile9 # use acpi.o to put all files here into acpi.o modparam namespace
10 obj-y += acpi.o
12 acpi-y := \
30 acpi-y += \
47 acpi-y += \
76 acpi-y += \
86 acpi-$(CONFIG_PCI) += hwpci.o
87 acpi-$(ACPI_FUTURE_USAGE) += hwtimer.o
89 acpi
[all...]
H A Dutexcep.c11 #include <acpi/acpi.h>
H A Ddbfileio.c9 #include <acpi/acpi.h>
H A Dutuuid.c10 #include <acpi/acpi.h>
/linux-master/tools/power/acpi/common/
H A Dcmfsize.c10 #include <acpi/acpi.h>
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-arl-match.c8 #include <sound/soc-acpi.h>
9 #include <sound/soc-acpi-intel-match.h>
H A Dsoc-acpi-intel-glk-match.c3 * soc-acpi-intel-glk-match.c - tables and support for GLK ACPI enumeration.
9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
/linux-master/include/linux/
H A Defi-bgrt.h5 #include <linux/acpi.h>
/linux-master/tools/power/acpi/tools/acpidbg/
H A DMakefile2 # tools/power/acpi/tools/acpidbg/Makefile - ACPI tool Makefile
12 ../../../../../drivers/acpi/acpica\
/linux-master/drivers/acpi/
H A Ddebugfs.c9 #include <linux/acpi.h>
18 acpi_debugfs_dir = debugfs_create_dir("acpi", NULL);
H A Dreboot.c6 #include <linux/acpi.h>
7 #include <acpi/reboot.h>
/linux-master/drivers/platform/x86/
H A Ddual_accel_detect.h17 #include <linux/acpi.h>
/linux-master/sound/soc/amd/
H A Dmach-config.h13 #include <sound/soc-acpi.h>
/linux-master/sound/soc/intel/boards/
H A Dsof_sdw_rt715.c11 #include <sound/soc-acpi.h>
H A Dsof_sdw_rt715_sdca.c11 #include <sound/soc-acpi.h>
/linux-master/drivers/platform/x86/amd/pmf/
H A DMakefile8 amd-pmf-objs := core.o acpi.o sps.o \
/linux-master/drivers/firmware/efi/
H A Ddev-path-parser.c11 #include <linux/acpi.h>
26 'A' + ((node->acpi.hid >> 10) & 0x1f) - 1,
27 'A' + ((node->acpi.hid >> 5) & 0x1f) - 1,
28 'A' + ((node->acpi.hid >> 0) & 0x1f) - 1,
29 node->acpi.hid >> 16);
32 if (acpi_dev_uid_match(adev, node->acpi.uid))
34 if (!acpi_device_uid(adev) && node->acpi.uid == 0)
/linux-master/sound/soc/codecs/
H A Dwm8804-i2c.c13 #include <linux/acpi.h>
53 MODULE_DEVICE_TABLE(acpi, wm8804_acpi_match);
/linux-master/sound/soc/sof/intel/
H A Dpci-lnl.c13 #include <sound/soc-acpi.h>
14 #include <sound/soc-acpi-intel-match.h>
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_services.c27 #include <linux/acpi.h>
/linux-master/include/xen/
H A Dacpi.h2 * acpi.h
3 * acpi file for domain 0 kernel
41 #include <linux/acpi.h>
/linux-master/sound/pci/hda/
H A Dthinkpad_helper.c8 #include <linux/acpi.h>
/linux-master/drivers/dma/dw/
H A DMakefile4 dw_dmac_core-$(CONFIG_ACPI) += acpi.o

Completed in 199 milliseconds

1234567891011>>