Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/
Ddriver.c19 static struct device *next_device(struct klist_iter *i) in next_device() function
53 while (!error && (dev = next_device(&i))) in driver_for_each_device()
87 while ((dev = next_device(&i))) in driver_find_device()
Dbus.c259 static struct device *next_device(struct klist_iter *i) in next_device() function
303 while (!error && (dev = next_device(&i))) in bus_for_each_dev()
337 while ((dev = next_device(&i))) in bus_find_device()
366 dev = next_device(&i); in subsys_find_device_by_id()
375 while ((dev = next_device(&i))) { in subsys_find_device_by_id()
Dcore.c2426 static struct device *next_device(struct klist_iter *i) in next_device() function
2507 while (!error && (child = next_device(&i))) in device_for_each_child()
2571 while ((child = next_device(&i))) in device_find_child()
2599 while ((child = next_device(&i))) in device_find_child_by_name()
/Linux-v5.4/drivers/macintosh/
Dvia-macii.c191 int next_device; in macii_queue_poll() local
199 next_device = ffs(autopoll_devs & ~device_mask) - 1; in macii_queue_poll()
201 next_device = ffs(autopoll_devs) - 1; in macii_queue_poll()
203 adb_request(&req, NULL, ADBREQ_NOSEND, 1, ADB_READREG(next_device, 0)); in macii_queue_poll()
/Linux-v5.4/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.4/drivers/net/ethernet/ti/
Dtlan.h172 struct net_device *next_device; member
Dtlan.c593 priv->next_device = tlan_eisa_devices; in tlan_probe1()
637 tlan_eisa_devices = priv->next_device; in tlan_eisa_cleanup()
/Linux-v5.4/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()
3492 info->next_device = NULL; in add_device()
3507 while(current_dev->next_device) in add_device()
3508 current_dev = current_dev->next_device; in add_device()
3509 current_dev->next_device = info; in add_device()
3714 for (info=slgt_device_list ; info != NULL ; info=info->next_device) in slgt_cleanup()
3726 info = info->next_device; in slgt_cleanup()
3740 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()
3671 info->next_device = NULL; in add_device()
3686 while( current_dev->next_device ) in add_device()
3687 current_dev = current_dev->next_device; in add_device()
3688 current_dev->next_device = info; in add_device()
3912 info = info->next_device; in synclinkmp_cleanup()
3929 info = info->next_device; in synclinkmp_cleanup()
Dsynclink.c198 struct mgsl_struct *next_device; /* device list link */ member
3353 info = info->next_device; in mgsl_install()
3531 info = info->next_device; in mgsl_proc_show()
4164 info->next_device = NULL; in mgsl_add_device()
4193 while( current_dev->next_device ) in mgsl_add_device()
4194 current_dev = current_dev->next_device; in mgsl_add_device()
4195 current_dev->next_device = info; in mgsl_add_device()
4351 info = info->next_device; in synclink_cleanup()
/Linux-v5.4/fs/btrfs/
Dvolumes.c2033 struct btrfs_device *next_device; in btrfs_find_next_active_device() local
2035 list_for_each_entry(next_device, &fs_devs->devices, dev_list) { in btrfs_find_next_active_device()
2036 if (next_device != device && in btrfs_find_next_active_device()
2037 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device()
2038 && next_device->bdev) in btrfs_find_next_active_device()
2039 return next_device; in btrfs_find_next_active_device()
2055 struct btrfs_device *next_device; in btrfs_assign_next_active_device() local
2058 next_device = this_dev; in btrfs_assign_next_active_device()
2060 next_device = btrfs_find_next_active_device(fs_info->fs_devices, in btrfs_assign_next_active_device()
2062 ASSERT(next_device); in btrfs_assign_next_active_device()
[all …]
/Linux-v5.4/drivers/block/drbd/
Ddrbd_nl.c3700 next_device: in drbd_adm_dump_peer_devices()
3714 goto next_device; in drbd_adm_dump_peer_devices()
3726 goto next_device; in drbd_adm_dump_peer_devices()