Searched refs:ParamTypeOp (Results 1 – 2 of 2) sorted by relevance
624 ACPI_PARSE_OBJECT *ParamTypeOp, in MtProcessParameterTypeList() argument630 if (ParamTypeOp && ParamTypeOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in MtProcessParameterTypeList()635 MtProcessTypeOp (ParamTypeOp); in MtProcessParameterTypeList()640 while (ParamTypeOp) in MtProcessParameterTypeList()643 MtProcessTypeOp (ParamTypeOp->Asl.Child); in MtProcessParameterTypeList()646 ParamTypeOp = ParamTypeOp->Asl.Next; in MtProcessParameterTypeList()
274 ACPI_PARSE_OBJECT *ParamTypeOp,