/kernel/linux/linux-6.6/drivers/base/ |
H A D | driver.c | 20 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()
|
H A D | bus.c | 322 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()
|
H A D | core.c | 3879 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()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | driver.c | 20 static struct device *next_device(struct klist_iter *i) in next_device() function 123 while (!error && (dev = next_device(&i))) in driver_for_each_device() 157 while ((dev = next_device(&i))) in driver_find_device()
|
H A D | bus.c | 260 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()
|
H A D | core.c | 3229 static struct device *next_device(struct klist_iter *i) in next_device() function 3310 while (!error && (child = next_device(&i))) in device_for_each_child() 3374 while ((child = next_device(&i))) in device_find_child() 3402 while ((child = next_device(&i))) in device_find_child_by_name()
|
/kernel/linux/linux-5.10/drivers/char/pcmcia/ |
H A D | synclink_cs.c | 168 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() [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclink_gt.c | 216 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() [all...] |
H A D | synclinkmp.c | 175 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()
|
H A D | synclink.c | 198 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-6.6/drivers/tty/ |
H A D | synclink_gt.c | 214 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() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | tlan.h | 172 struct net_device *next_device; member
|
H A D | tlan.c | 572 priv->next_device = tlan_eisa_devices; in tlan_probe1() 616 tlan_eisa_devices = priv->next_device; in tlan_eisa_cleanup()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | tlan.h | 172 struct net_device *next_device; member
|
H A D | tlan.c | 572 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/fs/btrfs/ |
H A D | volumes.c | 2039 struct btrfs_device *next_device; in btrfs_find_next_active_device() local 2041 list_for_each_entry(next_device, &fs_devs->devices, dev_list) { in btrfs_find_next_active_device() 2042 if (next_device != device && in btrfs_find_next_active_device() 2043 !test_bit(BTRFS_DEV_STATE_MISSING, &next_device->dev_state) in btrfs_find_next_active_device() 2044 && next_device->bdev) in btrfs_find_next_active_device() 2045 return next_device; in btrfs_find_next_active_device() 2058 struct btrfs_device *next_device) in btrfs_assign_next_active_device() 2062 if (!next_device) in btrfs_assign_next_active_device() 2063 next_device = btrfs_find_next_active_device(fs_info->fs_devices, in btrfs_assign_next_active_device() 2065 ASSERT(next_device); in btrfs_assign_next_active_device() 2057 btrfs_assign_next_active_device(struct btrfs_device *device, struct btrfs_device *next_device) btrfs_assign_next_active_device() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | volumes.c | 1989 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() 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() 2007 btrfs_assign_next_active_device(struct btrfs_device *device, struct btrfs_device *next_device) btrfs_assign_next_active_device() argument [all...] |
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_nl.c | 3688 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()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_nl.c | 3632 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()
|