Searched refs:vchiq_cdev (Results 1 – 1 of 1) sorted by relevance
105 static struct cdev vchiq_cdev; variable2739 cdev_init(&vchiq_cdev, &vchiq_fops); in vchiq_probe()2740 vchiq_cdev.owner = THIS_MODULE; in vchiq_probe()2741 err = cdev_add(&vchiq_cdev, vchiq_devid, 1); in vchiq_probe()2768 cdev_del(&vchiq_cdev); in vchiq_probe()2780 cdev_del(&vchiq_cdev); in vchiq_remove()