Searched refs:misc_dev (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
H A Dpxa3xx-gcu.c103 struct miscdevice misc_dev; member in struct:pxa3xx_gcu_priv
373 return container_of(dev, struct pxa3xx_gcu_priv, misc_dev); to_pxa3xx_gcu_priv()
609 priv->misc_dev.minor = MISCDEV_MINOR, pxa3xx_gcu_probe()
610 priv->misc_dev.name = DRV_NAME, pxa3xx_gcu_probe()
611 priv->misc_dev.fops = &pxa3xx_gcu_miscdev_fops; pxa3xx_gcu_probe()
649 ret = misc_register(&priv->misc_dev); pxa3xx_gcu_probe()
685 misc_deregister(&priv->misc_dev); pxa3xx_gcu_probe()
699 misc_deregister(&priv->misc_dev); pxa3xx_gcu_remove()

Completed in 46 milliseconds