Searched refs:ResourceSourceLabel (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | aslrestype2s.c | 2086 char *ResourceSourceLabel = NULL; in RsDoPinGroupFunctionDescriptor() local 2124 ResourceSourceLabel = ACPI_ADD_PTR (char, ResourceSource, ResSourceLength); in RsDoPinGroupFunctionDescriptor() 2125 VendorData = ACPI_ADD_PTR (UINT8, ResourceSourceLabel, ResSourceLabelLength); in RsDoPinGroupFunctionDescriptor() 2132 ACPI_PTR_DIFF (ResourceSourceLabel, Descriptor); in RsDoPinGroupFunctionDescriptor() 2171 strcpy (ResourceSourceLabel, InitializerOp->Asl.Value.String); in RsDoPinGroupFunctionDescriptor() 2232 char *ResourceSourceLabel = NULL; in RsDoPinGroupConfigDescriptor() local 2270 ResourceSourceLabel = ACPI_ADD_PTR (char, ResourceSource, ResSourceLength); in RsDoPinGroupConfigDescriptor() 2271 VendorData = ACPI_ADD_PTR (UINT8, ResourceSourceLabel, ResSourceLabelLength); in RsDoPinGroupConfigDescriptor() 2278 ACPI_PTR_DIFF (ResourceSourceLabel, Descriptor); in RsDoPinGroupConfigDescriptor() 2340 strcpy (ResourceSourceLabel, InitializerOp->Asl.Value.String); in RsDoPinGroupConfigDescriptor()
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/resources/ |
| H A D | rsserial.c | 876 …{ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupFunction.ResourceSourceLabel.StringLength), 880 {ACPI_RSC_MOVE_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupFunction.ResourceSourceLabel.StringPtr), 947 … {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupConfig.ResourceSourceLabel.StringLength), 951 {ACPI_RSC_MOVE_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupConfig.ResourceSourceLabel.StringPtr),
|
| H A D | rscalc.c | 517 Resource->Data.PinGroupFunction.ResourceSourceLabel.StringLength + in AcpiRsGetAmlLength() 526 Resource->Data.PinGroupConfig.ResourceSourceLabel.StringLength + in AcpiRsGetAmlLength()
|
| H A D | rsdumpinfo.c | 411 …{ACPI_RSD_SOURCE_LABEL, ACPI_RSD_OFFSET (PinGroupFunction.ResourceSourceLabel), "ResourceSourceLab… 425 …{ACPI_RSD_SOURCE_LABEL, ACPI_RSD_OFFSET (PinGroupConfig.ResourceSourceLabel), "ResourceSourceLabel…
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | acrestyp.h | 810 ACPI_RESOURCE_LABEL ResourceSourceLabel; member 824 ACPI_RESOURCE_LABEL ResourceSourceLabel; member
|