Lines Matching defs:dependent_devices
34 struct list_head dependent_devices;
82 list_add_tail(&dd->list, &ds->dependent_devices);
154 list_for_each_entry(dd, &ds->dependent_devices, list)
233 list_for_each_entry_reverse(dd, &ds->dependent_devices, list)
237 list_for_each_entry_reverse(dd, &ds->dependent_devices, list)
256 list_for_each_entry(dd, &ds->dependent_devices, list)
260 list_for_each_entry(dd, &ds->dependent_devices, list)
269 list_for_each_entry(dd, &ds->dependent_devices, list) {
300 list_for_each_entry(dd, &ds->dependent_devices, list)
612 INIT_LIST_HEAD(&dock_station->dependent_devices);