Home
last modified time | relevance | path

Searched refs:watchdog_devt (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/watchdog/
Dwatchdog_dev.c48 static dev_t watchdog_devt; variable
543 devno = MKDEV(MAJOR(watchdog_devt), watchdog->id); in watchdog_dev_register()
551 watchdog->id, MAJOR(watchdog_devt), watchdog->id); in watchdog_dev_register()
589 int err = alloc_chrdev_region(&watchdog_devt, 0, MAX_DOGS, "watchdog"); in watchdog_dev_init()
603 unregister_chrdev_region(watchdog_devt, MAX_DOGS); in watchdog_dev_exit()