Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dwdt285.c188 static struct miscdevice watchdog_miscdev = { variable
201 retval = misc_register(&watchdog_miscdev); in footbridge_watchdog_init()
213 misc_deregister(&watchdog_miscdev); in footbridge_watchdog_exit()
/linux/drivers/hwmon/
H A Dfschmd.c262 struct miscdevice watchdog_miscdev; member
808 if (pos->watchdog_miscdev.minor == iminor(inode)) { in watchdog_open()
1213 data->watchdog_miscdev.name = data->watchdog_name; in fschmd_probe()
1214 data->watchdog_miscdev.fops = &watchdog_fops; in fschmd_probe()
1215 data->watchdog_miscdev.minor = watchdog_minors[i]; in fschmd_probe()
1216 err = misc_register(&data->watchdog_miscdev); in fschmd_probe()
1220 data->watchdog_miscdev.minor = 0; in fschmd_probe()
1234 data->watchdog_miscdev.minor = 0; in fschmd_probe()
1256 if (data->watchdog_miscdev.minor) { in fschmd_remove()
1257 misc_deregister(&data->watchdog_miscdev); in fschmd_remove()
H A Dw83793.c254 struct miscdevice watchdog_miscdev; member
1301 if (pos->watchdog_miscdev.minor == iminor(inode)) { in watchdog_open()
1475 if (data->watchdog_miscdev.minor) in watchdog_notify_sys()
1504 if (data->watchdog_miscdev.minor) { in w83793_remove()
1505 misc_deregister(&data->watchdog_miscdev); in w83793_remove()
1872 data->watchdog_miscdev.name = data->watchdog_name; in w83793_probe()
1873 data->watchdog_miscdev.fops = &watchdog_fops; in w83793_probe()
1874 data->watchdog_miscdev.minor = watchdog_minors[i]; in w83793_probe()
1876 err = misc_register(&data->watchdog_miscdev); in w83793_probe()
1880 data->watchdog_miscdev.minor = 0; in w83793_probe()
[all …]