Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dvfb.c502 static struct platform_device *vfb_device; variable
522 vfb_device = platform_device_alloc("vfb", 0); in vfb_init()
524 if (vfb_device) in vfb_init()
525 ret = platform_device_add(vfb_device); in vfb_init()
530 platform_device_put(vfb_device); in vfb_init()
543 platform_device_unregister(vfb_device); in vfb_exit()