Home
last modified time | relevance | path

Searched refs:dependent_devices (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/acpi/
Ddock.c54 struct list_head dependent_devices; member
102 list_add_tail(&dd->list, &ds->dependent_devices); in add_dock_dependent_device()
174 list_for_each_entry(dd, &ds->dependent_devices, list) in find_dock_dependent_device()
253 list_for_each_entry_reverse(dd, &ds->dependent_devices, list) in hot_remove_dock_devices()
256 list_for_each_entry_reverse(dd, &ds->dependent_devices, list) in hot_remove_dock_devices()
275 list_for_each_entry(dd, &ds->dependent_devices, list) in hotplug_dock_devices()
279 list_for_each_entry(dd, &ds->dependent_devices, list) in hotplug_dock_devices()
288 list_for_each_entry(dd, &ds->dependent_devices, list) { in hotplug_dock_devices()
318 list_for_each_entry(dd, &ds->dependent_devices, list) in dock_event()
628 INIT_LIST_HEAD(&dock_station->dependent_devices); in acpi_dock_add()