Lines Matching refs:fix
49 static int tx3912fb_get_fix(struct fb_fix_screeninfo *fix, int con,
103 static int tx3912fb_get_fix(struct fb_fix_screeninfo *fix, int con, in tx3912fb_get_fix() argument
108 memset(fix, 0, sizeof(struct fb_fix_screeninfo)); in tx3912fb_get_fix()
109 strcpy(fix->id, TX3912FB_NAME); in tx3912fb_get_fix()
116 fix->smem_start = tx3912fb_vaddr; in tx3912fb_get_fix()
117 fix->smem_len = tx3912fb_size; in tx3912fb_get_fix()
118 fix->type = display->type; in tx3912fb_get_fix()
119 fix->type_aux = display->type_aux; in tx3912fb_get_fix()
120 fix->xpanstep = 0; in tx3912fb_get_fix()
121 fix->ypanstep = display->ypanstep; in tx3912fb_get_fix()
122 fix->ywrapstep = display->ywrapstep; in tx3912fb_get_fix()
123 fix->visual = display->visual; in tx3912fb_get_fix()
124 fix->line_length = display->line_length; in tx3912fb_get_fix()
125 fix->accel = FB_ACCEL_NONE; in tx3912fb_get_fix()