Searched refs:lxfb_par (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/video/fbdev/geode/ |
D | lxfb.h | 26 struct lxfb_par { struct 376 static inline uint32_t read_gp(struct lxfb_par *par, int reg) in read_gp() 381 static inline void write_gp(struct lxfb_par *par, int reg, uint32_t val) in write_gp() 386 static inline uint32_t read_dc(struct lxfb_par *par, int reg) in read_dc() 391 static inline void write_dc(struct lxfb_par *par, int reg, uint32_t val) in write_dc() 396 static inline uint32_t read_vp(struct lxfb_par *par, int reg) in read_vp() 401 static inline void write_vp(struct lxfb_par *par, int reg, uint32_t val) in write_vp() 406 static inline uint32_t read_fp(struct lxfb_par *par, int reg) in read_fp() 411 static inline void write_fp(struct lxfb_par *par, int reg, uint32_t val) in write_fp()
|
D | lxfb_ops.c | 182 struct lxfb_par *par = info->par; in lx_graphics_disable() 247 struct lxfb_par *par = info->par; in lx_graphics_enable() 343 struct lxfb_par *par = info->par; in lx_set_mode() 508 struct lxfb_par *par = info->par; in lx_set_palette_reg() 523 struct lxfb_par *par = info->par; in lx_blank_display() 583 static void lx_save_regs(struct lxfb_par *par) in lx_save_regs() 636 static void lx_restore_gfx_proc(struct lxfb_par *par) in lx_restore_gfx_proc() 662 static void lx_restore_display_ctlr(struct lxfb_par *par) in lx_restore_display_ctlr() 728 static void lx_restore_video_proc(struct lxfb_par *par) in lx_restore_video_proc() 763 static void lx_restore_regs(struct lxfb_par *par) in lx_restore_regs() [all …]
|
D | lxfb_core.c | 330 struct lxfb_par *par = info->par; in lxfb_map_video_memory() 404 struct lxfb_par *par; in lxfb_init_fbinfo() 408 info = framebuffer_alloc(sizeof(struct lxfb_par) + sizeof(u32) * 16, in lxfb_init_fbinfo() 434 info->pseudo_palette = (void *)par + sizeof(struct lxfb_par); in lxfb_init_fbinfo() 480 struct lxfb_par *par; in lxfb_probe() 573 struct lxfb_par *par = info->par; in lxfb_remove()
|