Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_dock.c203 device_t dock_dev, dev; in acpi_dock_insert_child() local
206 dock_dev = (device_t)context; in acpi_dock_insert_child()
207 dock_handle = acpi_get_handle(dock_dev); in acpi_dock_insert_child()
212 ACPI_VPRINT(dock_dev, acpi_device_get_parent_softc(dock_dev), in acpi_dock_insert_child()
232 device_printf(dock_dev, "error: %s has no associated device\n", in acpi_dock_insert_child()
293 device_t dock_dev, dev; in acpi_dock_eject_child() local
296 dock_dev = *(device_t *)context; in acpi_dock_eject_child()
297 dock_handle = acpi_get_handle(dock_dev); in acpi_dock_eject_child()
302 ACPI_VPRINT(dock_dev, acpi_device_get_parent_softc(dock_dev), in acpi_dock_eject_child()