Lines Matching refs:Child
266 ACPI_PARSE_OBJECT *Child; in OpcGetIntegerWidth() local
280 Child = Op->Asl.Child; in OpcGetIntegerWidth()
281 Child = Child->Asl.Next; in OpcGetIntegerWidth()
282 Child = Child->Asl.Next; in OpcGetIntegerWidth()
286 AcpiUtSetIntegerWidth ((UINT8) Child->Asl.Value.Integer); in OpcGetIntegerWidth()
448 TypeOp = Op->Asl.Child; in OpcDoAccessAs()
482 LengthOp = AttribOp->Asl.Child; in OpcDoAccessAs()
526 if (Op->Asl.Child->Asl.AmlOpcode == AML_INT_NAMEPATH_OP) in OpcDoConnection()
531 BufferOp = Op->Asl.Child; in OpcDoConnection()
532 BufferLengthOp = BufferOp->Asl.Child; in OpcDoConnection()
607 BufferLengthOp = Op->Asl.Child; in OpcDoUnicode()
642 InitializerOp->Asl.Child = NULL; in OpcDoUnicode()
828 Op->Asl.Child = NewOp; in OpcDoUuId()