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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dvfb.c562 static struct platform_device *vfb_device; variable in typeref:struct:platform_device
582 vfb_device = platform_device_alloc("vfb", 0);
584 if (vfb_device)
585 ret = platform_device_add(vfb_device);
590 platform_device_put(vfb_device);
603 platform_device_unregister(vfb_device);

Completed in 110 milliseconds