Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dwatchdog_core.h30 #define MAX_DOGS 32 /* Maximum number of watchdog devices */ macro
H A Dwatchdog_core.c268 id = ida_simple_get(&watchdog_ida, 0, MAX_DOGS, GFP_KERNEL); in __watchdog_register_device()
281 id = ida_simple_get(&watchdog_ida, 1, MAX_DOGS, GFP_KERNEL); in __watchdog_register_device()
H A Dwatchdog_dev.c1245 err = alloc_chrdev_region(&watchdog_devt, 0, MAX_DOGS, "watchdog"); in watchdog_dev_init()
1267 unregister_chrdev_region(watchdog_devt, MAX_DOGS); in watchdog_dev_exit()