Home
last modified time | relevance | path

Searched refs:gxfb_par (Results 1 – 5 of 5) sorted by relevance

/drivers/video/geode/
Dgxfb.h23 struct gxfb_par { struct
302 static inline uint32_t read_gp(struct gxfb_par *par, int reg) in read_gp()
307 static inline void write_gp(struct gxfb_par *par, int reg, uint32_t val) in write_gp()
312 static inline uint32_t read_dc(struct gxfb_par *par, int reg) in read_dc()
317 static inline void write_dc(struct gxfb_par *par, int reg, uint32_t val) in write_dc()
322 static inline uint32_t read_vp(struct gxfb_par *par, int reg) in read_vp()
327 static inline void write_vp(struct gxfb_par *par, int reg, uint32_t val) in write_vp()
332 static inline uint32_t read_fp(struct gxfb_par *par, int reg) in read_fp()
337 static inline void write_fp(struct gxfb_par *par, int reg, uint32_t val) in write_fp()
Dsuspend_gx.c20 static void gx_save_regs(struct gxfb_par *par) in gx_save_regs()
70 static void gx_restore_gfx_proc(struct gxfb_par *par) in gx_restore_gfx_proc()
88 static void gx_restore_display_ctlr(struct gxfb_par *par) in gx_restore_display_ctlr()
138 static void gx_restore_video_proc(struct gxfb_par *par) in gx_restore_video_proc()
175 static void gx_restore_regs(struct gxfb_par *par) in gx_restore_regs()
191 static void gx_disable_graphics(struct gxfb_par *par) in gx_disable_graphics()
213 static void gx_enable_graphics(struct gxfb_par *par) in gx_enable_graphics()
241 struct gxfb_par *par = info->par; in gx_powerdown()
255 struct gxfb_par *par = info->par; in gx_powerup()
Dgxfb_core.c232 struct gxfb_par *par = info->par; in gxfb_map_video_memory()
296 struct gxfb_par *par; in gxfb_init_fbinfo()
300 info = framebuffer_alloc(sizeof(struct gxfb_par) + sizeof(u32) * 16, in gxfb_init_fbinfo()
327 info->pseudo_palette = (void *)par + sizeof(struct gxfb_par); in gxfb_init_fbinfo()
377 struct gxfb_par *par; in gxfb_probe()
458 struct gxfb_par *par = info->par; in gxfb_remove()
Dvideo_gx.c181 struct gxfb_par *par = info->par; in gx_configure_tft()
238 struct gxfb_par *par = info->par; in gx_configure_display()
300 struct gxfb_par *par = info->par; in gx_blank_display()
Ddisplay_gx.c63 struct gxfb_par *par = info->par; in gx_set_mode()
174 struct gxfb_par *par = info->par; in gx_set_hw_palette_reg()