taglinefilesource code
root_vortex_dev268drivers/net/3c59x.cstatic struct device *root_vortex_dev = NULL;
root_vortex_dev280drivers/net/3c59x.croot_vortex_dev = NULL;
root_vortex_dev409drivers/net/3c59x.cvp->next_module = root_vortex_dev;
root_vortex_dev410drivers/net/3c59x.croot_vortex_dev = dev;
root_vortex_dev1050drivers/net/3c59x.cwhile (root_vortex_dev) {
root_vortex_dev1051drivers/net/3c59x.cnext_dev = ((struct vortex_private *)root_vortex_dev->priv)->next_module;
root_vortex_dev1052drivers/net/3c59x.cunregister_netdev(root_vortex_dev);
root_vortex_dev1053drivers/net/3c59x.crelease_region(root_vortex_dev->base_addr, VORTEX_TOTAL_SIZE);
root_vortex_dev1054drivers/net/3c59x.ckfree(root_vortex_dev);
root_vortex_dev1055drivers/net/3c59x.croot_vortex_dev = next_dev;