Searched refs:twl_major (Results 1 – 1 of 1) sorted by relevance
79 static int twl_major = -1; variable1678 if (twl_major == -1) { in twl_probe()1679 if ((twl_major = register_chrdev (0, "twl", &twl_fops)) < 0) in twl_probe()1723 if (twl_major >= 0) { in twl_remove()1724 unregister_chrdev(twl_major, "twl"); in twl_remove()1725 twl_major = -1; in twl_remove()