Lines Matching refs:Object
231 * Node - Namespace node for the method/object
263 * If this object is not a control method, we can check if the ACPI
270 /* Object requires args, must be implemented as a method */
273 "Object (%s) must be a control method with %u arguments",
278 /* Object requires no args and no return value, must be a method */
281 "Object (%s) must be a control method "
297 * Note: These are BIOS errors in the declaration of the object
299 AmlParamCount = Node->Object->Method.ParamCount;
324 * Node - Namespace node for the method/object
331 * parameter count (in the ASL/AML) for an object.
355 * against the count that is specified in the method/object.
362 "%u arguments were passed to a non-method ACPI object (%s)",
381 AmlParamCount = Node->Object->Method.ParamCount;