• Home
  • Raw
  • Download

Lines Matching defs:sinfo

70 #define lcdc_readl(sinfo, reg)		__raw_readl((sinfo)->mmio+(reg))  argument
71 #define lcdc_writel(sinfo, reg, val) __raw_writel((val), (sinfo)->mmio+(reg)) argument
111 struct atmel_lcdfb_info *sinfo = bl_get_data(bl); in atmel_bl_update_status() local
143 struct atmel_lcdfb_info *sinfo = bl_get_data(bl); in atmel_bl_get_brightness() local
153 static void init_backlight(struct atmel_lcdfb_info *sinfo) in init_backlight()
180 static void exit_backlight(struct atmel_lcdfb_info *sinfo) in exit_backlight()
194 static void init_backlight(struct atmel_lcdfb_info *sinfo) in init_backlight()
199 static void exit_backlight(struct atmel_lcdfb_info *sinfo) in exit_backlight()
205 static void init_contrast(struct atmel_lcdfb_info *sinfo) in init_contrast()
221 static inline void atmel_lcdfb_power_control(struct atmel_lcdfb_info *sinfo, int on) in atmel_lcdfb_power_control()
252 static unsigned long compute_hozval(struct atmel_lcdfb_info *sinfo, in compute_hozval()
279 static void atmel_lcdfb_stop_nowait(struct atmel_lcdfb_info *sinfo) in atmel_lcdfb_stop_nowait()
294 static void atmel_lcdfb_stop(struct atmel_lcdfb_info *sinfo) in atmel_lcdfb_stop()
303 static void atmel_lcdfb_start(struct atmel_lcdfb_info *sinfo) in atmel_lcdfb_start()
316 struct atmel_lcdfb_info *sinfo = info->par; in atmel_lcdfb_update_dma() local
329 static inline void atmel_lcdfb_free_video_memory(struct atmel_lcdfb_info *sinfo) in atmel_lcdfb_free_video_memory()
344 static int atmel_lcdfb_alloc_video_memory(struct atmel_lcdfb_info *sinfo) in atmel_lcdfb_alloc_video_memory()
408 struct atmel_lcdfb_info *sinfo = info->par; in atmel_lcdfb_check_var() local
537 static void atmel_lcdfb_reset(struct atmel_lcdfb_info *sinfo) in atmel_lcdfb_reset()
561 struct atmel_lcdfb_info *sinfo = info->par; in atmel_lcdfb_set_par() local
727 struct atmel_lcdfb_info *sinfo = info->par; in atmel_lcdfb_setcolreg() local
806 struct atmel_lcdfb_info *sinfo = info->par; in atmel_lcdfb_blank() local
842 struct atmel_lcdfb_info *sinfo = info->par; in atmel_lcdfb_interrupt() local
860 struct atmel_lcdfb_info *sinfo = in atmel_lcdfb_task() local
866 static int __init atmel_lcdfb_init_fbinfo(struct atmel_lcdfb_info *sinfo) in atmel_lcdfb_init_fbinfo()
887 static void atmel_lcdfb_start_clock(struct atmel_lcdfb_info *sinfo) in atmel_lcdfb_start_clock()
893 static void atmel_lcdfb_stop_clock(struct atmel_lcdfb_info *sinfo) in atmel_lcdfb_stop_clock()
940 static int atmel_lcdfb_of_init(struct atmel_lcdfb_info *sinfo) in atmel_lcdfb_of_init()
1046 struct atmel_lcdfb_info *sinfo; in atmel_lcdfb_probe() local
1252 struct atmel_lcdfb_info *sinfo; in atmel_lcdfb_remove() local
1286 struct atmel_lcdfb_info *sinfo = info->par; in atmel_lcdfb_suspend() local
1306 struct atmel_lcdfb_info *sinfo = info->par; in atmel_lcdfb_resume() local