uvesafb_device   1807 drivers/video/fbdev/uvesafb.c static struct platform_device *uvesafb_device;
uvesafb_device   1897 drivers/video/fbdev/uvesafb.c 		uvesafb_device = platform_device_alloc("uvesafb", 0);
uvesafb_device   1898 drivers/video/fbdev/uvesafb.c 		if (uvesafb_device)
uvesafb_device   1899 drivers/video/fbdev/uvesafb.c 			err = platform_device_add(uvesafb_device);
uvesafb_device   1904 drivers/video/fbdev/uvesafb.c 			platform_device_put(uvesafb_device);
uvesafb_device   1937 drivers/video/fbdev/uvesafb.c 	platform_device_unregister(uvesafb_device);