Home
last modified time | relevance | path

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

/Linux-v5.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.c3166 static struct device *next_device(struct klist_iter *i) in next_device() function
3247 while (!error && (child = next_device(&i))) in device_for_each_child()
3311 while ((child = next_device(&i))) in device_find_child()
3339 while ((child = next_device(&i))) in device_find_child_by_name()
/Linux-v5.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 …]
/Linux-v5.10/drivers/net/ethernet/ti/
Dtlan.h172 struct net_device *next_device; member
Dtlan.c573 priv->next_device = tlan_eisa_devices; in tlan_probe1()
617 tlan_eisa_devices = priv->next_device; in tlan_eisa_cleanup()
/Linux-v5.10/drivers/tty/
Dsynclink_gt.c242 struct slgt_info *next_device; /* device list link */ member
661 info = info->next_device; in open()
1305 info = info->next_device; in synclink_gt_proc_show()
3493 info->next_device = NULL; in add_device()
3508 while(current_dev->next_device) in add_device()
3509 current_dev = current_dev->next_device; in add_device()
3510 current_dev->next_device = info; in add_device()
3715 for (info=slgt_device_list ; info != NULL ; info=info->next_device) in slgt_cleanup()
3727 info = info->next_device; in slgt_cleanup()
3741 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()
/Linux-v5.10/fs/btrfs/
Dvolumes.c1946 struct btrfs_device *next_device; in btrfs_find_next_active_device() local
1948 list_for_each_entry(next_device, &fs_devs->devices, dev_list) { in btrfs_find_next_active_device()
1949 if (next_device != device && in btrfs_find_next_active_device()
1950 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device()
1951 && next_device->bdev) in btrfs_find_next_active_device()
1952 return next_device; in btrfs_find_next_active_device()
1965 struct btrfs_device *next_device) in btrfs_assign_next_active_device() argument
1969 if (!next_device) in btrfs_assign_next_active_device()
1970 next_device = btrfs_find_next_active_device(fs_info->fs_devices, in btrfs_assign_next_active_device()
1972 ASSERT(next_device); in btrfs_assign_next_active_device()
[all …]
/Linux-v5.10/drivers/block/drbd/
Ddrbd_nl.c3685 next_device: in drbd_adm_dump_peer_devices()
3699 goto next_device; in drbd_adm_dump_peer_devices()
3711 goto next_device; in drbd_adm_dump_peer_devices()