Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/base/
A 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()
A 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()
A Dcore.c3823 static struct device *next_device(struct klist_iter *i) in next_device() function
3904 while (!error && (child = next_device(&i))) in device_for_each_child()
3968 while ((child = next_device(&i))) in device_find_child()
3996 while ((child = next_device(&i))) in device_find_child_by_name()
/linux-6.3-rc2/drivers/char/pcmcia/
A Dsynclink_cs.c168 struct _mgslpc_info *next_device; /* device list link */ member
2478 info = info->next_device; in mgslpc_open()
2604 info = info->next_device; in mgslpc_proc_show()
2676 info->next_device = NULL; in mgslpc_add_device()
2691 while (current_dev->next_device) in mgslpc_add_device()
2692 current_dev = current_dev->next_device; in mgslpc_add_device()
2693 current_dev->next_device = info; in mgslpc_add_device()
2724 current_dev->next_device = NULL; in mgslpc_add_device()
2739 last->next_device = info->next_device; in mgslpc_remove_device()
2741 mgslpc_device_list = info->next_device; in mgslpc_remove_device()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/ti/
A Dtlan.h172 struct net_device *next_device; member
A Dtlan.c572 priv->next_device = tlan_eisa_devices; in tlan_probe1()
616 tlan_eisa_devices = priv->next_device; in tlan_eisa_cleanup()
/linux-6.3-rc2/drivers/tty/
A Dsynclink_gt.c215 struct slgt_info *next_device; /* device list link */ member
599 info = info->next_device; in open()
1243 info = info->next_device; in synclink_gt_proc_show()
3426 info->next_device = NULL; in add_device()
3441 while(current_dev->next_device) in add_device()
3442 current_dev = current_dev->next_device; in add_device()
3443 current_dev->next_device = info; in add_device()
3644 for (info=slgt_device_list ; info != NULL ; info=info->next_device) in slgt_cleanup()
3654 info = info->next_device; in slgt_cleanup()
3668 info = info->next_device; in slgt_cleanup()
/linux-6.3-rc2/fs/btrfs/
A Dvolumes.c1981 struct btrfs_device *next_device; in btrfs_find_next_active_device() local
1983 list_for_each_entry(next_device, &fs_devs->devices, dev_list) { in btrfs_find_next_active_device()
1984 if (next_device != device && in btrfs_find_next_active_device()
1985 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device()
1986 && next_device->bdev) in btrfs_find_next_active_device()
1987 return next_device; in btrfs_find_next_active_device()
2000 struct btrfs_device *next_device) in btrfs_assign_next_active_device() argument
2004 if (!next_device) in btrfs_assign_next_active_device()
2007 ASSERT(next_device); in btrfs_assign_next_active_device()
2011 fs_info->sb->s_bdev = next_device->bdev; in btrfs_assign_next_active_device()
[all …]
/linux-6.3-rc2/drivers/block/drbd/
A Ddrbd_nl.c3622 next_device: in drbd_adm_dump_peer_devices()
3636 goto next_device; in drbd_adm_dump_peer_devices()
3648 goto next_device; in drbd_adm_dump_peer_devices()

Completed in 63 milliseconds