HomeSort by: relevance | last modified time | path
    Searched refs:Resource (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/resources/
rslist.c 170 * DESCRIPTION: Convert an AML resource to an internal representation of the
171 * resource that is aligned and easier to access.
185 ACPI_RESOURCE *Resource;
198 Resource = *ResourcePtr;
199 if (ACPI_IS_MISALIGNED (Resource))
202 "Misaligned resource pointer %p", Resource));
233 "Invalid/unsupported resource descriptor: Type 0x%2.2X",
238 /* Convert the AML byte stream resource to a local resource struct *
    [all...]
rscalc.c 186 * DESCRIPTION: Count the number of bits set in a resource field. Used for
251 * PARAMETERS: ResourceLength - Length from the resource header
252 * MinimumTotalLength - Minimum length of this resource, before
276 * some Large-type resource descriptors.
280 * If the length of the actual resource descriptor is greater than the
283 * string length (including the null terminator) is the resource length
296 * guarantee that the entire resource descriptor is native word aligned
306 * PARAMETERS: Resource - Pointer to the resource linked list
307 * ResourceListSize - Size of the resource linked lis
    [all...]
rsmisc.c 3 * Module Name: rsmisc - Miscellaneous resource descriptors
173 * PARAMETERS: Resource - Pointer to the resource descriptor
179 * DESCRIPTION: Convert an external AML resource descriptor to the corresponding
180 * internal resource descriptor
186 ACPI_RESOURCE *Resource,
208 if (((ACPI_SIZE) Resource) & 0x3)
210 /* Each internal resource struct is expected to be 32-bit aligned */
213 "Misaligned resource pointer (get): %p Type 0x%2.2X Length %u",
214 Resource, Resource->Type, Resource->Length))
    [all...]
rsxface.c 3 * Module Name: rsxface - Public interfaces to the resource manager
184 ACPI_RESOURCE *Resource,
204 * DESCRIPTION: Common parameter validation for resource interfaces
321 * the desired device. The resource data is placed in the buffer
372 * for the desired device. The resource data is placed in the
420 * the desired device. The resource data is passed to the routine
474 * the desired device. The resource data is passed to the routine
511 * PARAMETERS: Resource - Pointer to a resource
517 * DESCRIPTION: If the resource is an address16, address32, or address64
    [all...]
rsaddr.c 3 * Module Name: rsaddr - Address resource descriptors (16/32/64)
176 /* Resource Type, General Flags, and Type-Specific Flags */
216 /* Resource Type, General Flags, and Type-Specific Flags */
256 /* Resource Type, General Flags, and Type-Specific Flags */
296 /* Resource Type, General Flags, and Type-Specific Flags */
331 /* Resource Type (Memory, Io, BusNumber, etc.) */
419 * PARAMETERS: Resource - Pointer to the internal resource struct
420 * Aml - Pointer to the AML resource descriptor
424 * DESCRIPTION: Convert common flag fields from a raw AML resource descripto
    [all...]
rsdump.c 3 * Module Name: rsdump - AML debugger support for resource structures.
225 ACPI_RESOURCE_DATA *Resource);
229 void *Resource,
237 * PARAMETERS: ResourceList - Pointer to a resource descriptor list
263 /* Walk list and dump all resource descriptors (END_TAG terminates) */
276 "Invalid descriptor type (%X) in resource list\n",
282 ACPI_ERROR ((AE_INFO, "Invalid Zero Resource Type"));
291 "Invalid zero length descriptor in resource list\n");
295 /* Dump the resource descriptor */
309 /* Point to the next resource structure *
    [all...]
rscreate.c 3 * Module Name: rscreate - Create resource lists/tables
165 * PARAMETERS: AmlBuffer - Pointer to the resource byte stream
167 * ResourcePtr - Where the converted resource is returned
171 * DESCRIPTION: Convert a raw AML buffer to a resource list
183 void *Resource;
195 /* Get the required length for the converted resource */
208 /* Allocate a buffer for the converted resource */
210 Resource = ACPI_ALLOCATE_ZEROED (ListSizeNeeded);
211 CurrentResourcePtr = Resource;
212 if (!Resource)
    [all...]
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c 3 * Module Name: dmresrcl2.c - "Large" Resource Descriptor disassembly (#2)
169 AML_RESOURCE *Resource,
176 AML_RESOURCE *Resource,
183 AML_RESOURCE *Resource,
190 AML_RESOURCE *Resource,
197 AML_RESOURCE *Resource,
293 * PARAMETERS: Info - Extra resource info
294 * Resource - Pointer to the resource descriptor
306 AML_RESOURCE *Resource,
    [all...]
dmresrcs.c 3 * Module Name: dmresrcs.c - "Small" Resource Descriptor disassembly
165 * PARAMETERS: Info - Extra resource info
166 * Resource - Pointer to the resource descriptor
179 AML_RESOURCE *Resource,
193 AcpiGbl_HeDecode [ACPI_GET_1BIT_FLAG (Resource->Irq.Flags)],
194 AcpiGbl_LlDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->Irq.Flags, 3)],
195 AcpiGbl_ShrDecode [ACPI_EXTRACT_2BIT_FLAG (Resource->Irq.Flags, 4)]);
204 AcpiDmBitList (Resource->Irq.IrqMask);
212 * PARAMETERS: Info - Extra resource inf
    [all...]
