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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dhecubafb.c417 static struct platform_device *hecubafb_device; variable in typeref:struct:platform_device
430 hecubafb_device = platform_device_alloc("hecubafb", 0);
431 if (hecubafb_device)
432 ret = platform_device_add(hecubafb_device);
437 platform_device_put(hecubafb_device);
447 platform_device_unregister(hecubafb_device);

Completed in 24 milliseconds