Lines Matching refs:list
43 struct list_head list;
69 * Add the dependent device to the dock's dependent device list.
81 INIT_LIST_HEAD(&dd->list);
82 list_add_tail(&dd->list, &ds->dependent_devices);
146 * iterate over the dependent device list for this dock. If the
154 list_for_each_entry(dd, &ds->dependent_devices, list)
229 * Walk the list in reverse order so that devices that have been added
233 list_for_each_entry_reverse(dd, &ds->dependent_devices, list)
237 list_for_each_entry_reverse(dd, &ds->dependent_devices, list)
248 * Traverse the list of dock devices that have registered a
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) {
299 list_for_each_entry(dd, &ds->dependent_devices, list)