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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Ddock.c53 struct list_head dependent_devices; member in struct:dock_station
107 list_add_tail(&dd->list, &ds->dependent_devices);
157 list_for_each_entry(dd, &ds->dependent_devices, list) {
319 list_for_each_entry(dd, &ds->dependent_devices, list) {
707 INIT_LIST_HEAD(&dock_station->dependent_devices);
795 list_for_each_entry_safe(dd, tmp, &dock_station->dependent_devices,

Completed in 40 milliseconds