Home | History | Annotate | Download | only in events

Lines Matching refs:Device

168  * PARAMETERS:  Device          - Handle for the device
191 ACPI_HANDLE Device,
207 if (!Device)
218 /* Convert and validate the device handle */
220 Node = AcpiNsValidateHandle (Device);
250 ACPI_HANDLE Device,
256 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, TRUE);
263 ACPI_HANDLE Device,
269 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, FALSE);
279 * PARAMETERS: Device - Handle for the device
291 ACPI_HANDLE Device,
308 if (!Device)
319 /* Convert and validate the device handle */
321 Node = AcpiNsValidateHandle (Device);
363 "on Device %p(%p)\n",
425 * PARAMETERS: Device - Handle for the device
436 ACPI_HANDLE Device,
448 if (!Device)
459 /* Convert and validate the device handle */
461 Node = AcpiNsValidateHandle (Device);