Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/acpica/
H A Dacpi_dock.c205 device_t dock_dev, dev; in acpi_dock_insert_child() local
208 dock_dev = (device_t)context; in acpi_dock_insert_child()
209 dock_handle = acpi_get_handle(dock_dev); in acpi_dock_insert_child()
214 ACPI_VPRINT(dock_dev, acpi_device_get_parent_softc(dock_dev), in acpi_dock_insert_child()
234 device_printf(dock_dev, "error: %s has no associated device\n", in acpi_dock_insert_child()
295 device_t dock_dev, dev; in acpi_dock_eject_child() local
298 dock_dev = *(device_t *)context; in acpi_dock_eject_child()
299 dock_handle = acpi_get_handle(dock_dev); in acpi_dock_eject_child()
304 ACPI_VPRINT(dock_dev, acpi_device_get_parent_softc(dock_dev), in acpi_dock_eject_child()