Lines Matching refs:mx3fb_data
236 struct mx3fb_data { struct
250 struct mx3fb_data *mx3fb; argument
264 struct mx3fb_data *mx3fb;
273 static void sdc_set_brightness(struct mx3fb_data *mx3fb, uint8_t value);
274 static u32 sdc_get_brightness(struct mx3fb_data *mx3fb);
278 struct mx3fb_data *fbd = bl_get_data(bl); in mx3fb_bl_get_brightness()
285 struct mx3fb_data *fbd = bl_get_data(bl); in mx3fb_bl_update_status()
305 static void mx3fb_init_backlight(struct mx3fb_data *fbd) in mx3fb_init_backlight()
332 static void mx3fb_exit_backlight(struct mx3fb_data *fbd) in mx3fb_exit_backlight()
343 static u32 mx3fb_read_reg(struct mx3fb_data *mx3fb, unsigned long reg) in mx3fb_read_reg()
348 static void mx3fb_write_reg(struct mx3fb_data *mx3fb, u32 value, unsigned long reg) in mx3fb_write_reg()
365 struct mx3fb_data *mx3fb = fbi->mx3fb; in sdc_fb_init()
376 struct mx3fb_data *mx3fb = fbi->mx3fb; in sdc_fb_uninit()
388 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb; in sdc_enable_channel()
447 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb; in sdc_disable_channel()
473 static int sdc_set_window_pos(struct mx3fb_data *mx3fb, enum ipu_channel channel, in sdc_set_window_pos()
506 static int sdc_init_panel(struct mx3fb_data *mx3fb, enum ipu_panel panel, in sdc_init_panel()
632 static int sdc_set_color_key(struct mx3fb_data *mx3fb, enum ipu_channel channel, in sdc_set_color_key()
670 static int sdc_set_global_alpha(struct mx3fb_data *mx3fb, bool enable, uint8_t alpha) in sdc_set_global_alpha()
693 static u32 sdc_get_brightness(struct mx3fb_data *mx3fb) in sdc_get_brightness()
703 static void sdc_set_brightness(struct mx3fb_data *mx3fb, uint8_t value) in sdc_set_brightness()
761 struct mx3fb_data *mx3fb = ichannel->client; in mx3fb_dma_done()
798 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb; in __set_par()
905 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb; in mx3fb_set_par()
1074 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb; in __blank()
1275 struct mx3fb_data *mx3fb = platform_get_drvdata(pdev); in mx3fb_suspend()
1295 struct mx3fb_data *mx3fb = platform_get_drvdata(pdev); in mx3fb_resume()
1425 static int init_fb_chan(struct mx3fb_data *mx3fb, struct idmac_channel *ichan) in init_fb_chan()
1557 struct mx3fb_data *mx3fb; in mx3fb_probe()
1624 struct mx3fb_data *mx3fb = platform_get_drvdata(dev); in mx3fb_remove()