Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Dfsl-diu-fb.c501 struct mfb_info *pmfbi, *cmfbi, *mfbi = info->par; in fsl_diu_enable_panel() local
502 struct diu_ad *ad = mfbi->ad; in fsl_diu_enable_panel()
503 struct fsl_diu_data *data = mfbi->parent; in fsl_diu_enable_panel()
506 switch (mfbi->index) { in fsl_diu_enable_panel()
553 struct mfb_info *pmfbi, *cmfbi, *mfbi = info->par; in fsl_diu_disable_panel() local
554 struct diu_ad *ad = mfbi->ad; in fsl_diu_disable_panel()
555 struct fsl_diu_data *data = mfbi->parent; in fsl_diu_disable_panel()
558 switch (mfbi->index) { in fsl_diu_disable_panel()
607 struct mfb_info *mfbi = info->par; in enable_lcdc() local
608 struct fsl_diu_data *data = mfbi->parent; in enable_lcdc()
[all …]
/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.c218 struct mbxfb_info *mfbi = fbi->par; in mbxfb_debugfs_init() local
222 mfbi->debugfs_data = dbg; in mbxfb_debugfs_init()
241 struct mbxfb_info *mfbi = fbi->par; in mbxfb_debugfs_remove() local
242 struct mbxfb_debugfs_data *dbg = mfbi->debugfs_data; in mbxfb_debugfs_remove()