Lines Matching defs:mx3fb_data
236 struct mx3fb_data {
250 struct mx3fb_data *mx3fb;
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);
285 struct mx3fb_data *fbd = bl_get_data(bl);
305 static void mx3fb_init_backlight(struct mx3fb_data *fbd)
332 static void mx3fb_exit_backlight(struct mx3fb_data *fbd)
343 static u32 mx3fb_read_reg(struct mx3fb_data *mx3fb, unsigned long reg)
348 static void mx3fb_write_reg(struct mx3fb_data *mx3fb, u32 value, unsigned long reg)
365 struct mx3fb_data *mx3fb = fbi->mx3fb;
376 struct mx3fb_data *mx3fb = fbi->mx3fb;
388 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb;
447 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb;
473 static int sdc_set_window_pos(struct mx3fb_data *mx3fb, enum ipu_channel channel,
506 static int sdc_init_panel(struct mx3fb_data *mx3fb, enum ipu_panel panel,
632 static int sdc_set_color_key(struct mx3fb_data *mx3fb, enum ipu_channel channel,
670 static int sdc_set_global_alpha(struct mx3fb_data *mx3fb, bool enable, uint8_t alpha)
693 static u32 sdc_get_brightness(struct mx3fb_data *mx3fb)
703 static void sdc_set_brightness(struct mx3fb_data *mx3fb, uint8_t value)
761 struct mx3fb_data *mx3fb = ichannel->client;
798 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb;
905 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb;
1074 struct mx3fb_data *mx3fb = mx3_fbi->mx3fb;
1275 struct mx3fb_data *mx3fb = platform_get_drvdata(pdev);
1295 struct mx3fb_data *mx3fb = platform_get_drvdata(pdev);
1426 static int init_fb_chan(struct mx3fb_data *mx3fb, struct idmac_channel *ichan)
1558 struct mx3fb_data *mx3fb;
1625 struct mx3fb_data *mx3fb = platform_get_drvdata(dev);