next_device       303 drivers/base/bus.c 	while (!error && (dev = next_device(&i)))
next_device       337 drivers/base/bus.c 	while ((dev = next_device(&i)))
next_device       366 drivers/base/bus.c 		dev = next_device(&i);
next_device       375 drivers/base/bus.c 	while ((dev = next_device(&i))) {
next_device      2507 drivers/base/core.c 	while (!error && (child = next_device(&i)))
next_device      2571 drivers/base/core.c 	while ((child = next_device(&i)))
next_device      2599 drivers/base/core.c 	while ((child = next_device(&i)))
next_device        53 drivers/base/driver.c 	while (!error && (dev = next_device(&i)))
next_device        87 drivers/base/driver.c 	while ((dev = next_device(&i)))
next_device      3700 drivers/block/drbd/drbd_nl.c next_device:
next_device      3714 drivers/block/drbd/drbd_nl.c 		goto next_device;
next_device      3726 drivers/block/drbd/drbd_nl.c 	goto next_device;
next_device       168 drivers/char/pcmcia/synclink_cs.c 	struct _mgslpc_info	*next_device;	/* device list link */
next_device      2485 drivers/char/pcmcia/synclink_cs.c 		info = info->next_device;
next_device      2613 drivers/char/pcmcia/synclink_cs.c 		info = info->next_device;
next_device      2685 drivers/char/pcmcia/synclink_cs.c 	info->next_device = NULL;
next_device      2700 drivers/char/pcmcia/synclink_cs.c 		while (current_dev->next_device)
next_device      2701 drivers/char/pcmcia/synclink_cs.c 			current_dev = current_dev->next_device;
next_device      2702 drivers/char/pcmcia/synclink_cs.c 		current_dev->next_device = info;
next_device      2733 drivers/char/pcmcia/synclink_cs.c 		current_dev->next_device = NULL;
next_device      2748 drivers/char/pcmcia/synclink_cs.c 				last->next_device = info->next_device;
next_device      2750 drivers/char/pcmcia/synclink_cs.c 				mgslpc_device_list = info->next_device;
next_device      2762 drivers/char/pcmcia/synclink_cs.c 		info = info->next_device;
next_device       191 drivers/macintosh/via-macii.c 	int next_device;
next_device       199 drivers/macintosh/via-macii.c 		next_device = ffs(autopoll_devs & ~device_mask) - 1;
next_device       201 drivers/macintosh/via-macii.c 		next_device = ffs(autopoll_devs) - 1;
next_device       203 drivers/macintosh/via-macii.c 	adb_request(&req, NULL, ADBREQ_NOSEND, 1, ADB_READREG(next_device, 0));
next_device       593 drivers/net/ethernet/ti/tlan.c 		priv->next_device = tlan_eisa_devices;
next_device       637 drivers/net/ethernet/ti/tlan.c 		tlan_eisa_devices = priv->next_device;
next_device       172 drivers/net/ethernet/ti/tlan.h 	struct net_device       *next_device;
next_device       198 drivers/tty/synclink.c 	struct mgsl_struct	*next_device;	/* device list link */
next_device      3353 drivers/tty/synclink.c 		info = info->next_device;
next_device      3531 drivers/tty/synclink.c 		info = info->next_device;
next_device      4164 drivers/tty/synclink.c 	info->next_device = NULL;
next_device      4193 drivers/tty/synclink.c 		while( current_dev->next_device )
next_device      4194 drivers/tty/synclink.c 			current_dev = current_dev->next_device;
next_device      4195 drivers/tty/synclink.c 		current_dev->next_device = info;
next_device      4351 drivers/tty/synclink.c 		info = info->next_device;
next_device       242 drivers/tty/synclink_gt.c 	struct slgt_info *next_device;	/* device list link */
next_device       661 drivers/tty/synclink_gt.c 		info = info->next_device;
next_device      1305 drivers/tty/synclink_gt.c 		info = info->next_device;
next_device      3492 drivers/tty/synclink_gt.c 	info->next_device = NULL;
next_device      3507 drivers/tty/synclink_gt.c 		while(current_dev->next_device)
next_device      3508 drivers/tty/synclink_gt.c 			current_dev = current_dev->next_device;
next_device      3509 drivers/tty/synclink_gt.c 		current_dev->next_device = info;
next_device      3714 drivers/tty/synclink_gt.c 		for (info=slgt_device_list ; info != NULL ; info=info->next_device)
next_device      3726 drivers/tty/synclink_gt.c 		info = info->next_device;
next_device      3740 drivers/tty/synclink_gt.c 		info = info->next_device;
next_device       175 drivers/tty/synclinkmp.c 	struct _synclinkmp_info	*next_device;	/* device list link */
next_device       726 drivers/tty/synclinkmp.c 		info = info->next_device;
next_device      1418 drivers/tty/synclinkmp.c 		info = info->next_device;
next_device      3671 drivers/tty/synclinkmp.c 	info->next_device = NULL;
next_device      3686 drivers/tty/synclinkmp.c 		while( current_dev->next_device )
next_device      3687 drivers/tty/synclinkmp.c 			current_dev = current_dev->next_device;
next_device      3688 drivers/tty/synclinkmp.c 		current_dev->next_device = info;
next_device      3912 drivers/tty/synclinkmp.c 		info = info->next_device;
next_device      3929 drivers/tty/synclinkmp.c 		info = info->next_device;
next_device      2078 fs/btrfs/volumes.c 	struct btrfs_device *next_device;
next_device      2080 fs/btrfs/volumes.c 	list_for_each_entry(next_device, &fs_devs->devices, dev_list) {
next_device      2081 fs/btrfs/volumes.c 		if (next_device != device &&
next_device      2082 fs/btrfs/volumes.c 		    !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state)
next_device      2083 fs/btrfs/volumes.c 		    && next_device->bdev)
next_device      2084 fs/btrfs/volumes.c 			return next_device;
next_device      2100 fs/btrfs/volumes.c 	struct btrfs_device *next_device;
next_device      2103 fs/btrfs/volumes.c 		next_device = this_dev;
next_device      2105 fs/btrfs/volumes.c 		next_device = btrfs_find_next_active_device(fs_info->fs_devices,
next_device      2107 fs/btrfs/volumes.c 	ASSERT(next_device);
next_device      2111 fs/btrfs/volumes.c 		fs_info->sb->s_bdev = next_device->bdev;
next_device      2114 fs/btrfs/volumes.c 		fs_info->fs_devices->latest_bdev = next_device->bdev;