Home
last modified time | relevance | path

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

/linux/Documentation/firmware-guide/acpi/
H A Di2c-muxes.rst33 Name (_ADR, 0)
48 Name (_ADR, 1)
H A Dintel-pmc-mux.rst39 Name (_ADR, 0)
44 Name (_ADR, 1)
58 Name (_ADR, 0)
125 Name (_ADR, 0)
140 Name (_ADR, 1)
H A Denumeration.rst237 Name (_ADR, 1)
510 Moreover, the specification mandates that either a _HID or an _ADR identification
657 Method (_ADR, 0, NotSerialized) // _ADR: Address
670 and the _ADR method [3]_ returns exactly the device/function couple that
680 Name (_ADR, 0x0000)
684 Name (_ADR, 0x00010000)
688 Name (_ADR, 0x0000)
731 .. [3] ACPI Specifications, Version 6.3 - Paragraph 6.1.1 _ADR Address)
H A 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/Documentation/firmware-guide/acpi/dsd/
H A 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/Documentation/ABI/testing/
H A Dsysfs-bus-acpi42 _ADR control method, which is present for ACPI device
H A Dsysfs-bus-nfit19 (RO) The address (given by the _ADR object) of the device on its
/linux/drivers/acpi/
H A Dacpi_video.c185 u8 _ADR:1; /* Return the unique ID */ member
982 device->cap._ADR = 1; in acpi_video_device_find_cap()