Searched refs:twl_major (Results 1 – 1 of 1) sorted by relevance
79 static int twl_major = -1; variable1686 if (twl_major == -1) { in twl_probe()1687 if ((twl_major = register_chrdev (0, "twl", &twl_fops)) < 0) in twl_probe()1731 if (twl_major >= 0) { in twl_remove()1732 unregister_chrdev(twl_major, "twl"); in twl_remove()1733 twl_major = -1; in twl_remove()