Searched refs:watchdog_miscdev (Results 1 – 4 of 4) sorted by relevance
188 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()
1001 static struct miscdevice watchdog_miscdev = { variable 1060 watchdog_miscdev.parent = wdd->parent; in watchdog_cdev_register() 1061 err = misc_register(&watchdog_miscdev); in watchdog_cdev_register() 1084 misc_deregister(&watchdog_miscdev); in watchdog_cdev_register() 1126 misc_deregister(&watchdog_miscdev); in watchdog_cdev_unregister()
262 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() [all...]
254 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 in w83793_probe() [all...]