Home
last modified time | relevance | path

Searched refs:Connection (Results 1 – 6 of 6) sorted by relevance

/acpica-latest/source/tools/acpiexec/
Daeregion.c361 Status = AcpiBufferToResource (MyContext->Connection, in AeRegionHandler()
369 MyContext->AccessLength, MyContext->Connection); in AeRegionHandler()
438 (UINT32) Address, Length, BitWidth, MyContext->Connection); in AeRegionHandler()
727 Status = AcpiBufferToResource (MyContext->Connection, in AeRegionHandler()
735 MyContext->AccessLength, MyContext->Connection); in AeRegionHandler()
Daehandlers.c741 AeMyContext.Connection = NULL; in AeInstallLateHandlers()
/acpica-latest/source/components/events/
Devregion.c438 Context->Connection = FieldObj->Field.ResourceBuffer; in AcpiEvAddressSpaceDispatch()
/acpica-latest/source/include/
Dactypes.h1324 UINT8 *Connection; member
/acpica-latest/tests/aslts/src/runtime/collections/functional/region/
Dregionfield.asl1146 /* A Connection is required */
1148 Connection (
1191 /* A Connection is required */
1193 Connection (
1251 /* A Connection is required */
1253 Connection (
1309 /* A Connection is required */
1311 Connection (
1367 /* A Connection is required */
1369 Connection (
[all …]
/acpica-latest/documents/
Dchanges.txt4502 In order to support GPIO Connection objects with multiple pins, along
4505 the field unit from the previous invocation of a Connection. It can be
5102 iASL: Fix a possible fault when using the Connection() operator. Fixes a
5103 problem if the parent Field definition for the Connection operator refers
7259 One new operator is added, the Connection operator, which is used to
7268 Connection // Declare Field Connection
7321 operation regions, information about the Connection() object and any
7332 to convert the Connection() buffer object into a ACPI_RESOURCE.