Searched refs:dependent_devices (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/acpi/ |
| A D | dock.c | 34 struct list_head dependent_devices; member 82 list_add_tail(&dd->list, &ds->dependent_devices); in add_dock_dependent_device() 140 list_for_each_entry(dd, &ds->dependent_devices, list) in find_dock_dependent_device() 219 list_for_each_entry_reverse(dd, &ds->dependent_devices, list) in hot_remove_dock_devices() 223 list_for_each_entry_reverse(dd, &ds->dependent_devices, list) in hot_remove_dock_devices() 242 list_for_each_entry(dd, &ds->dependent_devices, list) in hotplug_dock_devices() 246 list_for_each_entry(dd, &ds->dependent_devices, list) in hotplug_dock_devices() 255 list_for_each_entry(dd, &ds->dependent_devices, list) { in hotplug_dock_devices() 286 list_for_each_entry(dd, &ds->dependent_devices, list) in dock_event() 600 INIT_LIST_HEAD(&dock_station->dependent_devices); in acpi_dock_add()
|
Completed in 6 milliseconds