Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/
Ddriver.c20 static struct device *next_device(struct klist_iter *i) in next_device() function
54 while (!error && (dev = next_device(&i))) in driver_for_each_device()
88 while ((dev = next_device(&i))) in driver_find_device()
Dbus.c260 static struct device *next_device(struct klist_iter *i) in next_device() function
304 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()
Dcore.c3195 static struct device *next_device(struct klist_iter *i) in next_device() function
3276 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()
/kernel/linux/linux-5.10/drivers/char/pcmcia/
Dsynclink_cs.c168 struct _mgslpc_info *next_device; /* device list link */ member
2485 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 …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/tty/
Dsynclink_gt.c216 struct slgt_info *next_device; /* device list link */ member
606 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()
Dsynclinkmp.c175 struct _synclinkmp_info *next_device; /* device list link */ member
726 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()
Dsynclink.c198 struct mgsl_struct *next_device; /* device list link */ member
3352 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()
/kernel/linux/linux-5.10/fs/btrfs/
Dvolumes.c2004 struct btrfs_device *next_device; in btrfs_find_next_active_device() local
2006 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() argument
2027 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 …]
/kernel/linux/linux-5.10/drivers/block/drbd/
Ddrbd_nl.c3688 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()