Lines Matching defs:ObjDesc
255 * PARAMETERS: ObjDesc - The object descriptor for this op
266 ACPI_OPERAND_OBJECT *ObjDesc)
274 if (ObjDesc)
276 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1);
288 * ObjDesc - The object descriptor for this op
301 ACPI_OPERAND_OBJECT *ObjDesc)
309 if (ObjDesc)
311 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore,
323 * PARAMETERS: ObjDesc - The object descriptor for this op
333 ACPI_OPERAND_OBJECT *ObjDesc)
349 (void) AcpiOsDeleteSemaphore (ObjDesc->Event.OsSemaphore);
350 ObjDesc->Event.OsSemaphore = TempSemaphore;