Searched refs:twl_major (Results 1 – 1 of 1) sorted by relevance
82 static int twl_major = -1; variable1689 if (twl_major == -1) { in twl_probe()1690 if ((twl_major = register_chrdev (0, "twl", &twl_fops)) < 0) in twl_probe()1734 if (twl_major >= 0) { in twl_remove()1735 unregister_chrdev(twl_major, "twl"); in twl_remove()1736 twl_major = -1; in twl_remove()