Searched defs:ofbi (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-sysfs.c | 30 struct omapfb_info *ofbi = FB2OFB(fbi); in show_rotate_type() local 40 struct omapfb_info *ofbi = FB2OFB(fbi); in store_rotate_type() local 84 struct omapfb_info *ofbi = FB2OFB(fbi); in show_mirror() local 94 struct omapfb_info *ofbi = FB2OFB(fbi); in store_mirror() local 134 struct omapfb_info *ofbi = FB2OFB(fbi); show_overlays() local 168 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); get_overlay_fb() local 183 struct omapfb_info *ofbi = FB2OFB(fbi); store_overlays() local 324 struct omapfb_info *ofbi = FB2OFB(fbi); show_overlays_rotate() local 346 struct omapfb_info *ofbi = FB2OFB(fbi); store_overlays_rotate() local 416 struct omapfb_info *ofbi = FB2OFB(fbi); show_size() local 425 struct omapfb_info *ofbi = FB2OFB(fbi); store_size() local 493 struct omapfb_info *ofbi = FB2OFB(fbi); show_phys() local 502 struct omapfb_info *ofbi = FB2OFB(fbi); show_virt() local [all...] |
H A D | omapfb-ioctl.c | 27 static u8 get_mem_idx(struct omapfb_info *ofbi) in get_mem_idx() argument 35 static struct omapfb2_mem_region *get_mem_region(struct omapfb_info *ofbi, in get_mem_region() argument 53 struct omapfb_info *ofbi = FB2OFB(fbi); in omapfb_setup_plane() local 178 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_query_plane() local 204 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_setup_mem() local 264 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_query_mem() local 302 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_set_update_mode() local 345 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_get_update_mode() local 418 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_set_color_key() local 448 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_get_color_key() local 558 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_wait_for_go() local 574 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_ioctl() local [all...] |
H A D | omapfb.h | 136 struct omapfb_info *ofbi = FB2OFB(fbi); in fb2display() local
|
H A D | omapfb-main.c | 150 static unsigned omapfb_get_vrfb_offset(const struct omapfb_info *ofbi, int rot) in omapfb_get_vrfb_offset() argument 178 static u32 omapfb_get_region_rot_paddr(const struct omapfb_info *ofbi, int rot) in omapfb_get_region_rot_paddr() argument 188 static u32 omapfb_get_region_paddr(const struct omapfb_info *ofbi) in omapfb_get_region_paddr() argument 196 omapfb_get_region_vaddr(const struct omapfb_info *ofbi) omapfb_get_region_vaddr() argument 443 check_fb_size(const struct omapfb_info *ofbi, struct fb_var_screeninfo *var) check_fb_size() argument 492 struct omapfb_info *ofbi = FB2OFB(fbi); setup_vrfb_rotation() local 594 struct omapfb_info *ofbi = FB2OFB(fbi); set_fb_fix() local 656 struct omapfb_info *ofbi = FB2OFB(fbi); check_fb_var() 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) omapfb_calc_addr() argument 835 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_setup_overlay() local 929 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_apply_changes() local 1000 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_check_var() local 1017 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_set_par() local 1041 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_pan_display() local 1091 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_mmap() local 1215 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_blank() local 1299 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_free_fbmem() local 1355 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_alloc_fbmem() local 1419 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_alloc_fbmem_display() local 1552 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); omapfb_allocate_all_fbs() local 1582 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_realloc_fbmem() local 1731 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_fb_init() local 1876 struct omapfb_info *ofbi; omapfb_create_framebuffers() local 1907 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); omapfb_create_framebuffers() local 1925 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_create_framebuffers() local 1939 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_create_framebuffers() local 1962 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_create_framebuffers() local 1976 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[0]); omapfb_create_framebuffers() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-ioctl.c | 27 static u8 get_mem_idx(struct omapfb_info *ofbi) in get_mem_idx() argument 35 static struct omapfb2_mem_region *get_mem_region(struct omapfb_info *ofbi, in get_mem_region() argument 53 struct omapfb_info *ofbi = FB2OFB(fbi); in omapfb_setup_plane() local 178 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_query_plane() local 204 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_setup_mem() local 264 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_query_mem() local 302 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_set_update_mode() local 345 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_get_update_mode() local 418 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_set_color_key() local 448 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_get_color_key() local 558 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_wait_for_go() local 574 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_ioctl() local [all...] |
H A D | omapfb-sysfs.c | 31 struct omapfb_info *ofbi = FB2OFB(fbi); in show_rotate_type() local 41 struct omapfb_info *ofbi = FB2OFB(fbi); in store_rotate_type() local 85 struct omapfb_info *ofbi = FB2OFB(fbi); in show_mirror() local 95 struct omapfb_info *ofbi = FB2OFB(fbi); in store_mirror() local 135 struct omapfb_info *ofbi = FB2OFB(fbi); show_overlays() local 169 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); get_overlay_fb() local 184 struct omapfb_info *ofbi = FB2OFB(fbi); store_overlays() local 325 struct omapfb_info *ofbi = FB2OFB(fbi); show_overlays_rotate() local 347 struct omapfb_info *ofbi = FB2OFB(fbi); store_overlays_rotate() local 417 struct omapfb_info *ofbi = FB2OFB(fbi); show_size() local 426 struct omapfb_info *ofbi = FB2OFB(fbi); store_size() local 494 struct omapfb_info *ofbi = FB2OFB(fbi); show_phys() local 503 struct omapfb_info *ofbi = FB2OFB(fbi); show_virt() local [all...] |
H A D | omapfb.h | 136 struct omapfb_info *ofbi = FB2OFB(fbi); in fb2display() local
|
H A D | omapfb-main.c | 150 static unsigned omapfb_get_vrfb_offset(const struct omapfb_info *ofbi, int rot) in omapfb_get_vrfb_offset() argument 178 static u32 omapfb_get_region_rot_paddr(const struct omapfb_info *ofbi, int rot) in omapfb_get_region_rot_paddr() argument 188 static u32 omapfb_get_region_paddr(const struct omapfb_info *ofbi) in omapfb_get_region_paddr() argument 196 omapfb_get_region_vaddr(const struct omapfb_info *ofbi) omapfb_get_region_vaddr() argument 443 check_fb_size(const struct omapfb_info *ofbi, struct fb_var_screeninfo *var) check_fb_size() argument 492 struct omapfb_info *ofbi = FB2OFB(fbi); setup_vrfb_rotation() local 594 struct omapfb_info *ofbi = FB2OFB(fbi); set_fb_fix() local 656 struct omapfb_info *ofbi = FB2OFB(fbi); check_fb_var() 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) omapfb_calc_addr() argument 835 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_setup_overlay() local 929 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_apply_changes() local 1000 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_check_var() local 1017 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_set_par() local 1041 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_pan_display() local 1091 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_mmap() local 1215 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_blank() local 1299 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_free_fbmem() local 1355 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_alloc_fbmem() local 1419 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_alloc_fbmem_display() local 1552 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); omapfb_allocate_all_fbs() local 1582 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_realloc_fbmem() local 1731 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_fb_init() local 1874 struct omapfb_info *ofbi; omapfb_create_framebuffers() local 1905 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); omapfb_create_framebuffers() local 1923 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_create_framebuffers() local 1937 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_create_framebuffers() local 1960 struct omapfb_info *ofbi = FB2OFB(fbi); omapfb_create_framebuffers() local 1974 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[0]); omapfb_create_framebuffers() local [all...] |
Completed in 8 milliseconds