Home
last modified time | relevance | path

Searched refs:mfbi (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/
Dfsl-diu-fb.c507 struct mfb_info *pmfbi, *cmfbi, *mfbi = info->par; in fsl_diu_enable_panel() local
508 struct diu_ad *ad = mfbi->ad; in fsl_diu_enable_panel()
509 struct fsl_diu_data *data = mfbi->parent; in fsl_diu_enable_panel()
512 switch (mfbi->index) { in fsl_diu_enable_panel()
559 struct mfb_info *pmfbi, *cmfbi, *mfbi = info->par; in fsl_diu_disable_panel() local
560 struct diu_ad *ad = mfbi->ad; in fsl_diu_disable_panel()
561 struct fsl_diu_data *data = mfbi->parent; in fsl_diu_disable_panel()
564 switch (mfbi->index) { in fsl_diu_disable_panel()
613 struct mfb_info *mfbi = info->par; in enable_lcdc() local
614 struct fsl_diu_data *data = mfbi->parent; in enable_lcdc()
[all …]
/Linux-v4.19/drivers/video/fbdev/mbx/
Dmbxfb.c890 struct mbxfb_info *mfbi; in mbxfb_probe() local
907 mfbi = fbi->par; in mbxfb_probe()
908 fbi->pseudo_palette = mfbi->pseudo_palette; in mbxfb_probe()
912 mfbi->platform_probe = pdata->probe; in mbxfb_probe()
914 mfbi->platform_remove = pdata->remove; in mbxfb_probe()
916 mfbi->fb_res = platform_get_resource(dev, IORESOURCE_MEM, 0); in mbxfb_probe()
917 mfbi->reg_res = platform_get_resource(dev, IORESOURCE_MEM, 1); in mbxfb_probe()
919 if (!mfbi->fb_res || !mfbi->reg_res) { in mbxfb_probe()
925 mfbi->fb_req = request_mem_region(mfbi->fb_res->start, in mbxfb_probe()
926 res_size(mfbi->fb_res), dev->name); in mbxfb_probe()
[all …]
Dmbxdebugfs.c213 struct mbxfb_info *mfbi = fbi->par; in mbxfb_debugfs_init() local
217 mfbi->debugfs_data = dbg; in mbxfb_debugfs_init()
236 struct mbxfb_info *mfbi = fbi->par; in mbxfb_debugfs_remove() local
237 struct mbxfb_debugfs_data *dbg = mfbi->debugfs_data; in mbxfb_debugfs_remove()