• Home
  • Raw
  • Download

Lines Matching +full:language +full:- +full:id

1 .. SPDX-License-Identifier: GPL-2.0
5 ACPI Device Tree - Representation of ACPI Namespace
32 includes various fixed-length entries that describe fixed ACPI features
40 control methods, encoded in AML (ACPI Machine Language). The data block
48 +---------+ +-------+ +--------+ +------------------------+
49 | RSDP | +->| XSDT | +->| FADT | | +-------------------+ |
50 +---------+ | +-------+ | +--------+ +-|->| DSDT | |
51 | Pointer | | | Entry |-+ | ...... | | | +-------------------+ |
52 +---------+ | +-------+ | X_DSDT |--+ | | Definition Blocks | |
53 | Pointer |-+ | ..... | | ...... | | +-------------------+ |
54 +---------+ +-------+ +--------+ | +-------------------+ |
55 | Entry |------------------|->| SSDT | |
56 +- - - -+ | +-------------------| |
57 | Entry | - - - - - - - -+ | | Definition Blocks | |
58 +- - - -+ | | +-------------------+ |
59 | | +- - - - - - - - - -+ |
60 +-|->| SSDT | |
61 | +-------------------+ |
63 | +- - - - - - - - - -+ |
64 +------------------------+
68 +----------------+
70 +----------------+
89 2. The first byte of a name must be one of 'A' - 'Z', '_'.
90 3. Each of the remaining bytes of a name must be one of 'A' - 'Z', '0'
91 - '9', '_'.
101 +------+
103 +------+
105 | +------+
106 +-| _PR | Scope(_PR): the processor namespace
107 | +------+
109 | | +------+
110 | +-| CPU0 | Processor(CPU0): the first processor
111 | +------+
113 | +------+
114 +-| _SB | Scope(_SB): the system bus namespace
115 | +------+
117 | | +------+
118 | +-| LID0 | Device(LID0); the lid device
119 | | +------+
121 | | | +------+
122 | | +-| _HID | Name(_HID, "PNP0C0D"): the hardware ID
123 | | | +------+
125 | | | +------+
126 | | +-| _STA | Method(_STA): the status control method
127 | | +------+
129 | | +------+
130 | +-| PCI0 | Device(PCI0); the PCI root bridge
131 | +------+
133 | | +------+
134 | +-| _HID | Name(_HID, "PNP0A08"): the hardware ID
135 | | +------+
137 | | +------+
138 | +-| _CID | Name(_CID, "PNP0A03"): the compatible ID
139 | | +------+
141 | | +------+
142 | +-| RP03 | Scope(RP03): the PCI0 power scope
143 | | +------+
145 | | | +------+
146 | | +-| PXP3 | PowerResource(PXP3): the PCI0 power resource
147 | | +------+
149 | | +------+
150 | +-| GFX0 | Device(GFX0): the graphics adapter
151 | +------+
153 | | +------+
154 | +-| _ADR | Name(_ADR, 0x00020000): the PCI bus address
155 | | +------+
157 | | +------+
158 | +-| DD01 | Device(DD01): the LCD output device
159 | +------+
161 | | +------+
162 | +-| _BCL | Method(_BCL): the backlight control method
163 | +------+
165 | +------+
166 +-| _TZ | Scope(_TZ): the thermal zone namespace
167 | +------+
169 | | +------+
170 | +-| FN00 | PowerResource(FN00): the FAN0 power resource
171 | | +------+
173 | | +------+
174 | +-| FAN0 | Device(FAN0): the FAN0 cooling device
175 | | +------+
177 | | | +------+
178 | | +-| _HID | Name(_HID, "PNP0A0B"): the hardware ID
179 | | +------+
181 | | +------+
182 | +-| TZ00 | ThermalZone(TZ00); the FAN thermal zone
183 | +------+
185 | +------+
186 +-| _GPE | Scope(_GPE): the GPE namespace
187 +------+
202 two-digit decimal representation of an unsigned integer).
207 +---+-----------------+-------+----------+
209 +---+-----------------+-------+----------+
211 +---+-----------------+-------+----------+
213 +---+-----------------+-------+----------+
215 +---+-----------------+-------+----------+
217 +---+-----------------+-------+----------+
219 +---+-----------------+-------+----------+
221 +---+-----------------+-------+----------+
223 +---+-----------------+-------+----------+
225 +---+-----------------+-------+----------+
227 +---+-----------------+-------+----------+
229 +---+-----------------+-------+----------+
231 +---+-----------------+-------+----------+
314 The linking mechanism is generally bus-specific. The core of its
317 elsewhere. For example, the PCI-specific part of it is located in
318 drivers/pci/pci-acpi.c.
328 +--------------+---+-----------------+
330 +--------------+---+-----------------+
332 | +-------------+-----+----------------+
333 +-| LNXPWRBN:00 | N/A | acpi:LNXPWRBN: |
334 | +-------------+-----+----------------+
336 | +-------------+-----+----------------+
337 +-| LNXSLPBN:00 | N/A | acpi:LNXSLPBN: |
338 | +-------------+-----+----------------+
340 | +-----------+------------+--------------+
341 +-| LNXCPU:00 | \_PR_.CPU0 | acpi:LNXCPU: |
342 | +-----------+------------+--------------+
344 | +-------------+-------+----------------+
345 +-| LNXSYBUS:00 | \_SB_ | acpi:LNXSYBUS: |
346 | +-------------+-------+----------------+
348 | | +- - - - - - - +- - - - - - +- - - - - - - -+
349 | +-| PNP0C0D:00 | \_SB_.LID0 | acpi:PNP0C0D: |
350 | | +- - - - - - - +- - - - - - +- - - - - - - -+
352 | | +------------+------------+-----------------------+
353 | +-| PNP0A08:00 | \_SB_.PCI0 | acpi:PNP0A08:PNP0A03: |
354 | +------------+------------+-----------------------+
356 | | +-----------+-----------------+-----+
357 | +-| device:00 | \_SB_.PCI0.RP03 | N/A |
358 | | +-----------+-----------------+-----+
360 | | | +-------------+----------------------+----------------+
361 | | +-| LNXPOWER:00 | \_SB_.PCI0.RP03.PXP3 | acpi:LNXPOWER: |
362 | | +-------------+----------------------+----------------+
364 | | +-------------+-----------------+----------------+
365 | +-| LNXVIDEO:00 | \_SB_.PCI0.GFX0 | acpi:LNXVIDEO: |
366 | +-------------+-----------------+----------------+
368 | | +-----------+-----------------+-----+
369 | +-| device:01 | \_SB_.PCI0.DD01 | N/A |
370 | +-----------+-----------------+-----+
372 | +-------------+-------+----------------+
373 +-| LNXSYBUS:01 | \_TZ_ | acpi:LNXSYBUS: |
374 +-------------+-------+----------------+
376 | +-------------+------------+----------------+
377 +-| LNXPOWER:0a | \_TZ_.FN00 | acpi:LNXPOWER: |
378 | +-------------+------------+----------------+
380 | +------------+------------+---------------+
381 +-| PNP0C0B:00 | \_TZ_.FAN0 | acpi:PNP0C0B: |
382 | +------------+------------+---------------+
384 | +-------------+------------+----------------+
385 +-| LNXTHERM:00 | \_TZ_.TZ00 | acpi:LNXTHERM: |
386 +-------------+------------+----------------+