Searched refs:watchdog_miscdev (Results 1 – 5 of 5) sorted by relevance
188 static struct miscdevice watchdog_miscdev = { variable201 retval = misc_register(&watchdog_miscdev); in footbridge_watchdog_init()215 misc_deregister(&watchdog_miscdev); in footbridge_watchdog_exit()
674 static struct miscdevice watchdog_miscdev = { variable721 err = misc_register(&watchdog_miscdev); in watchdog_init()724 watchdog_miscdev.minor); in watchdog_init()777 misc_deregister(&watchdog_miscdev); in watchdog_init()871 misc_deregister(&watchdog_miscdev); in f71808e_exit()
940 static struct miscdevice watchdog_miscdev = { variable979 watchdog_miscdev.parent = wdd->parent; in watchdog_cdev_register()980 err = misc_register(&watchdog_miscdev); in watchdog_cdev_register()1003 misc_deregister(&watchdog_miscdev); in watchdog_cdev_register()1045 misc_deregister(&watchdog_miscdev); in watchdog_cdev_unregister()
263 struct miscdevice watchdog_miscdev; member809 if (pos->watchdog_miscdev.minor == iminor(inode)) { in watchdog_open()1215 data->watchdog_miscdev.name = data->watchdog_name; in fschmd_probe()1216 data->watchdog_miscdev.fops = &watchdog_fops; in fschmd_probe()1217 data->watchdog_miscdev.minor = watchdog_minors[i]; in fschmd_probe()1218 err = misc_register(&data->watchdog_miscdev); in fschmd_probe()1222 data->watchdog_miscdev.minor = 0; in fschmd_probe()1236 data->watchdog_miscdev.minor = 0; in fschmd_probe()1258 if (data->watchdog_miscdev.minor) { in fschmd_remove()1259 misc_deregister(&data->watchdog_miscdev); in fschmd_remove()
255 struct miscdevice watchdog_miscdev; member1303 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()1880 data->watchdog_miscdev.name = data->watchdog_name; in w83793_probe()1881 data->watchdog_miscdev.fops = &watchdog_fops; in w83793_probe()1882 data->watchdog_miscdev.minor = watchdog_minors[i]; in w83793_probe()1884 err = misc_register(&data->watchdog_miscdev); in w83793_probe()1888 data->watchdog_miscdev.minor = 0; in w83793_probe()[all …]