Searched refs:next_device (Results 1 – 11 of 11) sorted by relevance
20 static struct device *next_device(struct klist_iter *i) in next_device() function54 while (!error && (dev = next_device(&i))) in driver_for_each_device()88 while ((dev = next_device(&i))) in driver_find_device()
260 static struct device *next_device(struct klist_iter *i) in next_device() function304 while (!error && (dev = next_device(&i))) in bus_for_each_dev()338 while ((dev = next_device(&i))) in bus_find_device()367 dev = next_device(&i); in subsys_find_device_by_id()376 while ((dev = next_device(&i))) { in subsys_find_device_by_id()
3195 static struct device *next_device(struct klist_iter *i) in next_device() function3276 while (!error && (child = next_device(&i))) in device_for_each_child()3340 while ((child = next_device(&i))) in device_find_child()3368 while ((child = next_device(&i))) in device_find_child_by_name()
168 struct _mgslpc_info *next_device; /* device list link */ member2485 info = info->next_device; in mgslpc_open()2613 info = info->next_device; in mgslpc_proc_show()2685 info->next_device = NULL; in mgslpc_add_device()2700 while (current_dev->next_device) in mgslpc_add_device()2701 current_dev = current_dev->next_device; in mgslpc_add_device()2702 current_dev->next_device = info; in mgslpc_add_device()2733 current_dev->next_device = NULL; in mgslpc_add_device()2748 last->next_device = info->next_device; in mgslpc_remove_device()2750 mgslpc_device_list = info->next_device; in mgslpc_remove_device()[all …]
172 struct net_device *next_device; member
572 priv->next_device = tlan_eisa_devices; in tlan_probe1()616 tlan_eisa_devices = priv->next_device; in tlan_eisa_cleanup()
216 struct slgt_info *next_device; /* device list link */ member606 info = info->next_device; in open()1250 info = info->next_device; in synclink_gt_proc_show()3440 info->next_device = NULL; in add_device()3455 while(current_dev->next_device) in add_device()3456 current_dev = current_dev->next_device; in add_device()3457 current_dev->next_device = info; in add_device()3662 for (info=slgt_device_list ; info != NULL ; info=info->next_device) in slgt_cleanup()3674 info = info->next_device; in slgt_cleanup()3688 info = info->next_device; in slgt_cleanup()
175 struct _synclinkmp_info *next_device; /* device list link */ member726 info = info->next_device; in install()1418 info = info->next_device; in synclinkmp_proc_show()3668 info->next_device = NULL; in add_device()3683 while( current_dev->next_device ) in add_device()3684 current_dev = current_dev->next_device; in add_device()3685 current_dev->next_device = info; in add_device()3909 info = info->next_device; in synclinkmp_cleanup()3926 info = info->next_device; in synclinkmp_cleanup()
198 struct mgsl_struct *next_device; /* device list link */ member3352 info = info->next_device; in mgsl_install()3524 info = info->next_device; in mgsl_proc_show()4083 info->next_device = NULL; in mgsl_add_device()4112 while( current_dev->next_device ) in mgsl_add_device()4113 current_dev = current_dev->next_device; in mgsl_add_device()4114 current_dev->next_device = info; in mgsl_add_device()4264 info = info->next_device; in synclink_cleanup()
2004 struct btrfs_device *next_device; in btrfs_find_next_active_device() local2006 list_for_each_entry(next_device, &fs_devs->devices, dev_list) { in btrfs_find_next_active_device()2007 if (next_device != device && in btrfs_find_next_active_device()2008 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device()2009 && next_device->bdev) in btrfs_find_next_active_device()2010 return next_device; in btrfs_find_next_active_device()2023 struct btrfs_device *next_device) in btrfs_assign_next_active_device() argument2027 if (!next_device) in btrfs_assign_next_active_device()2028 next_device = btrfs_find_next_active_device(fs_info->fs_devices, in btrfs_assign_next_active_device()2030 ASSERT(next_device); in btrfs_assign_next_active_device()[all …]
3688 next_device: in drbd_adm_dump_peer_devices()3702 goto next_device; in drbd_adm_dump_peer_devices()3714 goto next_device; in drbd_adm_dump_peer_devices()