Home
last modified time | relevance | path

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

/drivers/video/
Dfsl-diu-fb.c322 struct mfb_info *pmfbi, *cmfbi, *mfbi = info->par; in fsl_diu_enable_panel() local
324 struct diu_ad *ad = mfbi->ad; in fsl_diu_enable_panel()
325 struct fsl_diu_data *machine_data = mfbi->parent; in fsl_diu_enable_panel()
328 pr_debug("enable_panel index %d\n", mfbi->index); in fsl_diu_enable_panel()
329 if (mfbi->type != MFB_TYPE_OFF) { in fsl_diu_enable_panel()
330 switch (mfbi->index) { in fsl_diu_enable_panel()
384 struct mfb_info *pmfbi, *cmfbi, *mfbi = info->par; in fsl_diu_disable_panel() local
386 struct diu_ad *ad = mfbi->ad; in fsl_diu_disable_panel()
387 struct fsl_diu_data *machine_data = mfbi->parent; in fsl_diu_disable_panel()
390 switch (mfbi->index) { in fsl_diu_disable_panel()
[all …]
/drivers/video/mbx/
Dmbxfb.c889 struct mbxfb_info *mfbi; in mbxfb_probe() local
906 mfbi = fbi->par; in mbxfb_probe()
907 fbi->pseudo_palette = mfbi->pseudo_palette; in mbxfb_probe()
911 mfbi->platform_probe = pdata->probe; in mbxfb_probe()
913 mfbi->platform_remove = pdata->remove; in mbxfb_probe()
915 mfbi->fb_res = platform_get_resource(dev, IORESOURCE_MEM, 0); in mbxfb_probe()
916 mfbi->reg_res = platform_get_resource(dev, IORESOURCE_MEM, 1); in mbxfb_probe()
918 if (!mfbi->fb_res || !mfbi->reg_res) { in mbxfb_probe()
924 mfbi->fb_req = request_mem_region(mfbi->fb_res->start, in mbxfb_probe()
925 res_size(mfbi->fb_res), dev->name); in mbxfb_probe()
[all …]
Dmbxdebugfs.c211 struct mbxfb_info *mfbi = fbi->par; in mbxfb_debugfs_init() local
215 mfbi->debugfs_data = dbg; in mbxfb_debugfs_init()
234 struct mbxfb_info *mfbi = fbi->par; in mbxfb_debugfs_remove() local
235 struct mbxfb_debugfs_data *dbg = mfbi->debugfs_data; in mbxfb_debugfs_remove()