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()
658 static struct miscdevice watchdog_miscdev = { variable712 err = misc_register(&watchdog_miscdev); in watchdog_init()715 watchdog_miscdev.minor); in watchdog_init()768 misc_deregister(&watchdog_miscdev); in watchdog_init()866 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()1038 misc_deregister(&watchdog_miscdev); in watchdog_cdev_register()1083 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()
255 struct miscdevice watchdog_miscdev; member1302 if (pos->watchdog_miscdev.minor == iminor(inode)) { in watchdog_open()1477 if (data->watchdog_miscdev.minor) in watchdog_notify_sys()1506 if (data->watchdog_miscdev.minor) { in w83793_remove()1507 misc_deregister(&data->watchdog_miscdev); in w83793_remove()1879 data->watchdog_miscdev.name = data->watchdog_name; in w83793_probe()1880 data->watchdog_miscdev.fops = &watchdog_fops; in w83793_probe()1881 data->watchdog_miscdev.minor = watchdog_minors[i]; in w83793_probe()1883 err = misc_register(&data->watchdog_miscdev); in w83793_probe()1887 data->watchdog_miscdev.minor = 0; in w83793_probe()[all …]