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

/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c31 struct omapfb_info *ofbi = FB2OFB(fbi); local
33 return sysfs_emit(buf, "%d\n", ofbi->rotation_type);
41 struct omapfb_info *ofbi = FB2OFB(fbi); local
56 if (rot_type == ofbi->rotation_type)
59 rg = omapfb_get_mem_region(ofbi->region);
66 ofbi->rotation_type = rot_type;
85 struct omapfb_info *ofbi = FB2OFB(fbi); local
87 return sysfs_emit(buf, "%d\n", ofbi->mirror);
95 struct omapfb_info *ofbi = FB2OFB(fbi); local
106 ofbi
135 struct omapfb_info *ofbi = FB2OFB(fbi); local
169 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); local
184 struct omapfb_info *ofbi = FB2OFB(fbi); local
325 struct omapfb_info *ofbi = FB2OFB(fbi); local
347 struct omapfb_info *ofbi = FB2OFB(fbi); local
417 struct omapfb_info *ofbi = FB2OFB(fbi); local
426 struct omapfb_info *ofbi = FB2OFB(fbi); local
494 struct omapfb_info *ofbi = FB2OFB(fbi); local
503 struct omapfb_info *ofbi = FB2OFB(fbi); local
[all...]
H A Domapfb-main.c150 static unsigned omapfb_get_vrfb_offset(const struct omapfb_info *ofbi, int rot) argument
152 const struct vrfb *vrfb = &ofbi->region->vrfb;
178 static u32 omapfb_get_region_rot_paddr(const struct omapfb_info *ofbi, int rot) argument
180 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB) {
181 return ofbi->region->vrfb.paddr[rot]
182 + omapfb_get_vrfb_offset(ofbi, rot);
184 return ofbi->region->paddr;
188 static u32 omapfb_get_region_paddr(const struct omapfb_info *ofbi) argument
190 if (ofbi->rotation_type == OMAP_DSS_ROT_VRFB)
191 return ofbi
196 omapfb_get_region_vaddr(const struct omapfb_info *ofbi) argument
443 check_fb_size(const struct omapfb_info *ofbi, struct fb_var_screeninfo *var) argument
492 struct omapfb_info *ofbi = FB2OFB(fbi); local
594 struct omapfb_info *ofbi = FB2OFB(fbi); local
656 struct omapfb_info *ofbi = FB2OFB(fbi); local
801 omapfb_calc_addr(const struct omapfb_info *ofbi, const struct fb_var_screeninfo *var, const struct fb_fix_screeninfo *fix, int rotation, u32 *paddr) argument
835 struct omapfb_info *ofbi = FB2OFB(fbi); local
929 struct omapfb_info *ofbi = FB2OFB(fbi); local
1000 struct omapfb_info *ofbi = FB2OFB(fbi); local
1017 struct omapfb_info *ofbi = FB2OFB(fbi); local
1041 struct omapfb_info *ofbi = FB2OFB(fbi); local
1091 struct omapfb_info *ofbi = FB2OFB(fbi); local
1217 struct omapfb_info *ofbi = FB2OFB(fbi); local
1300 struct omapfb_info *ofbi = FB2OFB(fbi); local
1356 struct omapfb_info *ofbi = FB2OFB(fbi); local
1420 struct omapfb_info *ofbi = FB2OFB(fbi); local
1553 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); local
1583 struct omapfb_info *ofbi = FB2OFB(fbi); local
1732 struct omapfb_info *ofbi = FB2OFB(fbi); local
1875 struct omapfb_info *ofbi; local
1906 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); local
1924 struct omapfb_info *ofbi = FB2OFB(fbi); local
1938 struct omapfb_info *ofbi = FB2OFB(fbi); local
1961 struct omapfb_info *ofbi = FB2OFB(fbi); local
1975 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[0]); local
[all...]
H A Domapfb-ioctl.c27 static u8 get_mem_idx(struct omapfb_info *ofbi) argument
29 if (ofbi->id == ofbi->region->id)
32 return OMAPFB_MEM_IDX_ENABLED | ofbi->region->id;
35 static struct omapfb2_mem_region *get_mem_region(struct omapfb_info *ofbi, argument
38 struct omapfb2_device *fbdev = ofbi->fbdev;
43 mem_idx = ofbi->id;
53 struct omapfb_info *ofbi = FB2OFB(fbi); local
54 struct omapfb2_device *fbdev = ofbi->fbdev;
62 if (ofbi
178 struct omapfb_info *ofbi = FB2OFB(fbi); local
204 struct omapfb_info *ofbi = FB2OFB(fbi); local
264 struct omapfb_info *ofbi = FB2OFB(fbi); local
302 struct omapfb_info *ofbi = FB2OFB(fbi); local
345 struct omapfb_info *ofbi = FB2OFB(fbi); local
418 struct omapfb_info *ofbi = FB2OFB(fbi); local
448 struct omapfb_info *ofbi = FB2OFB(fbi); local
558 struct omapfb_info *ofbi = FB2OFB(fbi); local
574 struct omapfb_info *ofbi = FB2OFB(fbi); local
[all...]
H A Domapfb.h136 struct omapfb_info *ofbi = FB2OFB(fbi); local
141 if (ofbi->num_overlays == 0)
144 ovl = ofbi->overlays[0];

Completed in 146 milliseconds