Home
last modified time | relevance | path

Searched refs:lxfb_par (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/geode/
Dlxfb.h30 struct lxfb_par { struct
385 static inline uint32_t read_gp(struct lxfb_par *par, int reg) in read_gp()
390 static inline void write_gp(struct lxfb_par *par, int reg, uint32_t val) in write_gp()
395 static inline uint32_t read_dc(struct lxfb_par *par, int reg) in read_dc()
400 static inline void write_dc(struct lxfb_par *par, int reg, uint32_t val) in write_dc()
405 static inline uint32_t read_vp(struct lxfb_par *par, int reg) in read_vp()
410 static inline void write_vp(struct lxfb_par *par, int reg, uint32_t val) in write_vp()
415 static inline uint32_t read_fp(struct lxfb_par *par, int reg) in read_fp()
420 static inline void write_fp(struct lxfb_par *par, int reg, uint32_t val) in write_fp()
Dlxfb_ops.c186 struct lxfb_par *par = info->par; in lx_graphics_disable()
251 struct lxfb_par *par = info->par; in lx_graphics_enable()
347 struct lxfb_par *par = info->par; in lx_set_mode()
512 struct lxfb_par *par = info->par; in lx_set_palette_reg()
527 struct lxfb_par *par = info->par; in lx_blank_display()
589 static void lx_save_regs(struct lxfb_par *par) in lx_save_regs()
642 static void lx_restore_gfx_proc(struct lxfb_par *par) in lx_restore_gfx_proc()
668 static void lx_restore_display_ctlr(struct lxfb_par *par) in lx_restore_display_ctlr()
733 static void lx_restore_video_proc(struct lxfb_par *par) in lx_restore_video_proc()
768 static void lx_restore_regs(struct lxfb_par *par) in lx_restore_regs()
[all …]
Dlxfb_core.c339 struct lxfb_par *par = info->par; in lxfb_map_video_memory()
416 struct lxfb_par *par; in lxfb_init_fbinfo()
420 info = framebuffer_alloc(sizeof(struct lxfb_par) + sizeof(u32) * 16, in lxfb_init_fbinfo()
447 info->pseudo_palette = (void *)par + sizeof(struct lxfb_par); in lxfb_init_fbinfo()
500 struct lxfb_par *par; in lxfb_probe()
589 struct lxfb_par *par = info->par; in lxfb_remove()