Searched refs:dependent_devices (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/acpi/ |
D | dock.c | 49 struct list_head dependent_devices; member 97 list_add_tail(&dd->list, &ds->dependent_devices); in add_dock_dependent_device() 169 list_for_each_entry(dd, &ds->dependent_devices, list) in find_dock_dependent_device() 248 list_for_each_entry_reverse(dd, &ds->dependent_devices, list) in hot_remove_dock_devices() 251 list_for_each_entry_reverse(dd, &ds->dependent_devices, list) in hot_remove_dock_devices() 270 list_for_each_entry(dd, &ds->dependent_devices, list) in hotplug_dock_devices() 274 list_for_each_entry(dd, &ds->dependent_devices, list) in hotplug_dock_devices() 283 list_for_each_entry(dd, &ds->dependent_devices, list) { in hotplug_dock_devices() 313 list_for_each_entry(dd, &ds->dependent_devices, list) in dock_event() 624 INIT_LIST_HEAD(&dock_station->dependent_devices); in acpi_dock_add()
|