hgafb_device      626 drivers/video/fbdev/hgafb.c static struct platform_device *hgafb_device;
hgafb_device      638 drivers/video/fbdev/hgafb.c 		hgafb_device = platform_device_register_simple("hgafb", 0, NULL, 0);
hgafb_device      640 drivers/video/fbdev/hgafb.c 		if (IS_ERR(hgafb_device)) {
hgafb_device      642 drivers/video/fbdev/hgafb.c 			ret = PTR_ERR(hgafb_device);
hgafb_device      651 drivers/video/fbdev/hgafb.c 	platform_device_unregister(hgafb_device);