Searched refs:dock (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_dock.c53 #define ACPI_DOCK_ISOLATE 0 /* Isolate from dock connector */
54 #define ACPI_DOCK_CONNECT 1 /* Connect to dock */
65 ACPI_SERIAL_DECL(dock, "ACPI Docking Station");
94 acpi_dock_execute_dck(device_t dev, int dock) argument
106 argobj.Integer.Value = dock;
116 if (dock == ACPI_DOCK_ISOLATE)
219 * If the system boot up w/o Docking, the devices under the dock
223 * AcpiInitializeObjects(), however the devices under the dock
264 ACPI_SERIAL_ASSERT(dock);
338 ACPI_SERIAL_ASSERT(dock);
[all...]

Completed in 103 milliseconds