Home
last modified time | relevance | path

Searched refs:acpi (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/linux-5.19.10/drivers/acpi/
DMakefile22 obj-$(CONFIG_ACPI) += acpi.o \
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-y += scan.o
41 acpi-y += resource.o
[all …]
/linux-5.19.10/drivers/ata/
Dpata_acpi.c40 struct pata_acpi *acpi = ap->private_data; in pacpi_pre_reset() local
41 if (ACPI_HANDLE(&ap->tdev) == NULL || ata_acpi_gtm(ap, &acpi->gtm) < 0) in pacpi_pre_reset()
56 struct pata_acpi *acpi = ap->private_data; in pacpi_cable_detect() local
58 if ((acpi->mask[0] | acpi->mask[1]) & (0xF8 << ATA_SHIFT_UDMA)) in pacpi_cable_detect()
75 struct pata_acpi *acpi = ap->private_data; in pacpi_discover_modes() local
79 probe = acpi->gtm; in pacpi_discover_modes()
102 struct pata_acpi *acpi = adev->link->ap->private_data; in pacpi_mode_filter() local
103 return mask & acpi->mask[adev->devno]; in pacpi_mode_filter()
115 struct pata_acpi *acpi = ap->private_data; in pacpi_set_piomode() local
118 if (!(acpi->gtm.flags & 0x10)) in pacpi_set_piomode()
[all …]
/linux-5.19.10/sound/soc/intel/common/
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-intel-cfl-match.o \
9 soc-acpi-intel-cml-match.o soc-acpi-intel-icl-match.o \
10 soc-acpi-intel-tgl-match.o soc-acpi-intel-ehl-match.o \
11 soc-acpi-intel-jsl-match.o soc-acpi-intel-adl-match.o \
12 soc-acpi-intel-hda-match.o \
13 soc-acpi-intel-sdw-mockup-match.o
[all …]
/linux-5.19.10/drivers/platform/x86/intel/
Drst.c16 struct acpi_device *acpi; in irst_show_wakeup_events() local
20 acpi = to_acpi_device(dev); in irst_show_wakeup_events()
22 status = acpi_evaluate_integer(acpi->handle, "GFFS", NULL, &value); in irst_show_wakeup_events()
33 struct acpi_device *acpi; in irst_store_wakeup_events() local
38 acpi = to_acpi_device(dev); in irst_store_wakeup_events()
44 status = acpi_execute_simple_method(acpi->handle, "SFFS", value); in irst_store_wakeup_events()
60 struct acpi_device *acpi; in irst_show_wakeup_time() local
64 acpi = to_acpi_device(dev); in irst_show_wakeup_time()
66 status = acpi_evaluate_integer(acpi->handle, "GFTV", NULL, &value); in irst_show_wakeup_time()
77 struct acpi_device *acpi; in irst_store_wakeup_time() local
[all …]
Dsmartconnect.c11 static int smartconnect_acpi_init(struct acpi_device *acpi) in smartconnect_acpi_init() argument
16 status = acpi_evaluate_integer(acpi->handle, "GAOS", NULL, &value); in smartconnect_acpi_init()
21 dev_info(&acpi->dev, "Disabling Intel Smart Connect\n"); in smartconnect_acpi_init()
22 status = acpi_execute_simple_method(acpi->handle, "SAOS", 0); in smartconnect_acpi_init()
32 MODULE_DEVICE_TABLE(acpi, smartconnect_ids);
/linux-5.19.10/drivers/platform/x86/
Dclassmate-laptop.c42 static int cmpc_add_acpi_notify_device(struct acpi_device *acpi, char *name, in cmpc_add_acpi_notify_device() argument
52 inputdev->dev.parent = &acpi->dev; in cmpc_add_acpi_notify_device()
59 dev_set_drvdata(&acpi->dev, inputdev); in cmpc_add_acpi_notify_device()
63 static int cmpc_remove_acpi_notify_device(struct acpi_device *acpi) in cmpc_remove_acpi_notify_device() argument
65 struct input_dev *inputdev = dev_get_drvdata(&acpi->dev); in cmpc_remove_acpi_notify_device()
205 struct acpi_device *acpi; in cmpc_accel_sensitivity_show_v4() local
209 acpi = to_acpi_device(dev); in cmpc_accel_sensitivity_show_v4()
210 inputdev = dev_get_drvdata(&acpi->dev); in cmpc_accel_sensitivity_show_v4()
220 struct acpi_device *acpi; in cmpc_accel_sensitivity_store_v4() local
226 acpi = to_acpi_device(dev); in cmpc_accel_sensitivity_store_v4()
[all …]
Dpanasonic-laptop.c196 MODULE_DEVICE_TABLE(acpi, pcc_device_ids);
505 struct acpi_device *acpi = to_acpi_device(dev); in numbatt_show() local
506 struct pcc_acpi *pcc = acpi_driver_data(acpi); in numbatt_show()
517 struct acpi_device *acpi = to_acpi_device(dev); in lcdtype_show() local
518 struct pcc_acpi *pcc = acpi_driver_data(acpi); in lcdtype_show()
529 struct acpi_device *acpi = to_acpi_device(dev); in mute_show() local
530 struct pcc_acpi *pcc = acpi_driver_data(acpi); in mute_show()
541 struct acpi_device *acpi = to_acpi_device(dev); in mute_store() local
542 struct pcc_acpi *pcc = acpi_driver_data(acpi); in mute_store()
559 struct acpi_device *acpi = to_acpi_device(dev); in sticky_key_show() local
[all …]
/linux-5.19.10/Documentation/firmware-guide/acpi/
Ddebug.rst20 you're interested in. At boot-time, use the acpi.debug_layer and
21 acpi.debug_level kernel command line options. After boot, you can use the
22 debug_layer and debug_level files in /sys/module/acpi/parameters/ to control
32 You can set the debug_layer mask at boot-time using the acpi.debug_layer
34 to /sys/module/acpi/parameters/debug_layer.
36 The possible components are defined in include/acpi/acoutput.h.
38 Reading /sys/module/acpi/parameters/debug_layer shows the supported mask values::
66 You can set the debug_level mask at boot-time using the acpi.debug_level
68 to /sys/module/acpi/parameters/debug_level.
70 The possible levels are defined in include/acpi/acoutput.h. Reading
[all …]
Dmethod-tracing.rst30 /sys/module/acpi/parameters/debug_layer) and per-type level (known as
31 debug level, configured via /sys/module/acpi/parameters/debug_level).
46 # cd /sys/module/acpi/parameters
54 # cd /sys/module/acpi/parameters
58 # echo "method" > /sys/module/acpi/parameters/trace_state
63 # cd /sys/module/acpi/parameters
67 # echo "method-once" > /sys/module/acpi/parameters/trace_state
71 Refer to Documentation/firmware-guide/acpi/debug.rst for possible debug layer/level
112 # cd /sys/module/acpi/parameters
120 # cd /sys/module/acpi/parameters
[all …]
Dnamespace.rst21 /sys/bus/acpi/devices.
315 implementation is located in the drivers/acpi/glue.c file, but there are
318 drivers/pci/pci-acpi.c.
329 | LNXSYSTEM:00 | \ | acpi:LNXSYSTEM: |
333 +-| LNXPWRBN:00 | N/A | acpi:LNXPWRBN: |
337 +-| LNXSLPBN:00 | N/A | acpi:LNXSLPBN: |
341 +-| LNXCPU:00 | \_PR_.CPU0 | acpi:LNXCPU: |
345 +-| LNXSYBUS:00 | \_SB_ | acpi:LNXSYBUS: |
349 | +-| PNP0C0D:00 | \_SB_.LID0 | acpi:PNP0C0D: |
353 | +-| PNP0A08:00 | \_SB_.PCI0 | acpi:PNP0A08:PNP0A03: |
[all …]
/linux-5.19.10/drivers/acpi/acpica/
DMakefile10 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-y += \
112 acpi-$(ACPI_FUTURE_USAGE) += nsdumpdv.o
114 acpi-y += \
[all …]
/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-platform-dptf4 Contact: linux-acpi@vger.kernel.org
11 Contact: linux-acpi@vger.kernel.org
19 Contact: linux-acpi@vger.kernel.org
27 Contact: linux-acpi@vger.kernel.org
43 Contact: linux-acpi@vger.kernel.org
50 Contact: linux-acpi@vger.kernel.org
57 Contact: linux-acpi@vger.kernel.org
64 Contact: linux-acpi@vger.kernel.org
71 Contact: linux-acpi@vger.kernel.org
78 Contact: linux-acpi@vger.kernel.org
[all …]
Dsysfs-bus-acpi1 What: /sys/bus/acpi/devices/.../path
13 What: /sys/bus/acpi/devices/.../modalias
18 That is acpi:HHHHHHHH:[CCCCCCC:]. Where each HHHHHHHH or
21 What: /sys/bus/acpi/devices/.../hid
30 What: /sys/bus/acpi/devices/.../description
37 What: /sys/bus/acpi/devices/.../adr
46 What: /sys/bus/acpi/devices/.../uid
53 What: /sys/bus/acpi/devices/.../eject
61 What: /sys/bus/acpi/devices/.../status
91 What: /sys/bus/acpi/devices/.../hrv
Dsysfs-devices-platform-dock4 Contact: linux-acpi@vger.kernel.org
12 Contact: linux-acpi@vger.kernel.org
20 Contact: linux-acpi@vger.kernel.org
27 Contact: linux-acpi@vger.kernel.org
36 Contact: linux-acpi@vger.kernel.org
/linux-5.19.10/drivers/gpu/drm/gma500/
Dopregion.c245 struct opregion_acpi *acpi; in psb_intel_opregion_video_event() local
250 acpi = system_opregion->acpi; in psb_intel_opregion_video_event()
251 acpi->csts = 0; in psb_intel_opregion_video_event()
268 if (opregion->acpi) { in psb_intel_opregion_init()
272 opregion->acpi->csts = 0; in psb_intel_opregion_init()
273 opregion->acpi->drdy = 1; in psb_intel_opregion_init()
288 if (opregion->acpi) { in psb_intel_opregion_fini()
289 opregion->acpi->drdy = 0; in psb_intel_opregion_fini()
300 opregion->acpi = NULL; in psb_intel_opregion_fini()
342 opregion->acpi = base + OPREGION_ACPI_OFFSET; in psb_intel_opregion_setup()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dacpi.c33 container_of(nb, typeof(*device), acpi.nb); in nvkm_acpi_ntfy()
47 unregister_acpi_notifier(&device->acpi.nb); in nvkm_acpi_fini()
55 device->acpi.nb.notifier_call = nvkm_acpi_ntfy; in nvkm_acpi_init()
56 register_acpi_notifier(&device->acpi.nb); in nvkm_acpi_init()
/linux-5.19.10/drivers/firmware/efi/
Ddev-path-parser.c26 'A' + ((node->acpi.hid >> 10) & 0x1f) - 1, in parse_acpi_path()
27 'A' + ((node->acpi.hid >> 5) & 0x1f) - 1, in parse_acpi_path()
28 'A' + ((node->acpi.hid >> 0) & 0x1f) - 1, in parse_acpi_path()
29 node->acpi.hid >> 16); in parse_acpi_path()
30 sprintf(uid, "%u", node->acpi.uid); in parse_acpi_path()
35 if (!adev->pnp.unique_id && node->acpi.uid == 0) in parse_acpi_path()
/linux-5.19.10/Documentation/admin-guide/acpi/
Dinitrd_table_override.rst21 drivers/acpi/tables.c.
70 # They must be put into a /kernel/firmware/acpi directory inside the cpio
77 mkdir -p kernel/firmware/acpi
78 cp dsdt.aml kernel/firmware/acpi
83 cp facp.aml kernel/firmware/acpi
84 cp ssdt1.aml kernel/firmware/acpi
91 # reboot with increased acpi debug level, e.g. boot params:
92 acpi.debug_level=0x2 acpi.debug_layer=0xFFFFFFFF
111 ftp://kernel.org/pub/linux/kernel/people/lenb/acpi/utils/pmtools/acpidump
115 /sys/firmware/acpi/tables
/linux-5.19.10/Documentation/devicetree/bindings/mips/loongson/
Drs780e-acpi.yaml4 $id: "http://devicetree.org/schemas/mips/loongson/rs780e-acpi.yaml#"
17 const: loongson,rs780e-acpi
36 acpi@800 {
37 compatible = "loongson,rs780e-acpi";
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_opregion.c653 struct opregion_acpi *acpi; in intel_opregion_video_event() local
659 acpi = opregion->acpi; in intel_opregion_video_event()
661 if (event->type == 0x80 && ((acpi->cevt & 1) == 0)) in intel_opregion_video_event()
664 acpi->csts = 0; in intel_opregion_video_event()
677 if (i < ARRAY_SIZE(opregion->acpi->didl)) { in set_did()
678 opregion->acpi->didl[i] = val; in set_did()
680 i -= ARRAY_SIZE(opregion->acpi->didl); in set_did()
682 if (WARN_ON(i >= ARRAY_SIZE(opregion->acpi->did2))) in set_did()
685 opregion->acpi->did2[i] = val; in set_did()
703 max_outputs = ARRAY_SIZE(opregion->acpi->didl) + in intel_didl_outputs()
[all …]
/linux-5.19.10/Documentation/driver-api/acpi/
Dlinuxized-acpica.rst16 ACPICA and Linux. It also describes how ACPICA code in drivers/acpi/acpica,
17 include/acpi and tools/power/acpi is automatically updated to follow the
85 include/acpi/acpiosxf.h
86 drivers/acpi/osl.c
87 include/acpi/platform
93 drivers/acpi/acpica
94 include/acpi/ac*.h
95 tools/power/acpi
101 drivers/acpi
102 include/linux/acpi.h
[all …]
/linux-5.19.10/Documentation/admin-guide/laptops/
Dthinkpad-acpi.rst12 http://ibm-acpi.sf.net/
19 This driver used to be named ibm-acpi until kernel 2.6.21 and release
20 0.13-20070314. It used to be in the drivers/acpi tree, but it was
21 moved to the drivers/misc tree and renamed to thinkpad-acpi for kernel
25 The driver is named "thinkpad-acpi". In some places, like module
29 "tpacpi" is used as a shorthand where "thinkpad-acpi" would be too
58 site, http://ibm-acpi.sf.net/. I appreciate any success or failure
89 The procfs interface creates the /proc/acpi/ibm directory. There is a
106 thinkpad-acpi's implementation of sysfs interfaces.
108 Also, any bugs in the thinkpad-acpi sysfs driver code or in the
[all …]
/linux-5.19.10/sound/hda/
DMakefile21 snd-intel-sdw-acpi-objs := intel-sdw-acpi.o
22 obj-$(CONFIG_SND_INTEL_SOUNDWIRE_ACPI) += snd-intel-sdw-acpi.o
/linux-5.19.10/sound/soc/sof/intel/
DMakefile3 snd-sof-acpi-intel-byt-objs := byt.o
4 snd-sof-acpi-intel-bdw-objs := bdw.o
17 obj-$(CONFIG_SND_SOC_SOF_BAYTRAIL) += snd-sof-acpi-intel-byt.o
18 obj-$(CONFIG_SND_SOC_SOF_BROADWELL) += snd-sof-acpi-intel-bdw.o
/linux-5.19.10/drivers/xen/
DMakefile13 dom0-$(CONFIG_XEN_ACPI) += acpi.o $(xen-pad-y)
14 xen-pad-$(CONFIG_X86) += xen-acpi-pad.o
29 obj-$(CONFIG_XEN_ACPI_PROCESSOR) += xen-acpi-processor.o

12345678910>>...24