Searched refs:ObjDesc (Results 1 - 25 of 63) sorted by relevance

123

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexmutex.c164 ACPI_OPERAND_OBJECT *ObjDesc,
172 * PARAMETERS: ObjDesc - The mutex to be unlinked
182 ACPI_OPERAND_OBJECT *ObjDesc)
184 ACPI_THREAD_STATE *Thread = ObjDesc->Mutex.OwnerThread;
194 if (ObjDesc->Mutex.Next)
196 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev;
199 if (ObjDesc->Mutex.Prev)
201 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc
181 AcpiExUnlinkMutex( ACPI_OPERAND_OBJECT *ObjDesc) argument
233 AcpiExLinkMutex( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_THREAD_STATE *Thread) argument
284 AcpiExAcquireMutexObject( UINT16 Timeout, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_THREAD_ID ThreadId) argument
356 AcpiExAcquireMutex( ACPI_OPERAND_OBJECT *TimeDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
452 AcpiExReleaseMutexObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
516 AcpiExReleaseMutex( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
648 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dexfield.c243 * ObjDesc - The named field
257 ACPI_OPERAND_OBJECT *ObjDesc,
266 ACPI_FUNCTION_TRACE_PTR (ExReadDataFromField, ObjDesc);
271 if (!ObjDesc)
280 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
286 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
288 Status = AcpiDsGetBufferFieldArguments (ObjDesc);
295 else if ((ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
296 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS ||
297 ObjDesc
255 AcpiExReadDataFromField( ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **RetBufferDesc) argument
425 AcpiExWriteDataToField( ACPI_OPERAND_OBJECT *SourceDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc) argument
[all...]
H A Dexresop.c258 ACPI_OPERAND_OBJECT *ObjDesc; local
309 ObjDesc = *StackPtr;
313 switch (ACPI_GET_DESCRIPTOR_TYPE (ObjDesc))
319 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
328 ObjDesc = AcpiNsGetAttachedObject (
329 (ACPI_NAMESPACE_NODE *) ObjDesc);
330 *StackPtr = ObjDesc;
331 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
339 ObjectType = ObjDesc->Common.Type;
355 switch (ObjDesc
[all...]
H A Dexcreate.c260 ACPI_OPERAND_OBJECT *ObjDesc; local
266 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_EVENT);
267 if (!ObjDesc)
278 &ObjDesc->Event.OsSemaphore);
288 ObjDesc, ACPI_TYPE_EVENT);
295 AcpiUtRemoveReference (ObjDesc);
319 ACPI_OPERAND_OBJECT *ObjDesc; local
327 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_MUTEX);
328 if (!ObjDesc)
336 Status = AcpiOsCreateMutex (&ObjDesc
384 ACPI_OPERAND_OBJECT *ObjDesc; local
494 ACPI_OPERAND_OBJECT *ObjDesc; local
547 ACPI_OPERAND_OBJECT *ObjDesc; local
599 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dexprep.c167 ACPI_OPERAND_OBJECT *ObjDesc,
339 * PARAMETERS: ObjDesc - Field object
352 ACPI_OPERAND_OBJECT *ObjDesc,
372 AcpiExGenerateAccess (ObjDesc->CommonField.StartFieldBitOffset,
373 ObjDesc->CommonField.BitLength,
418 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
437 * PARAMETERS: ObjDesc - The field object
456 ACPI_OPERAND_OBJECT *ObjDesc,
475 ObjDesc->CommonField.FieldFlags = FieldFlags;
476 ObjDesc
351 AcpiExDecodeFieldAccess( ACPI_OPERAND_OBJECT *ObjDesc, UINT8 FieldFlags, UINT32 *ReturnByteAlignment) argument
455 AcpiExPrepCommonFieldObject( ACPI_OPERAND_OBJECT *ObjDesc, UINT8 FieldFlags, UINT8 FieldAttribute, UINT32 FieldBitPosition, UINT32 FieldBitLength) argument
549 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dexserial.c167 * PARAMETERS: ObjDesc - The named field to read
179 ACPI_OPERAND_OBJECT *ObjDesc,
185 ACPI_FUNCTION_TRACE_PTR (ExReadGpio, ObjDesc);
196 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength));
200 AcpiExAcquireGlobalLock (ObjDesc->CommonField.FieldFlags);
205 ObjDesc, 0, (UINT64 *) Buffer, ACPI_READ);
207 AcpiExReleaseGlobalLock (ObjDesc->CommonField.FieldFlags);
218 * ObjDesc - The named field
231 ACPI_OPERAND_OBJECT *ObjDesc,
178 AcpiExReadGpio( ACPI_OPERAND_OBJECT *ObjDesc, void *Buffer) argument
229 AcpiExWriteGpio( ACPI_OPERAND_OBJECT *SourceDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ReturnBuffer) argument
290 AcpiExReadSerialBus( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ReturnBuffer) argument
405 AcpiExWriteSerialBus( ACPI_OPERAND_OBJECT *SourceDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ReturnBuffer) argument
[all...]
H A Dexresolv.c264 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
290 StackDesc->Reference.Value, WalkState, &ObjDesc);
297 StackDesc->Reference.Value, ObjDesc));
304 *StackPtr = ObjDesc;
328 ObjDesc = *StackDesc->Reference.Where;
329 if (ObjDesc)
336 AcpiUtAddReference (ObjDesc);
337 *StackPtr = ObjDesc;
424 Status = AcpiExReadDataFromField (WalkState, StackDesc, &ObjDesc);
429 *StackPtr = (void *) ObjDesc;
464 ACPI_OPERAND_OBJECT *ObjDesc = ACPI_CAST_PTR (void, Operand); local
[all...]
H A Dexfldio.c167 ACPI_OPERAND_OBJECT *ObjDesc,
174 ACPI_OPERAND_OBJECT *ObjDesc,
179 ACPI_OPERAND_OBJECT *ObjDesc,
187 * PARAMETERS: ObjDesc - Field to be read or written
201 ACPI_OPERAND_OBJECT *ObjDesc,
212 RgnDesc = ObjDesc->CommonField.RegionObj;
267 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
282 (ObjDesc->CommonField.BaseByteOffset + FieldDatumByteOffset +
283 ObjDesc->CommonField.AccessByteWidth))
293 ObjDesc
200 AcpiExSetupRegion( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset) argument
357 AcpiExAccessRegion( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset, UINT64 *Value, UINT32 Function) argument
457 AcpiExRegisterOverflow( ACPI_OPERAND_OBJECT *ObjDesc, UINT64 Value) argument
510 AcpiExFieldDatumIo( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset, UINT64 *Value, UINT32 ReadWrite) argument
725 AcpiExWriteWithUpdateRule( ACPI_OPERAND_OBJECT *ObjDesc, UINT64 Mask, UINT64 FieldValue, UINT32 FieldDatumByteOffset) argument
831 AcpiExExtractFromField( ACPI_OPERAND_OBJECT *ObjDesc, void *Buffer, UINT32 BufferLength) argument
991 AcpiExInsertIntoField( ACPI_OPERAND_OBJECT *ObjDesc, void *Buffer, UINT32 BufferLength) argument
[all...]
H A Dexresnte.c197 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
268 ObjDesc = SourceDesc;
269 AcpiUtAddReference (ObjDesc);
287 ObjDesc = SourceDesc;
288 AcpiUtAddReference (ObjDesc);
303 ObjDesc = SourceDesc;
304 AcpiUtAddReference (ObjDesc);
318 ObjDesc = SourceDesc;
319 AcpiUtAddReference (ObjDesc);
331 Status = AcpiExReadDataFromField (WalkState, SourceDesc, &ObjDesc);
[all...]
H A Dexdump.c181 ACPI_OPERAND_OBJECT *ObjDesc,
186 ACPI_OPERAND_OBJECT *ObjDesc);
190 ACPI_OPERAND_OBJECT *ObjDesc,
475 * PARAMETERS: ObjDesc - Descriptor to dump
487 ACPI_OPERAND_OBJECT *ObjDesc,
503 AcpiUtGetObjectTypeName (ObjDesc));
513 if (!ObjDesc)
518 Target = ACPI_ADD_PTR (UINT8, ObjDesc, Info->Offset);
530 ObjDesc->Common.Type,
531 AcpiUtGetObjectTypeName (ObjDesc));
486 AcpiExDumpObject( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_EXDUMP_INFO *Info) argument
742 AcpiExDumpOperand( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Depth) argument
1157 AcpiExDumpReferenceObj( ACPI_OPERAND_OBJECT *ObjDesc) argument
1224 AcpiExDumpPackageObj( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Level, UINT32 Index) argument
1326 AcpiExDumpObjectDescriptor( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Flags) argument
[all...]
H A Dexconvrt.c175 * PARAMETERS: ObjDesc - Object to be converted. Must be an
188 ACPI_OPERAND_OBJECT *ObjDesc,
199 ACPI_FUNCTION_TRACE_PTR (ExConvertToInteger, ObjDesc);
202 switch (ObjDesc->Common.Type)
208 *ResultDesc = ObjDesc;
216 Pointer = ObjDesc->Buffer.Pointer;
217 Count = ObjDesc->Buffer.Length;
238 switch (ObjDesc->Common.Type)
321 * PARAMETERS: ObjDesc - Object to be converted. Must be an
333 ACPI_OPERAND_OBJECT *ObjDesc,
187 AcpiExConvertToInteger( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc, UINT32 ImplicitConversion) argument
332 AcpiExConvertToBuffer( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc) argument
548 AcpiExConvertToString( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc, UINT32 Type) argument
[all...]
H A Dexsystem.c363 * PARAMETERS: ObjDesc - The object descriptor for this op
374 ACPI_OPERAND_OBJECT *ObjDesc)
382 if (ObjDesc)
384 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1);
396 * ObjDesc - The object descriptor for this op
409 ACPI_OPERAND_OBJECT *ObjDesc)
417 if (ObjDesc)
419 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore,
431 * PARAMETERS: ObjDesc - The object descriptor for this op
441 ACPI_OPERAND_OBJECT *ObjDesc)
373 AcpiExSystemSignalEvent( ACPI_OPERAND_OBJECT *ObjDesc) argument
407 AcpiExSystemWaitEvent( ACPI_OPERAND_OBJECT *TimeDesc, ACPI_OPERAND_OBJECT *ObjDesc) argument
440 AcpiExSystemResetEvent( ACPI_OPERAND_OBJECT *ObjDesc) argument
[all...]
H A Dexconfig.c175 ACPI_OPERAND_OBJECT *ObjDesc,
200 ACPI_OPERAND_OBJECT *ObjDesc; local
208 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_LOCAL_REFERENCE);
209 if (!ObjDesc)
216 ObjDesc->Common.Flags |= AOPOBJ_DATA_VALID;
217 ObjDesc->Reference.Class = ACPI_REFCLASS_TABLE;
218 ObjDesc->Reference.Value = TableIndex;
219 *DdbHandle = ObjDesc;
387 * PARAMETERS: ObjDesc - Region descriptor
400 ACPI_OPERAND_OBJECT *ObjDesc,
399 AcpiExRegionRead( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Length, UINT8 *Buffer) argument
452 AcpiExLoadOp( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT *Target, ACPI_WALK_STATE *WalkState) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsobject.c189 ACPI_OPERAND_OBJECT *ObjDesc; local
241 ObjDesc = NULL;
256 ObjDesc = ((ACPI_NAMESPACE_NODE *) Object)->Object;
266 ObjDesc = (ACPI_OPERAND_OBJECT *) Object;
274 ObjDesc, Node, AcpiUtGetNodeName (Node)));
283 if (ObjDesc)
289 AcpiUtAddReference (ObjDesc);
295 LastObjDesc = ObjDesc;
307 Node->Object = ObjDesc;
331 ACPI_OPERAND_OBJECT *ObjDesc; local
454 AcpiNsGetSecondaryObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
493 ACPI_OPERAND_OBJECT *ObjDesc; local
558 ACPI_OPERAND_OBJECT *ObjDesc; local
611 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dnsdump.c322 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
389 ObjDesc = AcpiNsGetAttachedObject (ThisNode);
403 if (!ObjDesc)
432 ObjDesc->Processor.ProcId, ObjDesc->Processor.Length,
433 ACPI_FORMAT_UINT64 (ObjDesc->Processor.Address));
438 AcpiOsPrintf ("Notify Object: %p\n", ObjDesc);
444 (UINT32) ObjDesc->Method.ParamCount,
445 ObjDesc->Method.AmlLength, ObjDesc
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsobject.c185 ACPI_OPERAND_OBJECT *ObjDesc; local
237 ObjDesc = AcpiUtCreateInternalObject (
239 if (!ObjDesc)
245 WalkState, Op, Op->Common.AmlOpcode, &ObjDesc);
248 AcpiUtRemoveReference (ObjDesc);
259 ObjDesc->Reference.Resolved = TRUE;
262 !ObjDesc->Reference.Node)
268 ObjDesc->Reference.Node = WalkState->ScopeInfo->Scope.Node;
269 ObjDesc->Reference.Aml = Op->Common.Aml;
270 ObjDesc
303 ACPI_OPERAND_OBJECT *ObjDesc; local
416 ACPI_OPERAND_OBJECT *ObjDesc; local
488 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddsargs.c294 * PARAMETERS: ObjDesc - A valid BufferField object
305 ACPI_OPERAND_OBJECT *ObjDesc)
312 ACPI_FUNCTION_TRACE_PTR (DsGetBufferFieldArguments, ObjDesc);
315 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
322 ExtraDesc = AcpiNsGetSecondaryObject (ObjDesc);
323 Node = ObjDesc->BufferField.Node;
343 * PARAMETERS: ObjDesc - A valid BankField object
354 ACPI_OPERAND_OBJECT *ObjDesc)
361 ACPI_FUNCTION_TRACE_PTR (DsGetBankFieldArguments, ObjDesc);
364 if (ObjDesc
304 AcpiDsGetBufferFieldArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
353 AcpiDsGetBankFieldArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
402 AcpiDsGetBufferArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
452 AcpiDsGetPackageArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
503 AcpiDsGetRegionArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
[all...]
H A Ddsopcode.c170 ACPI_OPERAND_OBJECT *ObjDesc,
193 ACPI_OPERAND_OBJECT *ObjDesc; local
197 ObjDesc = AcpiNsGetAttachedObject (ObjHandle);
201 Status = AcpiEvInitializeRegion (ObjDesc);
211 * ObjDesc - BufferField object
226 ACPI_OPERAND_OBJECT *ObjDesc,
239 ACPI_FUNCTION_TRACE_PTR (DsInitBufferField, ObjDesc);
370 ObjDesc, FieldFlags, 0, BitOffset, BitCount);
376 ObjDesc->BufferField.BufferObj = BufferDesc;
377 ObjDesc
224 AcpiDsInitBufferField( UINT16 AmlOpcode, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT *BufferDesc, ACPI_OPERAND_OBJECT *OffsetDesc, ACPI_OPERAND_OBJECT *LengthDesc, ACPI_OPERAND_OBJECT *ResultDesc) argument
434 ACPI_OPERAND_OBJECT *ObjDesc; local
521 ACPI_OPERAND_OBJECT *ObjDesc; local
632 ACPI_OPERAND_OBJECT *ObjDesc; local
745 AcpiDsEvalDataObjectOperands( ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op, ACPI_OPERAND_OBJECT *ObjDesc) argument
868 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddspkginit.c210 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
242 ObjDesc = *ObjDescPtr;
243 if (!ObjDesc)
245 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_PACKAGE);
246 *ObjDescPtr = ObjDesc;
247 if (!ObjDesc)
252 ObjDesc->Package.Node = Parent->Common.Node;
255 if (ObjDesc->Package.Flags & AOPOBJ_DATA_VALID) /* Just in case */
266 if (!ObjDesc->Package.Elements)
268 ObjDesc
[all...]
H A Ddsmethod.c182 * ObjDesc - Method object attached to node
204 ACPI_OPERAND_OBJECT *ObjDesc)
220 Op = AcpiPsAllocOp (AML_METHOD_OP, ObjDesc->Method.AmlStart);
239 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, NULL, 0);
400 * PARAMETERS: ObjDesc - The method object
447 * ObjDesc - The method object
462 ACPI_OPERAND_OBJECT *ObjDesc,
476 AcpiExStartTraceMethod (MethodNode, ObjDesc, WalkState);
480 if (ObjDesc
202 AcpiDsAutoSerializeMethod( ACPI_NAMESPACE_NODE *Node, ACPI_OPERAND_OBJECT *ObjDesc) argument
460 AcpiDsBeginMethodExecution( ACPI_NAMESPACE_NODE *MethodNode, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
647 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutids.c184 ACPI_OPERAND_OBJECT *ObjDesc; local
194 ACPI_BTYPE_INTEGER | ACPI_BTYPE_STRING, &ObjDesc);
202 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
208 Length = ObjDesc->String.Length + 1;
227 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
229 AcpiExEisaIdToString (Hid->String, ObjDesc->Integer.Value);
233 strcpy (Hid->String, ObjDesc->String.Pointer);
244 AcpiUtRemoveReference (ObjDesc);
272 ACPI_OPERAND_OBJECT *ObjDesc; local
282 ACPI_BTYPE_INTEGER | ACPI_BTYPE_STRING, &ObjDesc);
366 ACPI_OPERAND_OBJECT *ObjDesc; local
518 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Duteval.c334 ACPI_OPERAND_OBJECT *ObjDesc; local
342 ACPI_BTYPE_INTEGER, &ObjDesc);
350 *Value = ObjDesc->Integer.Value;
354 AcpiUtRemoveReference (ObjDesc);
381 ACPI_OPERAND_OBJECT *ObjDesc; local
389 ACPI_BTYPE_INTEGER, &ObjDesc);
412 *Flags = (UINT32) ObjDesc->Integer.Value;
416 AcpiUtRemoveReference (ObjDesc);
446 ACPI_OPERAND_OBJECT *ObjDesc; local
463 ACPI_BTYPE_INTEGER, &ObjDesc);
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drscreate.c349 ACPI_OPERAND_OBJECT *ObjDesc; local
431 ObjDesc = SubObjectList[0];
432 if (!ObjDesc || ObjDesc->Common.Type != ACPI_TYPE_INTEGER)
436 Index, AcpiUtGetObjectTypeName (ObjDesc)));
440 UserPrt->Address = ObjDesc->Integer.Value;
444 ObjDesc = SubObjectList[1];
445 if (!ObjDesc || ObjDesc->Common.Type != ACPI_TYPE_INTEGER)
448 Index, AcpiUtGetObjectTypeName (ObjDesc)));
[all...]
H A Drsutils.c633 ACPI_OPERAND_OBJECT *ObjDesc; local
645 Node, METHOD_NAME__PRT, ACPI_BTYPE_PACKAGE, &ObjDesc);
655 Status = AcpiRsCreatePciRoutingTable (ObjDesc, RetBuffer);
659 AcpiUtRemoveReference (ObjDesc);
687 ACPI_OPERAND_OBJECT *ObjDesc; local
699 Node, METHOD_NAME__CRS, ACPI_BTYPE_BUFFER, &ObjDesc);
710 Status = AcpiRsCreateResourceList (ObjDesc, RetBuffer);
714 AcpiUtRemoveReference (ObjDesc);
742 ACPI_OPERAND_OBJECT *ObjDesc; local
754 Node, METHOD_NAME__PRS, ACPI_BTYPE_BUFFER, &ObjDesc);
797 ACPI_OPERAND_OBJECT *ObjDesc; local
854 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devhandler.c278 ACPI_OPERAND_OBJECT *ObjDesc; local
284 ObjDesc = AcpiNsGetAttachedObject (Node);
285 if (ObjDesc)
287 HandlerObj = ObjDesc->CommonNotify.Handler;
336 ACPI_OPERAND_OBJECT *ObjDesc; local
374 ObjDesc = AcpiNsGetAttachedObject (Node);
375 if (!ObjDesc)
384 if (ObjDesc->Common.Type == ACPI_TYPE_DEVICE)
389 HandlerObj->AddressSpace.SpaceId, ObjDesc->CommonNotify.Handler);
397 ObjDesc, NextHandlerOb
504 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]

Completed in 84 milliseconds

123