Home
last modified time | relevance | path

Searched refs:dock_handle (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi_dock.c154 acpi_dock_is_ejd_device(ACPI_HANDLE dock_handle, ACPI_HANDLE handle) in acpi_dock_is_ejd_device() argument
170 if (dock_handle == acpi_GetReference(NULL, obj)) in acpi_dock_is_ejd_device()
204 ACPI_HANDLE dock_handle; in acpi_dock_insert_child() local
207 dock_handle = acpi_get_handle(dock_dev); in acpi_dock_insert_child()
209 if (!acpi_dock_is_ejd_device(dock_handle, handle)) in acpi_dock_insert_child()
294 ACPI_HANDLE dock_handle; in acpi_dock_eject_child() local
297 dock_handle = acpi_get_handle(dock_dev); in acpi_dock_eject_child()
299 if (!acpi_dock_is_ejd_device(dock_handle, handle)) in acpi_dock_eject_child()