• Home
  • Raw
  • Download

Lines Matching defs:ds

122 add_dock_dependent_device(struct dock_station *ds,  in add_dock_dependent_device()
138 dock_add_hotplug_device(struct dock_station *ds, in dock_add_hotplug_device()
154 dock_del_hotplug_device(struct dock_station *ds, in dock_del_hotplug_device()
171 find_dock_dependent_device(struct dock_station *ds, acpi_handle handle) in find_dock_dependent_device()
295 static int dock_present(struct dock_station *ds) in dock_present()
378 static void hotplug_dock_devices(struct dock_station *ds, u32 event) in hotplug_dock_devices()
407 static void dock_event(struct dock_station *ds, u32 event, int num) in dock_event()
440 static void eject_dock(struct dock_station *ds) in eject_dock()
471 static void handle_dock(struct dock_station *ds, int dock) in handle_dock()
498 static inline void dock(struct dock_station *ds) in dock()
503 static inline void undock(struct dock_station *ds) in undock()
508 static inline void begin_dock(struct dock_station *ds) in begin_dock()
513 static inline void complete_dock(struct dock_station *ds) in complete_dock()
519 static inline void begin_undock(struct dock_station *ds) in begin_undock()
524 static inline void complete_undock(struct dock_station *ds) in complete_undock()
529 static void dock_lock(struct dock_station *ds, int lock) in dock_lock()
556 static int dock_in_progress(struct dock_station *ds) in dock_in_progress()
669 static int handle_eject_request(struct dock_station *ds, u32 event) in handle_eject_request()
707 struct dock_station *ds = data; in dock_notify() local
770 struct dock_station *ds; member
828 struct dock_station *ds = context; in find_dock_devices() local