Searched refs:vchiq_cdev (Results 1 – 1 of 1) sorted by relevance
135 static struct cdev vchiq_cdev; variable3223 cdev_init(&vchiq_cdev, &vchiq_fops); in vchiq_probe()3224 vchiq_cdev.owner = THIS_MODULE; in vchiq_probe()3225 err = cdev_add(&vchiq_cdev, vchiq_devid, 1); in vchiq_probe()3252 cdev_del(&vchiq_cdev); in vchiq_probe()3263 cdev_del(&vchiq_cdev); in vchiq_remove()