Searched refs:DeviceName (Results 1 – 12 of 12) sorted by relevance
/acpica-latest/source/compiler/ |
D | aslmapenter.c | 167 char *DeviceName); 171 char *DeviceName, 199 char *DeviceName) in MpSaveGpioInfo() argument 216 Info = MpCreateGpioInfo (PinList[i], DeviceName); in MpSaveGpioInfo() 219 Info->DeviceName = DeviceName; in MpSaveGpioInfo() 249 char *DeviceName) in MpSaveSerialInfo() argument 294 Info = MpCreateSerialInfo (DeviceName, Address); in MpSaveSerialInfo() 297 Info->DeviceName = DeviceName; in MpSaveSerialInfo() 322 char *DeviceName) in MpCreateGpioInfo() argument 350 (strcmp (DeviceName, NextGpio->DeviceName) > 0)) in MpCreateGpioInfo() [all …]
|
D | aslmapoutput.c | 313 HidString = MpGetHidViaNamestring (Info->DeviceName); in MpEmitGpioInfo() 318 strcmp (PrevDeviceName, Info->DeviceName)) in MpEmitGpioInfo() 322 HidString, Info->DeviceName); in MpEmitGpioInfo() 336 PrevDeviceName = Info->DeviceName; in MpEmitGpioInfo() 466 HidString = MpGetHidViaNamestring (Info->DeviceName); in MpEmitSerialInfo() 471 strcmp (PrevDeviceName, Info->DeviceName)) in MpEmitSerialInfo() 476 HidString, Info->DeviceName); in MpEmitSerialInfo() 490 PrevDeviceName = Info->DeviceName; in MpEmitSerialInfo()
|
D | aslmaputils.c | 315 char *DeviceName) in MpGetHidViaNamestring() argument 321 Status = AcpiNsGetNode (NULL, DeviceName, ACPI_NS_NO_UPSEARCH, in MpGetHidViaNamestring() 407 char *DeviceName) in MpGetDdnValue() argument 414 Status = AcpiNsGetNode (NULL, DeviceName, ACPI_NS_NO_UPSEARCH, in MpGetDdnValue()
|
D | asltypes.h | 458 char *DeviceName; member 474 char *DeviceName; member
|
/acpica-latest/source/components/disassembler/ |
D | dmresrcl2.c | 307 char *DeviceName = NULL; in AcpiDmGpioCommon() local 317 DeviceName = ACPI_ADD_PTR (char, in AcpiDmGpioCommon() 319 AcpiUtPrintString (DeviceName, ACPI_UINT16_MAX); in AcpiDmGpioCommon() 370 PinCount, PinList, DeviceName); in AcpiDmGpioCommon() 533 char *DeviceName = NULL; in AcpiDmClockInputDescriptor() local 551 DeviceName = ACPI_ADD_PTR (char, in AcpiDmClockInputDescriptor() 553 AcpiUtPrintString (DeviceName, ACPI_UINT16_MAX); in AcpiDmClockInputDescriptor() 590 char *DeviceName = NULL; in AcpiDmPinFunctionDescriptor() local 614 DeviceName = ACPI_ADD_PTR (char, in AcpiDmPinFunctionDescriptor() 616 AcpiUtPrintString (DeviceName, ACPI_UINT16_MAX); in AcpiDmPinFunctionDescriptor() [all …]
|
/acpica-latest/source/include/ |
D | amlresrc.h | 864 char *DeviceName); 870 char *DeviceName); 878 char *DeviceName); 895 char *DeviceName);
|
D | actbl1.h | 1226 ACPI_FLEX_ARRAY(char, DeviceName);
|
D | actbl2.h | 652 char DeviceName[]; /* Path of namespace object */ member
|
/acpica-latest/source/tools/acpiexec/ |
D | aemain.c | 216 char *DeviceName) in MpSaveGpioInfo() argument 224 char *DeviceName) in MpSaveSerialInfo() argument
|
/acpica-latest/source/common/ |
D | dmtbinfo1.c | 950 {ACPI_DMT_STRING, ACPI_DMAR4_OFFSET (DeviceName[0]), "Device Name", 0},
|
D | dmtbdump2.c | 270 Length = ACPI_OFFSET (ACPI_IORT_NAMED_COMPONENT, DeviceName); in AcpiDmDumpIort()
|
D | dmtbinfo2.c | 342 {ACPI_DMT_STRING, ACPI_IORT1_OFFSET (DeviceName[0]), "Device Name", 0},
|