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

/linux-4.1.27/drivers/video/fbdev/
H A Dgbefb.c1281 static struct platform_device *gbefb_device; variable in typeref:struct:platform_device
1287 gbefb_device = platform_device_alloc("gbefb", 0); gbefb_init()
1288 if (gbefb_device) { gbefb_init()
1289 ret = platform_device_add(gbefb_device); gbefb_init()
1294 platform_device_put(gbefb_device); gbefb_init()
1303 platform_device_unregister(gbefb_device); gbefb_exit()

Completed in 90 milliseconds