| tag | line | file | source code |
| root_vortex_dev | 262 | drivers/net/3c59x.c | static struct device *root_vortex_dev = NULL; |
| root_vortex_dev | 274 | drivers/net/3c59x.c | root_vortex_dev = NULL; |
| root_vortex_dev | 401 | drivers/net/3c59x.c | vp->next_module = root_vortex_dev; |
| root_vortex_dev | 402 | drivers/net/3c59x.c | root_vortex_dev = dev; |
| root_vortex_dev | 1017 | drivers/net/3c59x.c | while (root_vortex_dev) { |
| root_vortex_dev | 1018 | drivers/net/3c59x.c | next_dev = ((struct vortex_private *)root_vortex_dev->priv)->next_module; |
| root_vortex_dev | 1019 | drivers/net/3c59x.c | unregister_netdev(root_vortex_dev); |
| root_vortex_dev | 1020 | drivers/net/3c59x.c | release_region(root_vortex_dev->base_addr, VORTEX_TOTAL_SIZE); |
| root_vortex_dev | 1021 | drivers/net/3c59x.c | kfree(root_vortex_dev); |
| root_vortex_dev | 1022 | drivers/net/3c59x.c | root_vortex_dev = next_dev; |