Searched refs:next_device (Results 1 – 9 of 9) 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()
256 static struct device *next_device(struct klist_iter *i) in next_device() function300 while (!error && (dev = next_device(&i))) in bus_for_each_dev()334 while ((dev = next_device(&i))) in bus_find_device()363 dev = next_device(&i); in subsys_find_device_by_id()372 while ((dev = next_device(&i))) { in subsys_find_device_by_id()
3632 static struct device *next_device(struct klist_iter *i) in next_device() function3713 while (!error && (child = next_device(&i))) in device_for_each_child()3777 while ((child = next_device(&i))) in device_find_child()3805 while ((child = next_device(&i))) in device_find_child_by_name()
168 struct _mgslpc_info *next_device; /* device list link */ member2477 info = info->next_device; in mgslpc_open()2603 info = info->next_device; in mgslpc_proc_show()2675 info->next_device = NULL; in mgslpc_add_device()2690 while (current_dev->next_device) in mgslpc_add_device()2691 current_dev = current_dev->next_device; in mgslpc_add_device()2692 current_dev->next_device = info; in mgslpc_add_device()2723 current_dev->next_device = NULL; in mgslpc_add_device()2738 last->next_device = info->next_device; in mgslpc_remove_device()2740 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()1249 info = info->next_device; in synclink_gt_proc_show()3428 info->next_device = NULL; in add_device()3443 while(current_dev->next_device) in add_device()3444 current_dev = current_dev->next_device; in add_device()3445 current_dev->next_device = info; in add_device()3647 for (info=slgt_device_list ; info != NULL ; info=info->next_device) in slgt_cleanup()3657 info = info->next_device; in slgt_cleanup()3671 info = info->next_device; in slgt_cleanup()
1993 struct btrfs_device *next_device; in btrfs_find_next_active_device() local1995 list_for_each_entry(next_device, &fs_devs->devices, dev_list) { in btrfs_find_next_active_device()1996 if (next_device != device && in btrfs_find_next_active_device()1997 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device()1998 && next_device->bdev) in btrfs_find_next_active_device()1999 return next_device; in btrfs_find_next_active_device()2012 struct btrfs_device *next_device) in btrfs_assign_next_active_device() argument2016 if (!next_device) in btrfs_assign_next_active_device()2019 ASSERT(next_device); in btrfs_assign_next_active_device()2023 fs_info->sb->s_bdev = next_device->bdev; 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()
Completed in 57 milliseconds