Home
last modified time | relevance | path

Searched refs:_ADR (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/Documentation/firmware-guide/acpi/
Di2c-muxes.rst33 Name (_ADR, 0)
48 Name (_ADR, 1)
Dintel-pmc-mux.rst39 Name (_ADR, 0)
44 Name (_ADR, 1)
58 Name (_ADR, 0)
125 Name (_ADR, 0)
140 Name (_ADR, 1)
Denumeration.rst194 Name (_ADR, 1)
467 Moreover, the specification mandates that either a _HID or an _ADR identification
614 Method (_ADR, 0, NotSerialized) // _ADR: Address
627 and the _ADR method [3] returns exactly the device/function couple that
637 Name (_ADR, 0x0000)
641 Name (_ADR, 0x00010000)
645 Name (_ADR, 0x0000)
688 [3] ACPI Specifications, Version 6.3 - Paragraph 6.1.1 _ADR Address)
Dnamespace.rst154 | +-| _ADR | Name(_ADR, 0x00020000): the PCI bus address
281 example, it may be a PCI device with _ADR defined and without _HID
307 object representing a PCI bridge) whose _ADR returns 0x00020000 and the
/linux-6.6.21/Documentation/firmware-guide/acpi/dsd/
Dphy.rst28 using the _ADR object as shown below and are registered on the MDIO bus.
35 Name (_ADR, 0x1)
39 Name (_ADR, 0x2)
107 Name (_ADR, 0x1)
111 Name (_ADR, 0x2)
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-bus-acpi42 _ADR control method, which is present for ACPI device
Dsysfs-bus-nfit19 (RO) The address (given by the _ADR object) of the device on its
/linux-6.6.21/drivers/acpi/
Dacpi_video.c185 u8 _ADR:1; /* Return the unique ID */ member
983 device->cap._ADR = 1; in acpi_video_device_find_cap()