Searched refs:vchiq_cdev (Results 1 – 1 of 1) sorted by relevance
165 static struct cdev vchiq_cdev; variable3606 cdev_init(&vchiq_cdev, &vchiq_fops); in vchiq_probe()3607 vchiq_cdev.owner = THIS_MODULE; in vchiq_probe()3608 err = cdev_add(&vchiq_cdev, vchiq_devid, 1); in vchiq_probe()3644 cdev_del(&vchiq_cdev); in vchiq_probe()3658 cdev_del(&vchiq_cdev); in vchiq_remove()