Searched refs:vchiq_devid (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_arm.c | 166 static dev_t vchiq_devid; variable 3600 err = alloc_chrdev_region(&vchiq_devid, VCHIQ_MINOR, 1, DEVICE_NAME); in vchiq_probe() 3608 err = cdev_add(&vchiq_cdev, vchiq_devid, 1); in vchiq_probe() 3622 vchiq_devid, NULL, "vchiq"); in vchiq_probe() 3633 MAJOR(vchiq_devid), MINOR(vchiq_devid)); in vchiq_probe() 3646 unregister_chrdev_region(vchiq_devid, 1); in vchiq_probe() 3656 device_destroy(vchiq_class, vchiq_devid); in vchiq_remove() 3659 unregister_chrdev_region(vchiq_devid, 1); in vchiq_remove()
|