Searched refs:dev_seeq (Results 1 – 1 of 1) sorted by relevance
724 static struct net_device *dev_seeq; variable733 dev_seeq = seeq8005_probe(-1); in init_module()734 if (IS_ERR(dev_seeq)) in init_module()735 return PTR_ERR(dev_seeq); in init_module()741 unregister_netdev(dev_seeq); in cleanup_module()742 release_region(dev_seeq->base_addr, SEEQ8005_IO_EXTENT); in cleanup_module()743 free_netdev(dev_seeq); in cleanup_module()