Home
last modified time | relevance | path

Searched refs:fbcon_device (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dfbcon.c199 static struct device *fbcon_device; variable
3355 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()