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

/linux-4.4.14/drivers/video/fbdev/
H A Dgbefb.c1280 static struct platform_device *gbefb_device; variable in typeref:struct:platform_device
1286 gbefb_device = platform_device_alloc("gbefb", 0); gbefb_init()
1287 if (gbefb_device) { gbefb_init()
1288 ret = platform_device_add(gbefb_device); gbefb_init()
1293 platform_device_put(gbefb_device); gbefb_init()
1302 platform_device_unregister(gbefb_device); gbefb_exit()

Completed in 47 milliseconds