Lines Matching refs:s3c_fb

59 struct s3c_fb;
169 struct s3c_fb *parent;
205 struct s3c_fb { struct
246 struct s3c_fb *sfb = win->parent; in s3c_fb_check_var()
347 static int s3c_fb_calc_pixclk(struct s3c_fb *sfb, unsigned int pixclk) in s3c_fb_calc_pixclk()
397 struct s3c_fb *sfb = win->parent; in vidosd_set_size()
413 struct s3c_fb *sfb = win->parent; in vidosd_set_alpha()
427 struct s3c_fb *sfb = win->parent; in shadow_protect_win()
454 static void s3c_fb_enable(struct s3c_fb *sfb, int enable) in s3c_fb_enable()
492 struct s3c_fb *sfb = win->parent; in s3c_fb_set_par()
699 static void s3c_fb_update_palette(struct s3c_fb *sfb, in s3c_fb_update_palette()
747 struct s3c_fb *sfb = win->parent; in s3c_fb_setcolreg()
800 struct s3c_fb *sfb = win->parent; in s3c_fb_blank()
871 struct s3c_fb *sfb = win->parent; in s3c_fb_pan_display()
919 static void s3c_fb_enable_irq(struct s3c_fb *sfb) in s3c_fb_enable_irq()
944 static void s3c_fb_disable_irq(struct s3c_fb *sfb) in s3c_fb_disable_irq()
962 struct s3c_fb *sfb = dev_id; in s3c_fb_irq()
993 static int s3c_fb_wait_for_vsync(struct s3c_fb *sfb, u32 crtc) in s3c_fb_wait_for_vsync()
1021 struct s3c_fb *sfb = win->parent; in s3c_fb_ioctl()
1083 static int s3c_fb_alloc_memory(struct s3c_fb *sfb, struct s3c_fb_win *win) in s3c_fb_alloc_memory()
1129 static void s3c_fb_free_memory(struct s3c_fb *sfb, struct s3c_fb_win *win) in s3c_fb_free_memory()
1145 static void s3c_fb_release_win(struct s3c_fb *sfb, struct s3c_fb_win *win) in s3c_fb_release_win()
1173 static int s3c_fb_probe_win(struct s3c_fb *sfb, unsigned int win_no, in s3c_fb_probe_win()
1294 static void s3c_fb_set_rgb_timing(struct s3c_fb *sfb) in s3c_fb_set_rgb_timing()
1342 static void s3c_fb_clear_win(struct s3c_fb *sfb, int win) in s3c_fb_clear_win()
1367 struct s3c_fb *sfb; in s3c_fb_probe()
1387 sfb = devm_kzalloc(dev, sizeof(struct s3c_fb), GFP_KERNEL); in s3c_fb_probe()
1523 struct s3c_fb *sfb = platform_get_drvdata(pdev); in s3c_fb_remove()
1546 struct s3c_fb *sfb = dev_get_drvdata(dev); in s3c_fb_suspend()
1573 struct s3c_fb *sfb = dev_get_drvdata(dev); in s3c_fb_resume()
1636 struct s3c_fb *sfb = dev_get_drvdata(dev); in s3c_fb_runtime_suspend()
1648 struct s3c_fb *sfb = dev_get_drvdata(dev); in s3c_fb_runtime_resume()