Searched refs:ParamTypeOp (Results 1 – 2 of 2) sorted by relevance
732 ACPI_PARSE_OBJECT *ParamTypeOp, in MtProcessParameterTypeList() argument738 if (ParamTypeOp && ParamTypeOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in MtProcessParameterTypeList()743 MtProcessTypeOp (ParamTypeOp); in MtProcessParameterTypeList()748 while (ParamTypeOp) in MtProcessParameterTypeList()751 MtProcessTypeOp (ParamTypeOp->Asl.Child); in MtProcessParameterTypeList()754 ParamTypeOp = ParamTypeOp->Asl.Next; in MtProcessParameterTypeList()
382 ACPI_PARSE_OBJECT *ParamTypeOp,