Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dskeletonfb.c958 static struct platform_device *xxxfb_device; variable
991 xxxfb_device = platform_device_register_simple("xxxfb", 0, in xxxfb_init()
994 if (IS_ERR(xxxfb_device)) { in xxxfb_init()
996 ret = PTR_ERR(xxxfb_device); in xxxfb_init()
1005 platform_device_unregister(xxxfb_device); in xxxfb_exit()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dskeletonfb.c965 static struct platform_device *xxxfb_device; variable
1003 xxxfb_device = platform_device_register_simple("xxxfb", 0, in xxxfb_init()
1006 if (IS_ERR(xxxfb_device)) { in xxxfb_init()
1008 ret = PTR_ERR(xxxfb_device); in xxxfb_init()
1017 platform_device_unregister(xxxfb_device); in xxxfb_exit()

Completed in 3 milliseconds