Searched refs:misc_dev (Results 1 – 1 of 1) sorted by relevance
103 struct miscdevice misc_dev; member373 return container_of(dev, struct pxa3xx_gcu_priv, misc_dev); in to_pxa3xx_gcu_priv()609 priv->misc_dev.minor = MISCDEV_MINOR, in pxa3xx_gcu_probe()610 priv->misc_dev.name = DRV_NAME, in pxa3xx_gcu_probe()611 priv->misc_dev.fops = &pxa3xx_gcu_miscdev_fops; in pxa3xx_gcu_probe()649 ret = misc_register(&priv->misc_dev); in pxa3xx_gcu_probe()685 misc_deregister(&priv->misc_dev); in pxa3xx_gcu_probe()699 misc_deregister(&priv->misc_dev); in pxa3xx_gcu_remove()