Home
last modified time | relevance | path

Searched refs:xxxfb_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/
Dskeletonfb.c975 static struct platform_device *xxxfb_device; variable
1008 xxxfb_device = platform_device_register_simple("xxxfb", 0, in xxxfb_init()
1011 if (IS_ERR(xxxfb_device)) { in xxxfb_init()
1013 ret = PTR_ERR(xxxfb_device); in xxxfb_init()
1022 platform_device_unregister(xxxfb_device); in xxxfb_exit()