Searched refs:cops_dev (Results 1 – 1 of 1) sorted by relevance
985 static struct net_device *cops_dev; variable997 cops_dev = cops_probe(-1); in cops_module_init()998 return PTR_ERR_OR_ZERO(cops_dev); in cops_module_init()1003 unregister_netdev(cops_dev); in cops_module_exit()1004 cleanup_card(cops_dev); in cops_module_exit()1005 free_netdev(cops_dev); in cops_module_exit()