Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/base/
Ddriver.c20 static struct device *next_device(struct klist_iter *i) in next_device() function
129 while (!error && (dev = next_device(&i))) in driver_for_each_device()
163 while ((dev = next_device(&i))) in driver_find_device()
Dbus.c322 static struct device *next_device(struct klist_iter *i) in next_device() function
367 while (!error && (dev = next_device(&i))) in bus_for_each_dev()
403 while ((dev = next_device(&i))) in bus_find_device()
Dcore.c3879 static struct device *next_device(struct klist_iter *i) in next_device() function
3959 while (!error && (child = next_device(&i))) in device_for_each_child()
4023 while ((child = next_device(&i))) in device_find_child()
4051 while ((child = next_device(&i))) in device_find_child_by_name()
/linux-6.6.21/drivers/net/ethernet/ti/
Dtlan.h172 struct net_device *next_device; member
Dtlan.c572 priv->next_device = tlan_eisa_devices; in tlan_probe1()
616 tlan_eisa_devices = priv->next_device; in tlan_eisa_cleanup()
/linux-6.6.21/drivers/tty/
Dsynclink_gt.c214 struct slgt_info *next_device; /* device list link */ member
597 info = info->next_device; in open()
1241 info = info->next_device; in synclink_gt_proc_show()
3416 info->next_device = NULL; in add_device()
3431 while(current_dev->next_device) in add_device()
3432 current_dev = current_dev->next_device; in add_device()
3433 current_dev->next_device = info; in add_device()
3632 for (info=slgt_device_list ; info != NULL ; info=info->next_device) in slgt_cleanup()
3642 info = info->next_device; in slgt_cleanup()
3656 info = info->next_device; in slgt_cleanup()
/linux-6.6.21/fs/btrfs/
Dvolumes.c1989 struct btrfs_device *next_device; in btrfs_find_next_active_device() local
1991 list_for_each_entry(next_device, &fs_devs->devices, dev_list) { in btrfs_find_next_active_device()
1992 if (next_device != device && in btrfs_find_next_active_device()
1993 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device()
1994 && next_device->bdev) in btrfs_find_next_active_device()
1995 return next_device; in btrfs_find_next_active_device()
2008 struct btrfs_device *next_device) in btrfs_assign_next_active_device() argument
2012 if (!next_device) in btrfs_assign_next_active_device()
2013 next_device = btrfs_find_next_active_device(fs_info->fs_devices, in btrfs_assign_next_active_device()
2015 ASSERT(next_device); in btrfs_assign_next_active_device()
[all …]
/linux-6.6.21/drivers/block/drbd/
Ddrbd_nl.c3632 next_device: in drbd_adm_dump_peer_devices()
3646 goto next_device; in drbd_adm_dump_peer_devices()
3658 goto next_device; in drbd_adm_dump_peer_devices()