Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/core/
Dfbmem.c1093 struct fb_con2fbmap con2fb; in do_fb_ioctl() local
1165 if (copy_from_user(&con2fb, argp, sizeof(con2fb))) in do_fb_ioctl()
1167 if (con2fb.console < 1 || con2fb.console > MAX_NR_CONSOLES) in do_fb_ioctl()
1169 con2fb.framebuffer = -1; in do_fb_ioctl()
1170 event.data = &con2fb; in do_fb_ioctl()
1176 ret = copy_to_user(argp, &con2fb, sizeof(con2fb)) ? -EFAULT : 0; in do_fb_ioctl()
1179 if (copy_from_user(&con2fb, argp, sizeof(con2fb))) in do_fb_ioctl()
1181 if (con2fb.console < 1 || con2fb.console > MAX_NR_CONSOLES) in do_fb_ioctl()
1183 if (con2fb.framebuffer >= FB_MAX) in do_fb_ioctl()
1185 if (!registered_fb[con2fb.framebuffer]) in do_fb_ioctl()
[all …]
/linux-4.4.14/Documentation/fb/
Dsstfb.txt57 # con2fb /dev/fbx /dev/ttyx
61 cat /proc/fb. You can find a copy of con2fb in tools/ directory.
67 # con2fb /dev/fbx /dev/ttyx
119 - con2fb , maps a tty to a fbramebuffer .
120 con2fb /dev/fb1 /dev/tty5
/linux-4.4.14/drivers/staging/sm750fb/
Dreadme20 and user can use con2fb to link fbX and ttyX
/linux-4.4.14/drivers/video/console/
Dfbcon.c3257 struct fb_con2fbmap *con2fb; in fbcon_event_notify() local
3298 con2fb = event->data; in fbcon_event_notify()
3299 ret = set_con2fb_map(con2fb->console - 1, in fbcon_event_notify()
3300 con2fb->framebuffer, 1); in fbcon_event_notify()
3303 con2fb = event->data; in fbcon_event_notify()
3304 con2fb->framebuffer = con2fb_map[con2fb->console - 1]; in fbcon_event_notify()