Searched refs:watchdog_devt (Results 1 – 1 of 1) sorted by relevance
51 static dev_t watchdog_devt; variable1012 wd_data->dev.devt = MKDEV(MAJOR(watchdog_devt), wdd->id); in watchdog_cdev_register()1048 wdd->id, MAJOR(watchdog_devt), wdd->id); in watchdog_cdev_register()1213 err = alloc_chrdev_region(&watchdog_devt, 0, MAX_DOGS, "watchdog"); in watchdog_dev_init()1235 unregister_chrdev_region(watchdog_devt, MAX_DOGS); in watchdog_dev_exit()