tag | line | file | source code |
thisDE4X5 | 4047 | drivers/net/de4x5.c | static struct device thisDE4X5 = { |
thisDE4X5 | 4058 | drivers/net/de4x5.c | struct device *p = (struct device *)&thisDE4X5; |
thisDE4X5 | 4060 | drivers/net/de4x5.c | thisDE4X5.base_addr = io; /* Now autoprobe the module */ |
thisDE4X5 | 4061 | drivers/net/de4x5.c | thisDE4X5.irq = 0; |
thisDE4X5 | 4074 | drivers/net/de4x5.c | struct de4x5_private *lp = (struct de4x5_private *) thisDE4X5.priv; |
thisDE4X5 | 4075 | drivers/net/de4x5.c | struct device *p = (struct device *)&thisDE4X5; |
thisDE4X5 | 4089 | drivers/net/de4x5.c | for (p=thisDE4X5.next; p!=NULL; p=p->next) { |
thisDE4X5 | 4104 | drivers/net/de4x5.c | if (thisDE4X5.priv) { |
thisDE4X5 | 4108 | drivers/net/de4x5.c | release_region(thisDE4X5.base_addr, |
thisDE4X5 | 4113 | drivers/net/de4x5.c | thisDE4X5.priv = NULL; |
thisDE4X5 | 4115 | drivers/net/de4x5.c | unregister_netdev(&thisDE4X5); |