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.
143 * @ds: the dock station
175 * is_dock_device - see if a device is on a dock station
178 * If this device is either the dock station itself,
179 * or is a device dependent on the dock station, then it
201 * dock_present - see if the dock station is present.
202 * @ds: the dock station
221 * hot_remove_dock_devices - Remove dock station devices.
222 * @ds: Dock station.
242 * hotplug_dock_devices - Insert devices on a dock station.
243 * @ds: the dock station
246 * Some devices on the dock station need to have drivers called
294 * Indicate that the status of the dock station has in dock_event()
309 * @ds: the dock station
367 * @ds: the dock station
415 * @adev: Dock station's ACPI device object.
440 * dock station: BUS_CHECK - docked or surprise removal in dock_notify()
582 * acpi_dock_add - Add a new dock station
583 * @adev: Dock station ACPI device object.
585 * allocated and initialize a new dock station device.
628 /* add the dock station as a device dependent on itself */ in acpi_dock_add()
636 dev_info(&adev->dev, "ACPI dock station (docks/bays count: %d)\n", in acpi_dock_add()