Searched refs:ParamTypeOp (Results 1 – 2 of 2) sorted by relevance
670 ACPI_PARSE_OBJECT *ParamTypeOp, in MtProcessParameterTypeList() argument676 if (ParamTypeOp && ParamTypeOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in MtProcessParameterTypeList()681 MtProcessTypeOp (ParamTypeOp); in MtProcessParameterTypeList()686 while (ParamTypeOp) in MtProcessParameterTypeList()689 MtProcessTypeOp (ParamTypeOp->Asl.Child); in MtProcessParameterTypeList()692 ParamTypeOp = ParamTypeOp->Asl.Next; in MtProcessParameterTypeList()
382 ACPI_PARSE_OBJECT *ParamTypeOp,