Home
last modified time | relevance | path

Searched defs:fb (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/kernel/linux/linux-4.19/drivers/video/fbdev/
Dstifb.c156 #define READ_BYTE(fb,reg) gsc_readb((fb)->info.fix.mmio_start + (reg)) argument
157 #define READ_WORD(fb,reg) gsc_readl((fb)->info.fix.mmio_start + (reg)) argument
163 # define WRITE_BYTE(value,fb,reg) gsc_writeb((value),(fb)->info.fix.mmio_start + (reg)) argument
164 # define WRITE_WORD(value,fb,reg) gsc_writel((value),(fb)->info.fix.mmio_start + (reg)) argument
169 # define WRITE_BYTE(value,fb,reg) do { if (debug_on) \ argument
173 # define WRITE_WORD(value,fb,reg) do { if (debug_on) \ argument
187 SETUP_HW(struct stifb_info *fb) in SETUP_HW()
200 SETUP_FB(struct stifb_info *fb) in SETUP_FB()
237 START_IMAGE_COLORMAP_ACCESS(struct stifb_info *fb) in START_IMAGE_COLORMAP_ACCESS()
246 WRITE_IMAGE_COLOR(struct stifb_info *fb, int index, int color) in WRITE_IMAGE_COLOR()
[all …]
Damba-clcd.c54 static inline void clcdfb_set_start(struct clcd_fb *fb) in clcdfb_set_start()
66 static void clcdfb_disable(struct clcd_fb *fb) in clcdfb_disable()
99 static void clcdfb_enable(struct clcd_fb *fb, u32 cntl) in clcdfb_enable()
139 clcdfb_set_bitfields(struct clcd_fb *fb, struct fb_var_screeninfo *var) in clcdfb_set_bitfields()
287 struct clcd_fb *fb = to_clcd(info); in clcdfb_check_var() local
306 struct clcd_fb *fb = to_clcd(info); in clcdfb_set_par() local
369 struct clcd_fb *fb = to_clcd(info); in clcdfb_setcolreg() local
418 struct clcd_fb *fb = to_clcd(info); in clcdfb_blank() local
431 struct clcd_fb *fb = to_clcd(info); in clcdfb_mmap() local
456 static int clcdfb_register(struct clcd_fb *fb) in clcdfb_register()
[all …]
Damba-clcd-versatile.c159 int versatile_clcd_setup_dma(struct clcd_fb *fb, unsigned long framesize) in versatile_clcd_setup_dma()
176 int versatile_clcd_mmap_dma(struct clcd_fb *fb, struct vm_area_struct *vma) in versatile_clcd_mmap_dma()
182 void versatile_clcd_remove_dma(struct clcd_fb *fb) in versatile_clcd_remove_dma()
276 static void integrator_clcd_enable(struct clcd_fb *fb) in integrator_clcd_enable()
337 static void versatile_clcd_disable(struct clcd_fb *fb) in versatile_clcd_disable()
355 static void versatile_clcd_enable(struct clcd_fb *fb) in versatile_clcd_enable()
398 static void versatile_clcd_decode(struct clcd_fb *fb, struct clcd_regs *regs) in versatile_clcd_decode()
407 static void realview_clcd_disable(struct clcd_fb *fb) in realview_clcd_disable()
416 static void realview_clcd_enable(struct clcd_fb *fb) in realview_clcd_enable()
510 int versatile_clcd_init_panel(struct clcd_fb *fb, struct device_node *panel) in versatile_clcd_init_panel()
Dgoldfishfb.c53 struct fb_info fb; member
60 struct goldfish_fb *fb = dev_id; in goldfish_fb_interrupt() local
84 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_setcolreg() local
127 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_set_par() local
143 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_pan_display() local
159 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_blank() local
189 struct goldfish_fb *fb; in goldfish_fb_probe() local
298 struct goldfish_fb *fb = platform_get_drvdata(pdev); in goldfish_fb_remove() local
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dstifb.c156 #define READ_BYTE(fb,reg) gsc_readb((fb)->info.fix.mmio_start + (reg)) argument
157 #define READ_WORD(fb,reg) gsc_readl((fb)->info.fix.mmio_start + (reg)) argument
163 # define WRITE_BYTE(value,fb,reg) gsc_writeb((value),(fb)->info.fix.mmio_start + (reg)) argument
164 # define WRITE_WORD(value,fb,reg) gsc_writel((value),(fb)->info.fix.mmio_start + (reg)) argument
169 # define WRITE_BYTE(value,fb,reg) do { if (debug_on) \ argument
173 # define WRITE_WORD(value,fb,reg) do { if (debug_on) \ argument
187 SETUP_HW(struct stifb_info *fb) in SETUP_HW()
200 SETUP_FB(struct stifb_info *fb) in SETUP_FB()
237 START_IMAGE_COLORMAP_ACCESS(struct stifb_info *fb) in START_IMAGE_COLORMAP_ACCESS()
246 WRITE_IMAGE_COLOR(struct stifb_info *fb, int index, int color) in WRITE_IMAGE_COLOR()
[all …]
Damba-clcd.c51 static inline void clcdfb_set_start(struct clcd_fb *fb) in clcdfb_set_start()
63 static void clcdfb_disable(struct clcd_fb *fb) in clcdfb_disable()
96 static void clcdfb_enable(struct clcd_fb *fb, u32 cntl) in clcdfb_enable()
136 clcdfb_set_bitfields(struct clcd_fb *fb, struct fb_var_screeninfo *var) in clcdfb_set_bitfields()
275 struct clcd_fb *fb = to_clcd(info); in clcdfb_check_var() local
294 struct clcd_fb *fb = to_clcd(info); in clcdfb_set_par() local
351 struct clcd_fb *fb = to_clcd(info); in clcdfb_setcolreg() local
400 struct clcd_fb *fb = to_clcd(info); in clcdfb_blank() local
413 struct clcd_fb *fb = to_clcd(info); in clcdfb_mmap() local
438 static int clcdfb_register(struct clcd_fb *fb) in clcdfb_register()
[all …]
Dgoldfishfb.c44 struct fb_info fb; member
51 struct goldfish_fb *fb = dev_id; in goldfish_fb_interrupt() local
75 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_setcolreg() local
118 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_set_par() local
134 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_pan_display() local
150 struct goldfish_fb *fb = container_of(info, struct goldfish_fb, fb); in goldfish_fb_blank() local
180 struct goldfish_fb *fb; in goldfish_fb_probe() local
289 struct goldfish_fb *fb = platform_get_drvdata(pdev); in goldfish_fb_remove() local
/kernel/linux/linux-4.19/drivers/gpu/drm/
Ddrm_framebuffer.c70 const struct drm_framebuffer *fb) in drm_framebuffer_check_src_coords()
278 struct drm_framebuffer *fb; in drm_internal_framebuffer_create() local
335 struct drm_framebuffer *fb; in drm_mode_addfb2() local
365 struct drm_framebuffer *fb = in drm_mode_rmfb_work_fn() local
389 struct drm_framebuffer *fb = NULL; in drm_mode_rmfb() local
467 struct drm_framebuffer *fb; in drm_mode_getfb() local
538 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl() local
613 struct drm_framebuffer *fb, *tfb; in drm_fb_release() local
650 struct drm_framebuffer *fb = in drm_framebuffer_free() local
681 int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, in drm_framebuffer_init()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_framebuffer.c78 const struct drm_framebuffer *fb) in drm_framebuffer_check_src_coords()
295 struct drm_framebuffer *fb; in drm_internal_framebuffer_create() local
353 struct drm_framebuffer *fb; in drm_mode_addfb2() local
407 struct drm_framebuffer *fb = in drm_mode_rmfb_work_fn() local
431 struct drm_framebuffer *fb = NULL; in drm_mode_rmfb() local
509 struct drm_framebuffer *fb; in drm_mode_getfb() local
571 struct drm_framebuffer *fb; in drm_mode_getfb2_ioctl() local
701 struct drm_framebuffer *fb; in drm_mode_dirtyfb_ioctl() local
776 struct drm_framebuffer *fb, *tfb; in drm_fb_release() local
813 struct drm_framebuffer *fb = in drm_framebuffer_free() local
[all …]
/kernel/linux/linux-5.10/drivers/staging/fieldbus/
Ddev_core.c29 struct fieldbus_dev *fb = dev_get_drvdata(dev); in online_show() local
38 struct fieldbus_dev *fb = dev_get_drvdata(dev); in enabled_show() local
48 struct fieldbus_dev *fb = dev_get_drvdata(dev); in enabled_store() local
67 struct fieldbus_dev *fb = dev_get_drvdata(dev); in card_name_show() local
80 struct fieldbus_dev *fb = dev_get_drvdata(dev); in read_area_size_show() local
89 struct fieldbus_dev *fb = dev_get_drvdata(dev); in write_area_size_show() local
98 struct fieldbus_dev *fb = dev_get_drvdata(dev); in fieldbus_id_show() local
107 struct fieldbus_dev *fb = dev_get_drvdata(dev); in fieldbus_type_show() local
138 struct fieldbus_dev *fb = dev_get_drvdata(dev); in fieldbus_is_visible() local
234 void fieldbus_dev_area_updated(struct fieldbus_dev *fb) in fieldbus_dev_area_updated()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dbase.c35 nvkm_fb_tile_fini(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_fini()
41 nvkm_fb_tile_init(struct nvkm_fb *fb, int region, u32 addr, u32 size, in nvkm_fb_tile_init()
48 nvkm_fb_tile_prog(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_prog()
91 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_intr() local
99 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_oneinit() local
129 nvkm_fb_init_scrub_vpr(struct nvkm_fb *fb) in nvkm_fb_init_scrub_vpr()
159 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_init() local
199 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_dtor() local
228 int index, struct nvkm_fb *fb) in nvkm_fb_ctor()
Dgf100.c34 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_intr() local
47 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_oneinit() local
76 gf100_fb_init_page(struct nvkm_fb *fb) in gf100_fb_init_page()
91 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_init() local
106 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_dtor() local
122 struct gf100_fb *fb; in gf100_fb_new_() local
Dnv50.c34 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_ram_new() local
137 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_intr() local
198 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_oneinit() local
215 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_init() local
232 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_tags() local
241 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_dtor() local
267 struct nv50_fb *fb; in nv50_fb_new_() local
Dnv20.c30 nv20_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, in nv20_fb_tile_init()
43 nv20_fb_tile_comp(struct nvkm_fb *fb, int i, u32 size, u32 flags, in nv20_fb_tile_comp()
60 nv20_fb_tile_fini(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv20_fb_tile_fini()
70 nv20_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv20_fb_tile_prog()
81 nv20_fb_tags(struct nvkm_fb *fb) in nv20_fb_tags()
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dbase.c35 nvkm_fb_tile_fini(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_fini()
41 nvkm_fb_tile_init(struct nvkm_fb *fb, int region, u32 addr, u32 size, in nvkm_fb_tile_init()
48 nvkm_fb_tile_prog(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_prog()
88 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_intr() local
96 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_oneinit() local
128 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_init() local
160 struct nvkm_fb *fb = nvkm_fb(subdev); in nvkm_fb_dtor() local
187 int index, struct nvkm_fb *fb) in nvkm_fb_ctor()
Dgf100.c34 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_intr() local
47 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_oneinit() local
76 gf100_fb_init_page(struct nvkm_fb *fb) in gf100_fb_init_page()
91 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_init() local
106 struct gf100_fb *fb = gf100_fb(base); in gf100_fb_dtor() local
122 struct gf100_fb *fb; in gf100_fb_new_() local
Dnv50.c34 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_ram_new() local
137 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_intr() local
198 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_oneinit() local
215 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_init() local
232 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_tags() local
241 struct nv50_fb *fb = nv50_fb(base); in nv50_fb_dtor() local
267 struct nv50_fb *fb; in nv50_fb_new_() local
Dnv20.c30 nv20_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, in nv20_fb_tile_init()
43 nv20_fb_tile_comp(struct nvkm_fb *fb, int i, u32 size, u32 flags, in nv20_fb_tile_comp()
60 nv20_fb_tile_fini(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv20_fb_tile_fini()
70 nv20_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) in nv20_fb_tile_prog()
81 nv20_fb_tags(struct nvkm_fb *fb) in nv20_fb_tags()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
Dmsm_fb.c34 void msm_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in msm_framebuffer_describe()
55 int msm_framebuffer_prepare(struct drm_framebuffer *fb, in msm_framebuffer_prepare()
71 void msm_framebuffer_cleanup(struct drm_framebuffer *fb, in msm_framebuffer_cleanup()
80 uint32_t msm_framebuffer_iova(struct drm_framebuffer *fb, in msm_framebuffer_iova()
88 struct drm_gem_object *msm_framebuffer_bo(struct drm_framebuffer *fb, int plane) in msm_framebuffer_bo()
93 const struct msm_format *msm_framebuffer_format(struct drm_framebuffer *fb) in msm_framebuffer_format()
105 struct drm_framebuffer *fb; in msm_framebuffer_create() local
138 struct drm_framebuffer *fb; in msm_framebuffer_init() local
216 struct drm_framebuffer *fb; in msm_alloc_stolen_fb() local
/kernel/linux/linux-4.19/drivers/gpu/drm/msm/
Dmsm_fb.c41 void msm_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in msm_framebuffer_describe()
62 int msm_framebuffer_prepare(struct drm_framebuffer *fb, in msm_framebuffer_prepare()
78 void msm_framebuffer_cleanup(struct drm_framebuffer *fb, in msm_framebuffer_cleanup()
87 uint32_t msm_framebuffer_iova(struct drm_framebuffer *fb, in msm_framebuffer_iova()
95 struct drm_gem_object *msm_framebuffer_bo(struct drm_framebuffer *fb, int plane) in msm_framebuffer_bo()
100 const struct msm_format *msm_framebuffer_format(struct drm_framebuffer *fb) in msm_framebuffer_format()
110 struct drm_framebuffer *fb; in msm_framebuffer_create() local
141 struct drm_framebuffer *fb; in msm_framebuffer_init() local
223 struct drm_framebuffer *fb; in msm_alloc_stolen_fb() local
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
Dtest-drm_damage_helper.c80 struct drm_framebuffer fb = { in igt_damage_iter_no_damage() local
111 struct drm_framebuffer fb = { in igt_damage_iter_no_damage_fractional_src() local
144 struct drm_framebuffer fb = { in igt_damage_iter_no_damage_src_moved() local
176 struct drm_framebuffer fb = { in igt_damage_iter_no_damage_fractional_src_moved() local
209 struct drm_framebuffer fb = { in igt_damage_iter_no_damage_not_visible() local
238 struct drm_framebuffer fb = { in igt_damage_iter_no_damage_no_crtc() local
291 struct drm_framebuffer fb = { in igt_damage_iter_simple_damage() local
327 struct drm_framebuffer fb = { in igt_damage_iter_single_damage() local
362 struct drm_framebuffer fb = { in igt_damage_iter_single_damage_intersect_src() local
398 struct drm_framebuffer fb = { in igt_damage_iter_single_damage_outside_src() local
[all …]
/kernel/linux/linux-4.19/include/drm/
Ddrm_framebuffer.h226 static inline void drm_framebuffer_get(struct drm_framebuffer *fb) in drm_framebuffer_get()
238 static inline void drm_framebuffer_put(struct drm_framebuffer *fb) in drm_framebuffer_put()
250 static inline void drm_framebuffer_reference(struct drm_framebuffer *fb) in drm_framebuffer_reference()
262 static inline void drm_framebuffer_unreference(struct drm_framebuffer *fb) in drm_framebuffer_unreference()
273 static inline uint32_t drm_framebuffer_read_refcount(const struct drm_framebuffer *fb) in drm_framebuffer_read_refcount()
287 struct drm_framebuffer *fb) in drm_framebuffer_assign()
304 #define drm_for_each_fb(fb, dev) \ argument
/kernel/linux/linux-4.19/arch/arm/mach-netx/
Dfb.c35 void netx_clcd_enable(struct clcd_fb *fb) in netx_clcd_enable()
39 int netx_clcd_setup(struct clcd_fb *fb) in netx_clcd_setup()
58 int netx_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) in netx_clcd_mmap()
64 void netx_clcd_remove(struct clcd_fb *fb) in netx_clcd_remove()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
Domap_fb.c58 static int omap_framebuffer_dirty(struct drm_framebuffer *fb, in omap_framebuffer_dirty()
82 static u32 get_linear_addr(struct drm_framebuffer *fb, in get_linear_addr()
96 bool omap_framebuffer_supports_rotation(struct drm_framebuffer *fb) in omap_framebuffer_supports_rotation()
133 void omap_framebuffer_update_scanout(struct drm_framebuffer *fb, in omap_framebuffer_update_scanout()
224 int omap_framebuffer_pin(struct drm_framebuffer *fb) in omap_framebuffer_pin()
264 void omap_framebuffer_unpin(struct drm_framebuffer *fb) in omap_framebuffer_unpin()
288 void omap_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in omap_framebuffer_describe()
310 struct drm_framebuffer *fb; in omap_framebuffer_create() local
339 struct drm_framebuffer *fb = NULL; in omap_framebuffer_init() local
/kernel/linux/linux-4.19/drivers/gpu/drm/omapdrm/
Domap_fb.c74 static u32 get_linear_addr(struct drm_framebuffer *fb, in get_linear_addr()
88 bool omap_framebuffer_supports_rotation(struct drm_framebuffer *fb) in omap_framebuffer_supports_rotation()
125 void omap_framebuffer_update_scanout(struct drm_framebuffer *fb, in omap_framebuffer_update_scanout()
219 int omap_framebuffer_pin(struct drm_framebuffer *fb) in omap_framebuffer_pin()
259 void omap_framebuffer_unpin(struct drm_framebuffer *fb) in omap_framebuffer_unpin()
283 void omap_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m) in omap_framebuffer_describe()
303 struct drm_framebuffer *fb; in omap_framebuffer_create() local
332 struct drm_framebuffer *fb = NULL; in omap_framebuffer_init() local

12345678910>>...25