taglinefilesource code
root_vortex_dev262drivers/net/3c59x.cstatic struct device *root_vortex_dev = NULL;
root_vortex_dev274drivers/net/3c59x.croot_vortex_dev = NULL;
root_vortex_dev401drivers/net/3c59x.cvp->next_module = root_vortex_dev;
root_vortex_dev402drivers/net/3c59x.croot_vortex_dev = dev;
root_vortex_dev1017drivers/net/3c59x.cwhile (root_vortex_dev) {
root_vortex_dev1018drivers/net/3c59x.cnext_dev = ((struct vortex_private *)root_vortex_dev->priv)->next_module;
root_vortex_dev1019drivers/net/3c59x.cunregister_netdev(root_vortex_dev);
root_vortex_dev1020drivers/net/3c59x.crelease_region(root_vortex_dev->base_addr, VORTEX_TOTAL_SIZE);
root_vortex_dev1021drivers/net/3c59x.ckfree(root_vortex_dev);
root_vortex_dev1022drivers/net/3c59x.croot_vortex_dev = next_dev;