Searched refs:hgafb_device (Results 1 – 1 of 1) sorted by relevance
643 static struct platform_device *hgafb_device; variable655 hgafb_device = platform_device_register_simple("hgafb", 0, NULL, 0); in hgafb_init()657 if (IS_ERR(hgafb_device)) { in hgafb_init()659 ret = PTR_ERR(hgafb_device); in hgafb_init()668 platform_device_unregister(hgafb_device); in hgafb_exit()