Searched refs:fbcon_device (Results 1 – 1 of 1) sorted by relevance
199 static struct device *fbcon_device; variable3355 ATTRIBUTE_GROUPS(fbcon_device);3413 fbcon_device = device_create_with_groups(fb_class, NULL, in fb_console_init()3417 if (IS_ERR(fbcon_device)) { in fb_console_init()3420 PTR_ERR(fbcon_device)); in fb_console_init()3421 fbcon_device = NULL; in fb_console_init()