Lines Matching refs:mx3fb_data
239 struct mx3fb_data { struct
253 struct mx3fb_data *mx3fb; argument
267 struct mx3fb_data *mx3fb;
276 static void sdc_set_brightness(struct mx3fb_data *mx3fb, uint8_t value);
277 static u32 sdc_get_brightness(struct mx3fb_data *mx3fb);
281 struct mx3fb_data *fbd = bl_get_data(bl); in mx3fb_bl_get_brightness()
288 struct mx3fb_data *fbd = bl_get_data(bl); in mx3fb_bl_update_status()
308 static void mx3fb_init_backlight(struct mx3fb_data *fbd) in mx3fb_init_backlight()
335 static void mx3fb_exit_backlight(struct mx3fb_data *fbd) in mx3fb_exit_backlight()
346 static u32 mx3fb_read_reg(struct mx3fb_data *mx3fb, unsigned long reg) in mx3fb_read_reg()
351 static void mx3fb_write_reg(struct mx3fb_data *mx3fb, u32 value, unsigned long reg) in mx3fb_write_reg()
368 struct mx3fb_data *mx3fb = fbi->mx3fb; in sdc_fb_init()
379 struct mx3fb_data *mx3fb = fbi->mx3fb; in sdc_fb_uninit()
391 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb; in sdc_enable_channel()
450 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb; in sdc_disable_channel()
476 static int sdc_set_window_pos(struct mx3fb_data *mx3fb, enum ipu_channel channel, in sdc_set_window_pos()
509 static int sdc_init_panel(struct mx3fb_data *mx3fb, enum ipu_panel panel, in sdc_init_panel()
635 static int sdc_set_color_key(struct mx3fb_data *mx3fb, enum ipu_channel channel, in sdc_set_color_key()
673 static int sdc_set_global_alpha(struct mx3fb_data *mx3fb, bool enable, uint8_t alpha) in sdc_set_global_alpha()
696 static u32 sdc_get_brightness(struct mx3fb_data *mx3fb) in sdc_get_brightness()
706 static void sdc_set_brightness(struct mx3fb_data *mx3fb, uint8_t value) in sdc_set_brightness()
764 struct mx3fb_data *mx3fb = ichannel->client; in mx3fb_dma_done()
801 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb; in __set_par()
908 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb; in mx3fb_set_par()
1077 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb; in __blank()
1278 struct mx3fb_data *mx3fb = platform_get_drvdata(pdev); in mx3fb_suspend()
1298 struct mx3fb_data *mx3fb = platform_get_drvdata(pdev); in mx3fb_resume()
1429 static int init_fb_chan(struct mx3fb_data *mx3fb, struct idmac_channel *ichan) in init_fb_chan()
1561 struct mx3fb_data *mx3fb; in mx3fb_probe()
1628 struct mx3fb_data *mx3fb = platform_get_drvdata(dev); in mx3fb_remove()