Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Dbfin_adv7393fb.c91 static struct fb_fix_screeninfo bfin_adv7393_fb_fix = { variable
437 bfin_adv7393_fb_fix.smem_start = (int)fbdev->fb_mem; in bfin_adv7393_fb_probe()
439 bfin_adv7393_fb_fix.smem_len = fbdev->fb_len; in bfin_adv7393_fb_probe()
440 bfin_adv7393_fb_fix.line_length = fbdev->line_len; in bfin_adv7393_fb_probe()
443 bfin_adv7393_fb_fix.ypanstep = 1; in bfin_adv7393_fb_probe()
457 fbdev->info.fix = bfin_adv7393_fb_fix; in bfin_adv7393_fb_probe()