Lines Matching defs:ds
103 add_dock_dependent_device(struct dock_station *ds, acpi_handle handle) in add_dock_dependent_device()
130 dock_add_hotplug_device(struct dock_station *ds, in dock_add_hotplug_device()
146 dock_del_hotplug_device(struct dock_station *ds, in dock_del_hotplug_device()
163 find_dock_dependent_device(struct dock_station *ds, acpi_handle handle) in find_dock_dependent_device()
285 static int dock_present(struct dock_station *ds) in dock_present()
364 static void hotplug_dock_devices(struct dock_station *ds, u32 event) in hotplug_dock_devices()
392 static void dock_event(struct dock_station *ds, u32 event, int num) in dock_event()
426 static void eject_dock(struct dock_station *ds) in eject_dock()
457 static void handle_dock(struct dock_station *ds, int dock) in handle_dock()
484 static inline void dock(struct dock_station *ds) in dock()
489 static inline void undock(struct dock_station *ds) in undock()
494 static inline void begin_dock(struct dock_station *ds) in begin_dock()
499 static inline void complete_dock(struct dock_station *ds) in complete_dock()
505 static inline void begin_undock(struct dock_station *ds) in begin_undock()
510 static inline void complete_undock(struct dock_station *ds) in complete_undock()
515 static void dock_lock(struct dock_station *ds, int lock) in dock_lock()
542 static int dock_in_progress(struct dock_station *ds) in dock_in_progress()
651 static int handle_eject_request(struct dock_station *ds, u32 event) in handle_eject_request()
689 struct dock_station *ds = data; in dock_notify() local
753 struct dock_station *ds; member
810 struct dock_station *ds = context; in find_dock_devices() local
936 struct dock_station ds, *dock_station; in dock_add() local
997 static int dock_remove(struct dock_station *ds) in dock_remove()