fbcon_device      217 drivers/video/fbdev/core/fbcon.c static struct device *fbcon_device;
fbcon_device     3553 drivers/video/fbdev/core/fbcon.c 		error = device_create_file(fbcon_device, &device_attrs[i]);
fbcon_device     3561 drivers/video/fbdev/core/fbcon.c 			device_remove_file(fbcon_device, &device_attrs[i]);
fbcon_device     3689 drivers/video/fbdev/core/fbcon.c 	fbcon_device = device_create(fb_class, NULL, MKDEV(0, 0), NULL,
fbcon_device     3692 drivers/video/fbdev/core/fbcon.c 	if (IS_ERR(fbcon_device)) {
fbcon_device     3695 drivers/video/fbdev/core/fbcon.c 		       PTR_ERR(fbcon_device));
fbcon_device     3696 drivers/video/fbdev/core/fbcon.c 		fbcon_device = NULL;
fbcon_device     3715 drivers/video/fbdev/core/fbcon.c 			device_remove_file(fbcon_device, &device_attrs[i]);