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