Searched refs:acpi (Results 1 - 25 of 1502) sorted by relevance

1234567891011>>

/linux-master/include/acpi/
H A Dacpi.h4 * Name: acpi.h - Master public include file used to interface to ACPICA
22 #include <acpi/platform/acenv.h> /* Environment-specific items */
23 #include <acpi/acnames.h> /* Common ACPI names and strings */
24 #include <acpi/actypes.h> /* ACPICA data types and structures */
25 #include <acpi/acexcep.h> /* ACPICA exceptions */
26 #include <acpi/actbl.h> /* ACPI table definitions */
27 #include <acpi/acrestyp.h> /* Resource Descriptor structs */
28 #include <acpi/platform/acenvex.h> /* Extra environment-specific items */
29 #include <acpi/acoutput.h> /* Error output and Debug macros */
30 #include <acpi/acpiosx
[all...]
/linux-master/drivers/acpi/acpica/
H A Daccommon.h20 #include <acpi/acconfig.h> /* Global configuration constants */
H A Dutresdecode.c8 #include <acpi/acpi.h>
/linux-master/drivers/platform/x86/intel/
H A Dsmartconnect.c6 #include <linux/acpi.h>
11 static int smartconnect_acpi_init(struct acpi_device *acpi) argument
16 status = acpi_evaluate_integer(acpi->handle, "GAOS", NULL, &value);
21 dev_info(&acpi->dev, "Disabling Intel Smart Connect\n");
22 status = acpi_execute_simple_method(acpi->handle, "SAOS", 0);
32 MODULE_DEVICE_TABLE(acpi, smartconnect_ids);
H A Drst.c6 #include <linux/acpi.h>
16 struct acpi_device *acpi; local
20 acpi = to_acpi_device(dev);
22 status = acpi_evaluate_integer(acpi->handle, "GFFS", NULL, &value);
33 struct acpi_device *acpi; local
38 acpi = to_acpi_device(dev);
44 status = acpi_execute_simple_method(acpi->handle, "SFFS", value);
60 struct acpi_device *acpi; local
64 acpi = to_acpi_device(dev);
66 status = acpi_evaluate_integer(acpi
77 struct acpi_device *acpi; local
101 irst_add(struct acpi_device *acpi) argument
116 irst_remove(struct acpi_device *acpi) argument
[all...]
/linux-master/sound/soc/intel/common/
H A DMakefile4 snd-soc-acpi-intel-match-objs := soc-acpi-intel-byt-match.o soc-acpi-intel-cht-match.o \
5 soc-acpi-intel-hsw-bdw-match.o \
6 soc-acpi-intel-skl-match.o soc-acpi-intel-kbl-match.o \
7 soc-acpi-intel-bxt-match.o soc-acpi-intel-glk-match.o \
8 soc-acpi-intel-cnl-match.o soc-acpi
[all...]
H A Dsoc-acpi-intel-cfl-match.c9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
H A Dsoc-acpi-intel-ehl-match.c3 * soc-acpi-intel-ehl-match.c - tables and support for EHL ACPI enumeration.
9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
H A Dsoc-acpi-intel-hda-match.c5 * soc-acpi-intel-hda-match.c - tables and support for HDA+ACPI enumeration.
9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
H A Dsoc-acpi-intel-hsw-bdw-match.c3 * soc-acpi-intel-hsw-bdw-match.c - tables and support for ACPI enumeration.
9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
H A Dsoc-acpi-intel-skl-match.c3 * soc-acpi-intel-skl-match.c - tables and support for SKL ACPI enumeration.
9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
/linux-master/arch/loongarch/pci/
H A DMakefile7 obj-$(CONFIG_ACPI) += acpi.o
/linux-master/drivers/acpi/
H A DMakefile22 obj-$(CONFIG_ACPI) += acpi.o \
25 # All the builtin files are in the "acpi." module_param namespace.
26 acpi-y += osi.o osl.o utils.o reboot.o
27 acpi-y += nvs.o
30 acpi-y += wakeup.o
31 acpi-$(CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT) += sleep.o
32 acpi-y += device_sysfs.o device_pm.o
33 acpi-$(CONFIG_ACPI_SLEEP) += proc.o
39 acpi-y += bus.o glue.o
40 acpi
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dacpi.c24 #include "acpi.h"
33 struct nvkm_device *device = container_of(nb, typeof(*device), acpi.nb);
47 unregister_acpi_notifier(&device->acpi.nb);
55 device->acpi.nb.notifier_call = nvkm_acpi_ntfy;
56 register_acpi_notifier(&device->acpi.nb);
/linux-master/drivers/platform/mips/
H A DMakefile3 obj-$(CONFIG_RS780E_ACPI) += rs780e-acpi.o
/linux-master/arch/arm64/include/asm/
H A Dkvm_ras.h7 #include <linux/acpi.h>
11 #include <asm/acpi.h>
/linux-master/arch/loongarch/kernel/
H A Dtopology.c2 #include <linux/acpi.h>
11 #include <acpi/processor.h>
/linux-master/drivers/ata/
H A Dpata_acpi.c15 #include <linux/acpi.h>
40 struct pata_acpi *acpi = ap->private_data; local
41 if (ACPI_HANDLE(&ap->tdev) == NULL || ata_acpi_gtm(ap, &acpi->gtm) < 0)
56 struct pata_acpi *acpi = ap->private_data; local
58 if ((acpi->mask[0] | acpi->mask[1]) & (0xF8 << ATA_SHIFT_UDMA))
75 struct pata_acpi *acpi = ap->private_data; local
79 probe = acpi->gtm;
102 struct pata_acpi *acpi = adev->link->ap->private_data; local
103 return mask & acpi
115 struct pata_acpi *acpi = ap->private_data; local
138 struct pata_acpi *acpi = ap->private_data; local
171 struct pata_acpi *acpi = ap->private_data; local
195 struct pata_acpi *acpi; local
[all...]
/linux-master/drivers/pnp/pnpacpi/
H A Dpnpacpi.h5 #include <linux/acpi.h>
/linux-master/include/linux/
H A Dacpi_viot.h6 #include <linux/acpi.h>
/linux-master/include/acpi/platform/
H A Dacenvex.h23 #include <acpi/platform/aclinuxex.h>
/linux-master/drivers/acpi/arm64/
H A Dinit.c2 #include <linux/acpi.h>
H A Dthermal_cpufreq.c2 #include <linux/acpi.h>
/linux-master/drivers/platform/x86/
H A Dclassmate-laptop.c11 #include <linux/acpi.h>
42 static int cmpc_add_acpi_notify_device(struct acpi_device *acpi, char *name, argument
52 inputdev->dev.parent = &acpi->dev;
59 dev_set_drvdata(&acpi->dev, inputdev);
63 static int cmpc_remove_acpi_notify_device(struct acpi_device *acpi) argument
65 struct input_dev *inputdev = dev_get_drvdata(&acpi->dev);
205 struct acpi_device *acpi; local
209 acpi = to_acpi_device(dev);
210 inputdev = dev_get_drvdata(&acpi->dev);
220 struct acpi_device *acpi; local
254 struct acpi_device *acpi; local
269 struct acpi_device *acpi; local
301 struct acpi_device *acpi; local
319 struct acpi_device *acpi; local
376 cmpc_accel_add_v4(struct acpi_device *acpi) argument
421 cmpc_accel_remove_v4(struct acpi_device *acpi) argument
548 struct acpi_device *acpi; local
563 struct acpi_device *acpi; local
591 struct acpi_device *acpi; local
601 struct acpi_device *acpi; local
617 cmpc_accel_add(struct acpi_device *acpi) argument
651 cmpc_accel_remove(struct acpi_device *acpi) argument
712 struct acpi_device *acpi; local
724 cmpc_tablet_add(struct acpi_device *acpi) argument
730 cmpc_tablet_remove(struct acpi_device *acpi) argument
933 cmpc_ipml_add(struct acpi_device *acpi) argument
977 cmpc_ipml_remove(struct acpi_device *acpi) argument
1050 cmpc_keys_add(struct acpi_device *acpi) argument
1056 cmpc_keys_remove(struct acpi_device *acpi) argument
[all...]
/linux-master/sound/soc/intel/atom/sst/
H A DMakefile4 snd-intel-sst-acpi-objs += sst_acpi.o
8 obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_ACPI) += snd-intel-sst-acpi.o

Completed in 314 milliseconds

1234567891011>>