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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dfbmem.c1035 struct fb_con2fbmap con2fb; local
1103 if (copy_from_user(&con2fb, argp, sizeof(con2fb)))
1105 if (con2fb.console < 1 || con2fb.console > MAX_NR_CONSOLES)
1107 con2fb.framebuffer = -1;
1108 event.data = &con2fb;
1114 ret = copy_to_user(argp, &con2fb, sizeof(con2fb)) ? -EFAULT : 0;
1117 if (copy_from_user(&con2fb, arg
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dfbmem.c1035 struct fb_con2fbmap con2fb; local
1103 if (copy_from_user(&con2fb, argp, sizeof(con2fb)))
1105 if (con2fb.console < 1 || con2fb.console > MAX_NR_CONSOLES)
1107 con2fb.framebuffer = -1;
1108 event.data = &con2fb;
1114 ret = copy_to_user(argp, &con2fb, sizeof(con2fb)) ? -EFAULT : 0;
1117 if (copy_from_user(&con2fb, arg
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.c3201 struct fb_con2fbmap *con2fb; local
3241 con2fb = event->data;
3242 ret = set_con2fb_map(con2fb->console - 1,
3243 con2fb->framebuffer, 1);
3246 con2fb = event->data;
3247 con2fb->framebuffer = con2fb_map[con2fb->console - 1];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/console/
H A Dfbcon.c3201 struct fb_con2fbmap *con2fb; local
3241 con2fb = event->data;
3242 ret = set_con2fb_map(con2fb->console - 1,
3243 con2fb->framebuffer, 1);
3246 con2fb = event->data;
3247 con2fb->framebuffer = con2fb_map[con2fb->console - 1];

Completed in 196 milliseconds