Searched refs:next_device (Results 1 – 12 of 12) sorted by relevance
19 static struct device *next_device(struct klist_iter *i) in next_device() function53 while (!error && (dev = next_device(&i))) in driver_for_each_device()87 while ((dev = next_device(&i))) in driver_find_device()
266 static struct device *next_device(struct klist_iter *i) in next_device() function310 while (!error && (dev = next_device(&i))) in bus_for_each_dev()344 while ((dev = next_device(&i))) in bus_find_device()397 dev = next_device(&i); in subsys_find_device_by_id()406 while ((dev = next_device(&i))) { in subsys_find_device_by_id()
2131 static struct device *next_device(struct klist_iter *i) in next_device() function2212 while (!error && (child = next_device(&i))) in device_for_each_child()2276 while ((child = next_device(&i))) in device_find_child()
205 int next_device; in macii_queue_poll() local212 next_device = ffs(autopoll_devs & ~device_mask) - 1; in macii_queue_poll()214 next_device = ffs(autopoll_devs) - 1; in macii_queue_poll()219 ADB_READREG(next_device, 0)); in macii_queue_poll()
168 struct _mgslpc_info *next_device; /* device list link */ member2486 info = info->next_device; in mgslpc_open()2614 info = info->next_device; in mgslpc_proc_show()2686 info->next_device = NULL; in mgslpc_add_device()2701 while (current_dev->next_device) in mgslpc_add_device()2702 current_dev = current_dev->next_device; in mgslpc_add_device()2703 current_dev->next_device = info; in mgslpc_add_device()2734 current_dev->next_device = NULL; in mgslpc_add_device()2749 last->next_device = info->next_device; in mgslpc_remove_device()2751 mgslpc_device_list = info->next_device; in mgslpc_remove_device()[all …]
172 struct net_device *next_device; member
591 priv->next_device = tlan_eisa_devices; in tlan_probe1()635 tlan_eisa_devices = priv->next_device; in tlan_eisa_cleanup()
242 struct slgt_info *next_device; /* device list link */ member661 info = info->next_device; in open()1314 info = info->next_device; in synclink_gt_proc_show()3501 info->next_device = NULL; in add_device()3516 while(current_dev->next_device) in add_device()3517 current_dev = current_dev->next_device; in add_device()3518 current_dev->next_device = info; in add_device()3723 for (info=slgt_device_list ; info != NULL ; info=info->next_device) in slgt_cleanup()3735 info = info->next_device; in slgt_cleanup()3749 info = info->next_device; in slgt_cleanup()
175 struct _synclinkmp_info *next_device; /* device list link */ member726 info = info->next_device; in install()1419 info = info->next_device; in synclinkmp_proc_show()3672 info->next_device = NULL; in add_device()3687 while( current_dev->next_device ) in add_device()3688 current_dev = current_dev->next_device; in add_device()3689 current_dev->next_device = info; in add_device()3913 info = info->next_device; in synclinkmp_cleanup()3930 info = info->next_device; in synclinkmp_cleanup()
198 struct mgsl_struct *next_device; /* device list link */ member3354 info = info->next_device; in mgsl_install()3532 info = info->next_device; in mgsl_proc_show()4165 info->next_device = NULL; in mgsl_add_device()4194 while( current_dev->next_device ) in mgsl_add_device()4195 current_dev = current_dev->next_device; in mgsl_add_device()4196 current_dev->next_device = info; in mgsl_add_device()4387 info = info->next_device; in synclink_cleanup()
1818 struct btrfs_device *next_device; in btrfs_find_next_active_device() local1820 list_for_each_entry(next_device, &fs_devs->devices, dev_list) { in btrfs_find_next_active_device()1821 if (next_device != device && in btrfs_find_next_active_device()1822 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device()1823 && next_device->bdev) in btrfs_find_next_active_device()1824 return next_device; in btrfs_find_next_active_device()1840 struct btrfs_device *next_device; in btrfs_assign_next_active_device() local1843 next_device = this_dev; in btrfs_assign_next_active_device()1845 next_device = btrfs_find_next_active_device(fs_info->fs_devices, in btrfs_assign_next_active_device()1847 ASSERT(next_device); in btrfs_assign_next_active_device()[all …]
3646 next_device: in drbd_adm_dump_peer_devices()3660 goto next_device; in drbd_adm_dump_peer_devices()3672 goto next_device; in drbd_adm_dump_peer_devices()