Home
last modified time | relevance | path

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

/drivers/watchdog/
Dwdt285.c193 static struct miscdevice watchdog_miscdev = { variable
206 retval = misc_register(&watchdog_miscdev); in footbridge_watchdog_init()
220 misc_deregister(&watchdog_miscdev); in footbridge_watchdog_exit()
Dwatchdog_dev.c508 static struct miscdevice watchdog_miscdev = { variable
529 watchdog_miscdev.parent = watchdog->parent; in watchdog_dev_register()
530 err = misc_register(&watchdog_miscdev); in watchdog_dev_register()
553 misc_deregister(&watchdog_miscdev); in watchdog_dev_register()
575 misc_deregister(&watchdog_miscdev); in watchdog_dev_unregister()
Df71808e_wdt.c626 static struct miscdevice watchdog_miscdev = { variable
673 err = misc_register(&watchdog_miscdev); in watchdog_init()
676 watchdog_miscdev.minor); in watchdog_init()
729 misc_deregister(&watchdog_miscdev); in watchdog_init()
811 misc_deregister(&watchdog_miscdev); in f71808e_exit()
/drivers/hwmon/
Dfschmd.c276 struct miscdevice watchdog_miscdev; member
825 if (pos->watchdog_miscdev.minor == iminor(inode)) { in watchdog_open()
1231 data->watchdog_miscdev.name = data->watchdog_name; in fschmd_probe()
1232 data->watchdog_miscdev.fops = &watchdog_fops; in fschmd_probe()
1233 data->watchdog_miscdev.minor = watchdog_minors[i]; in fschmd_probe()
1234 err = misc_register(&data->watchdog_miscdev); in fschmd_probe()
1238 data->watchdog_miscdev.minor = 0; in fschmd_probe()
1252 data->watchdog_miscdev.minor = 0; in fschmd_probe()
1274 if (data->watchdog_miscdev.minor) { in fschmd_remove()
1275 misc_deregister(&data->watchdog_miscdev); in fschmd_remove()
Dw83793.c268 struct miscdevice watchdog_miscdev; member
1316 if (pos->watchdog_miscdev.minor == iminor(inode)) { in watchdog_open()
1490 if (data->watchdog_miscdev.minor) in watchdog_notify_sys()
1519 if (data->watchdog_miscdev.minor) { in w83793_remove()
1520 misc_deregister(&data->watchdog_miscdev); in w83793_remove()
1905 data->watchdog_miscdev.name = data->watchdog_name; in w83793_probe()
1906 data->watchdog_miscdev.fops = &watchdog_fops; in w83793_probe()
1907 data->watchdog_miscdev.minor = watchdog_minors[i]; in w83793_probe()
1909 err = misc_register(&data->watchdog_miscdev); in w83793_probe()
1913 data->watchdog_miscdev.minor = 0; in w83793_probe()
[all …]