dmresrcl.c 3 * Module Name: dmresrcl.c - "Large" Resource Descriptor disassembly
206 AML_RESOURCE *Resource,
222 AML_RESOURCE *Resource,
228 AML_RESOURCE *Resource);
387 * PARAMETERS: Resource - Raw AML descriptor
399 AML_RESOURCE *Resource,
408 ResourceType = Resource->Address.ResourceType;
409 SpecificFlags = Resource->Address.SpecificFlags;
410 Flags = Resource->Address.Flags;
419 "/**** Invalid Resource Type: 0x%X ****/", ResourceType)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslmapenter.c 3 * Module Name: aslmapenter - Build resource descriptor/device maps
179 * PARAMETERS: Resource - GPIO resource descriptor
187 * Save GPIO resource descriptor information.
196 AML_RESOURCE *Resource,
223 Info->Type = Resource->Gpio.ConnectionType;
224 Info->Direction = (UINT8) (Resource->Gpio.IntFlags & 0x0003); /* _IOR, for IO descriptor */
225 Info->Polarity = (UINT8) ((Resource->Gpio.IntFlags >> 1) & 0x0003); /* _POL, for INT descriptor */
234 * PARAMETERS: Resource - A Serial resource descripto
    [all...]
aslmapoutput.c 3 * Module Name: aslmapoutput - Output/emit the resource descriptor/device maps
438 AML_RESOURCE *Resource;
446 Resource = Info->Resource;
447 switch (Resource->CommonSerialBus.Type)
509 /* Normal resource template */
asltypes.h 476 AML_RESOURCE *Resource;
  /src/sys/external/bsd/acpica/dist/include/
acdisasm.h 371 AML_RESOURCE *Resource,
1322 AML_RESOURCE *Resource,
1329 AML_RESOURCE *Resource,
1336 AML_RESOURCE *Resource,
1343 AML_RESOURCE *Resource,
1350 AML_RESOURCE *Resource,
1357 AML_RESOURCE *Resource,
1364 AML_RESOURCE *Resource,
1371 AML_RESOURCE *Resource,
1378 AML_RESOURCE *Resource,
    [all...]
acresrc.h 3 * Name: acresrc.h - Resource Manager function prototypes
156 /* Need the AML resource descriptor structs */
174 * Individual entry for the resource conversion tables
185 /* Resource conversion opcodes */
225 /* Resource Conversion sub-opcodes */
237 * Individual entry for the resource dump tables
280 /* Resource tables indexed by internal resource type */
286 /* Resource tables indexed by raw AML resource descriptor type *
    [all...]
amlresrc.h 3 * Module Name: amlresrc.h - AML resource descriptors
159 * Resource descriptor tags, as defined in the ACPI specification.
220 /* Default sizes for "small" resource descriptors */
242 ACPI_PARSE_OBJECT *DescriptorTypeOp; /* Resource descriptor parse node */
244 UINT32 CurrentByteOffset; /* Offset in resource template */
249 /* Macros used to generate AML resource length fields */
255 * Resource descriptors defined in the ACPI specification.
383 /* General Flags for address space resource descriptors */
547 * 2) Resource Source String
598 * 2) Resource Source Strin
    [all...]
acpixf.h 1162 * Resource interfaces
1166 ACPI_RESOURCE *Resource,
1225 ACPI_RESOURCE *Resource,
actbl2.h 176 #define ACPI_SIG_ERDT "ERDT" /* Enhanced Resource Director Technology */
183 #define ACPI_SIG_MPAM "MPAM" /* Memory System Resource Partitioning and Monitoring Table */
197 #define ACPI_SIG_RGRT "RGRT" /* Regulatory Graphics Resource Table */
295 /* 0R: Processor Cache Resource Substructure */
311 /* 1R: Processor TLB Resource Substructure */
320 /* 2R: Processor Generic Resource Substructure */
324 UINT32 Resource;
648 * ERDT - Enhanced Resource Director Technology (ERDT) table
650 * Conforms to "Intel Resource Director Technology Architecture Specification"
688 /* 0: RMDD - Resource Management Domain Description *
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmrestag.c 3 * Module Name: dmrestag - Add tags to resource descriptors (Application-level)
178 AML_RESOURCE *Resource,
209 * Resource Tag tables
211 * These are the predefined tags that refer to elements of a resource
565 * Globals used to generate unique resource descriptor names. We use names that
589 * DESCRIPTION: Convert a reference to a resource descriptor to a symbolic
592 * NOTE: Bit index is used to transparently handle both resource bit
678 /* Find the resource descriptor node corresponding to the index */
686 /* Translate the Index to a resource tag pathname */
697 * BitIndex - Index into the resource descripto
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeregion.c 207 ACPI_RESOURCE *Resource;
362 MyContext->Length, &Resource);
365 ACPI_FREE (Resource);
728 MyContext->Length, &Resource);
738 ACPI_FREE (Resource);
aemain.c 213 AML_RESOURCE *Resource,
223 AML_RESOURCE *Resource,
  /src/sys/external/bsd/acpica/dist/debugger/
dbcmds.c 183 ACPI_RESOURCE *Resource,
719 * DESCRIPTION: Dump a buffer that contains a resource template
753 /* Attempt to convert the raw buffer to a resource list */
763 "Could not convert Buffer to a resource list: %s, %s\n",
768 /* Now we can dump the resource list */
788 * PARAMETERS: Aml1Buffer - Contains first resource list
789 * Aml1BufferLength - Length of first resource list
790 * Aml2Buffer - Contains second resource list
791 * Aml2BufferLength - Length of second resource list
795 * DESCRIPTION: Compare two AML resource lists, descriptor by descriptor (i
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
qcom-msm8974.dtsi 1171 * Resource and Power Manager CPU's
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8916.dtsi 570 * 0 - connected to Resource and Power Manger CPU ETM
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 832 [Windows Resource], [_LT_LANG(RC)],
919 AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
8069 # Ensure that the configuration variables for the Windows resource compiler

Completed in 114 milliseconds