Searched refs:dependent_devices (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/ |
H 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() 154 list_for_each_entry(dd, &ds->dependent_devices, list) in find_dock_dependent_device() 233 list_for_each_entry_reverse(dd, &ds->dependent_devices, list) in hot_remove_dock_devices() 237 list_for_each_entry_reverse(dd, &ds->dependent_devices, list) in hot_remove_dock_devices() 256 list_for_each_entry(dd, &ds->dependent_devices, list) in hotplug_dock_devices() 260 list_for_each_entry(dd, &ds->dependent_devices, list) in hotplug_dock_devices() 269 list_for_each_entry(dd, &ds->dependent_devices, list) { in hotplug_dock_devices() 299 list_for_each_entry(dd, &ds->dependent_devices, list) in dock_event() 610 INIT_LIST_HEAD(&dock_station->dependent_devices); in acpi_dock_add() [all...] |
/kernel/linux/linux-6.6/drivers/acpi/ |
H 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() 154 list_for_each_entry(dd, &ds->dependent_devices, list) in find_dock_dependent_device() 233 list_for_each_entry_reverse(dd, &ds->dependent_devices, list) in hot_remove_dock_devices() 237 list_for_each_entry_reverse(dd, &ds->dependent_devices, list) in hot_remove_dock_devices() 256 list_for_each_entry(dd, &ds->dependent_devices, list) in hotplug_dock_devices() 260 list_for_each_entry(dd, &ds->dependent_devices, list) in hotplug_dock_devices() 269 list_for_each_entry(dd, &ds->dependent_devices, list) { in hotplug_dock_devices() 300 list_for_each_entry(dd, &ds->dependent_devices, list) in dock_event() 612 INIT_LIST_HEAD(&dock_station->dependent_devices); in acpi_dock_add() [all...] |
Completed in 2 milliseconds