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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Ddock.c67 struct list_head dependent_devices; member in struct:dock_station
116 list_add_tail(&dd->list, &ds->dependent_devices);
168 list_for_each_entry(dd, &ds->dependent_devices, list) {
383 list_for_each_entry(dd, &ds->dependent_devices, list) {
955 INIT_LIST_HEAD(&dock_station->dependent_devices);
1005 list_for_each_entry_safe(dd, tmp, &ds->dependent_devices, list)

Completed in 35 milliseconds