Searched refs:fbcon_device (Results 1 – 1 of 1) sorted by relevance
190 static struct device *fbcon_device; variable3294 ATTRIBUTE_GROUPS(fbcon_device);3352 fbcon_device = device_create_with_groups(fb_class, NULL, in fb_console_init()3356 if (IS_ERR(fbcon_device)) { in fb_console_init()3359 PTR_ERR(fbcon_device)); in fb_console_init()3360 fbcon_device = NULL; in fb_console_init()