Home
last modified time | relevance | path

Searched refs:next_device (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/base/
H A Dbus.c324 static struct device *next_device(struct klist_iter *i) in next_device() function
382 while (!error && (dev = next_device(&i))) in bus_for_each_dev()
418 while ((dev = next_device(&i))) { in bus_find_device()
H A Dcore.c3937 static struct device *next_device(struct klist_iter *i) in next_device() function
4017 while (!error && (child = next_device(&i))) in device_for_each_child()
4116 while ((child = next_device(&i))) { in device_find_child()
/linux/drivers/net/ethernet/ti/
H A Dtlan.h172 struct net_device *next_device; member
H A Dtlan.c572 priv->next_device = tlan_eisa_devices; in tlan_probe1()
616 tlan_eisa_devices = priv->next_device; in tlan_eisa_cleanup()
/linux/drivers/tty/
H A Dsynclink_gt.c215 struct slgt_info *next_device; /* device list link */ member
598 info = info->next_device; in open()
1242 info = info->next_device; in synclink_gt_proc_show()
3417 info->next_device = NULL; in add_device()
3432 while(current_dev->next_device) in add_device()
3433 current_dev = current_dev->next_device; in add_device()
3434 current_dev->next_device = info; in add_device()
3633 for (info=slgt_device_list ; info != NULL ; info=info->next_device) in slgt_cleanup()
3643 info = info->next_device; in slgt_cleanup()
3657 info = info->next_device; in slgt_cleanup()
/linux/fs/btrfs/
H A Dvolumes.c2190 struct btrfs_device *next_device; in btrfs_find_next_active_device() local
2192 list_for_each_entry(next_device, &fs_devs->devices, dev_list) { in btrfs_find_next_active_device()
2193 if (next_device != device && in btrfs_find_next_active_device()
2194 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device()
2195 && next_device->bdev) in btrfs_find_next_active_device()
2196 return next_device; in btrfs_find_next_active_device()
2209 struct btrfs_device *next_device) in btrfs_assign_next_active_device() argument
2213 if (!next_device) in btrfs_assign_next_active_device()
2214 next_device = btrfs_find_next_active_device(fs_info->fs_devices, in btrfs_assign_next_active_device()
2216 ASSERT(next_device); in btrfs_assign_next_active_device()
[all …]
/linux/drivers/block/drbd/
H A Ddrbd_nl.c3642 next_device: in drbd_adm_dump_peer_devices()
3656 goto next_device; in drbd_adm_dump_peer_devices()
3668 goto next_device; in drbd_adm_dump_peer_devices()