Home
last modified time | relevance | path

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

/linux-6.15/Documentation/fb/
H A Dsstfb.rst69 #. con2fb /dev/fbx /dev/ttyx
74 cat /proc/fb. You can find a copy of con2fb in tools/ directory.
82 #. con2fb /dev/fbx /dev/ttyx
146 - `con2fb`, maps a tty to a fbramebuffer::
148 con2fb /dev/fb1 /dev/tty5
/linux-6.15/drivers/video/fbdev/core/
H A Dfbcon.c3097 struct fb_con2fbmap con2fb; in fbcon_set_con2fb_map_ioctl() local
3100 if (copy_from_user(&con2fb, argp, sizeof(con2fb))) in fbcon_set_con2fb_map_ioctl()
3102 if (con2fb.console < 1 || con2fb.console > MAX_NR_CONSOLES) in fbcon_set_con2fb_map_ioctl()
3104 if (con2fb.framebuffer >= FB_MAX) in fbcon_set_con2fb_map_ioctl()
3113 ret = set_con2fb_map(con2fb.console - 1, in fbcon_set_con2fb_map_ioctl()
3114 con2fb.framebuffer, 1); in fbcon_set_con2fb_map_ioctl()
3122 struct fb_con2fbmap con2fb; in fbcon_get_con2fb_map_ioctl() local
3124 if (copy_from_user(&con2fb, argp, sizeof(con2fb))) in fbcon_get_con2fb_map_ioctl()
3126 if (con2fb.console < 1 || con2fb.console > MAX_NR_CONSOLES) in fbcon_get_con2fb_map_ioctl()
3130 con2fb.framebuffer = con2fb_map[con2fb.console - 1]; in fbcon_get_con2fb_map_ioctl()
[all …]
/linux-6.15/drivers/staging/sm750fb/
H A Dreadme20 and user can use con2fb to link fbX and ttyX