Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/watchdog/
Dwatchdog_dev.c51 static dev_t watchdog_devt; variable
1012 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()