Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H A Dtlan.h172 struct net_device *next_device; member
H A Dtlan.c572 priv->next_device = tlan_eisa_devices; in tlan_probe1()
616 tlan_eisa_devices = priv->next_device; in tlan_eisa_cleanup()
/linux/drivers/base/
H A Dbus.c324 static struct device *next_device(struct klist_iter *i) in next_device() function
382 while (!error && (dev = next_device(&i))) in bus_for_each_dev()
418 while ((dev = next_device(&i))) { in bus_find_device()
H A Dcore.c3937 static struct device *next_device(struct klist_iter *i) in next_device() function
4017 while (!error && (child = next_device(&i))) in device_for_each_child()
4116 while ((child = next_device(&i))) { in device_find_child()