Lines Matching +full:entry +full:- +full:method
1 .. SPDX-License-Identifier: GPL-2.0
13 that are accessed through memory-mapped registers.
15 In order to support this and re-use the existing drivers as much as
18 - Devices that have no bus connector resource are represented as
21 - Devices behind real busses where there is a connector resource
33 This means that when ACPI_HANDLE(dev) returns non-NULL the device was
35 device-specific configuration. There is an example of this below.
42 for the device and add supported ACPI IDs. If this same IP-block is used on
43 some other non-ACPI platform, the driver might work out of the box or needs
122 entry of the FixedDMA resource array, "rx" means the second entry. The table
128 Method (_CRS, 0, NotSerialized)
163 Method (_CRS, 0, NotSerialized)
192 passing those. One idea is to return this in _DSM method like::
197 Method (_DSM, 4, NotSerialized)
201 "byte-len", 1024,
202 "addr-mode", 2,
203 "page-size, 32
220 status = acpi_evaluate_object(ACPI_HANDLE(&spi->dev), "_DSM",
273 Method (_CRS, 0, NotSerialized)
305 ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
308 Package () {"power-gpios", Package() {^DEV, 0, 0, 0 }},
309 Package () {"irq-gpios", Package() {^DEV, 1, 0, 0 }},
319 Documentation/admin-guide/gpio/.
342 See Documentation/firmware-guide/acpi/gpio-properties.rst for more information about the
353 - The children share the parent ACPI handle.
354 - The MFD cell can specify the ACPI id of the device.
397 6.0). For non-enumerable bus types that object must be _HID and its value must
401 existing DT-compatible device identification in ACPI and to satisfy the above
424 For example, the following ACPI sample might be used to enumerate an lm75-type
432 ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
437 Method (_CRS, 0, Serialized)
463 Refer to :doc:`DSD-properties-rules` for more information.