n411_device       152 drivers/video/fbdev/n411.c static struct platform_device *n411_device;
n411_device       164 drivers/video/fbdev/n411.c 	n411_device = platform_device_alloc("hecubafb", -1);
n411_device       165 drivers/video/fbdev/n411.c 	if (!n411_device)
n411_device       168 drivers/video/fbdev/n411.c 	ret = platform_device_add_data(n411_device, &n411_board,
n411_device       174 drivers/video/fbdev/n411.c 	ret = platform_device_add(n411_device);
n411_device       182 drivers/video/fbdev/n411.c 	platform_device_put(n411_device);
n411_device       188 drivers/video/fbdev/n411.c 	platform_device_unregister(n411_device);