Searched refs:vchiq_cdev (Results 1 – 1 of 1) sorted by relevance
105 static struct cdev vchiq_cdev; variable2737 cdev_init(&vchiq_cdev, &vchiq_fops); in vchiq_probe()2738 vchiq_cdev.owner = THIS_MODULE; in vchiq_probe()2739 err = cdev_add(&vchiq_cdev, vchiq_devid, 1); in vchiq_probe()2766 cdev_del(&vchiq_cdev); in vchiq_probe()2778 cdev_del(&vchiq_cdev); in vchiq_remove()