Searched refs:watchdog_miscdev (Results 1 – 5 of 5) sorted by relevance
189 static struct miscdevice watchdog_miscdev = { variable202 retval = misc_register(&watchdog_miscdev); in footbridge_watchdog_init()216 misc_deregister(&watchdog_miscdev); in footbridge_watchdog_exit()
660 static struct miscdevice watchdog_miscdev = { variable714 err = misc_register(&watchdog_miscdev); in watchdog_init()717 watchdog_miscdev.minor); in watchdog_init()770 misc_deregister(&watchdog_miscdev); in watchdog_init()868 misc_deregister(&watchdog_miscdev); in f71808e_exit()
961 static struct miscdevice watchdog_miscdev = { variable1015 watchdog_miscdev.parent = wdd->parent; in watchdog_cdev_register()1016 err = misc_register(&watchdog_miscdev); in watchdog_cdev_register()1039 misc_deregister(&watchdog_miscdev); in watchdog_cdev_register()1082 misc_deregister(&watchdog_miscdev); in watchdog_cdev_unregister()
262 struct miscdevice watchdog_miscdev; member808 if (pos->watchdog_miscdev.minor == iminor(inode)) { in watchdog_open()1214 data->watchdog_miscdev.name = data->watchdog_name; in fschmd_probe()1215 data->watchdog_miscdev.fops = &watchdog_fops; in fschmd_probe()1216 data->watchdog_miscdev.minor = watchdog_minors[i]; in fschmd_probe()1217 err = misc_register(&data->watchdog_miscdev); in fschmd_probe()1221 data->watchdog_miscdev.minor = 0; in fschmd_probe()1235 data->watchdog_miscdev.minor = 0; in fschmd_probe()1257 if (data->watchdog_miscdev.minor) { in fschmd_remove()1258 misc_deregister(&data->watchdog_miscdev); in fschmd_remove()
254 struct miscdevice watchdog_miscdev; member1301 if (pos->watchdog_miscdev.minor == iminor(inode)) { in watchdog_open()1476 if (data->watchdog_miscdev.minor) in watchdog_notify_sys()1505 if (data->watchdog_miscdev.minor) { in w83793_remove()1506 misc_deregister(&data->watchdog_miscdev); in w83793_remove()1875 data->watchdog_miscdev.name = data->watchdog_name; in w83793_probe()1876 data->watchdog_miscdev.fops = &watchdog_fops; in w83793_probe()1877 data->watchdog_miscdev.minor = watchdog_minors[i]; in w83793_probe()1879 err = misc_register(&data->watchdog_miscdev); in w83793_probe()1883 data->watchdog_miscdev.minor = 0; in w83793_probe()[all …]