Searched refs:fbcon_device (Results 1 – 1 of 1) sorted by relevance
199 static struct device *fbcon_device; variable3326 ATTRIBUTE_GROUPS(fbcon_device);3384 fbcon_device = device_create_with_groups(fb_class, NULL, in fb_console_init()3388 if (IS_ERR(fbcon_device)) { in fb_console_init()3391 PTR_ERR(fbcon_device)); in fb_console_init()3392 fbcon_device = NULL; in fb_console_init()