Lines Matching full:station
3 * dock.c - ACPI dock station driver
65 * add_dock_dependent_device - associate a device with the dock station
66 * @ds: Dock station.
129 * @ds: the dock station
161 * is_dock_device - see if a device is on a dock station
164 * If this device is either the dock station itself,
165 * or is a device dependent on the dock station, then it
187 * dock_present - see if the dock station is present.
188 * @ds: the dock station
207 * hot_remove_dock_devices - Remove dock station devices.
208 * @ds: Dock station.
228 * hotplug_dock_devices - Insert devices on a dock station.
229 * @ds: the dock station
232 * Some devices on the dock station need to have drivers called
280 * Indicate that the status of the dock station has in dock_event()
295 * @ds: the dock station
353 * @ds: the dock station
369 * @ds: The dock station to undock.
403 * @adev: Dock station's ACPI device object.
428 * dock station: BUS_CHECK - docked or surprise removal in dock_notify()
570 * acpi_dock_add - Add a new dock station
571 * @adev: Dock station ACPI device object.
573 * allocated and initialize a new dock station device.
616 /* add the dock station as a device dependent on itself */ in acpi_dock_add()
624 dev_info(&adev->dev, "ACPI dock station (docks/bays count: %d)\n", in acpi_dock_add()