Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/
Dfsl-diu-fb.c502 struct mfb_info *pmfbi, *cmfbi, *mfbi = info->par; in fsl_diu_enable_panel() local
503 struct diu_ad *ad = mfbi->ad; in fsl_diu_enable_panel()
504 struct fsl_diu_data *data = mfbi->parent; in fsl_diu_enable_panel()
507 switch (mfbi->index) { in fsl_diu_enable_panel()
554 struct mfb_info *pmfbi, *cmfbi, *mfbi = info->par; in fsl_diu_disable_panel() local
555 struct diu_ad *ad = mfbi->ad; in fsl_diu_disable_panel()
556 struct fsl_diu_data *data = mfbi->parent; in fsl_diu_disable_panel()
559 switch (mfbi->index) { in fsl_diu_disable_panel()
608 struct mfb_info *mfbi = info->par; in enable_lcdc() local
609 struct fsl_diu_data *data = mfbi->parent; in enable_lcdc()
[all …]
/Linux-v5.4/drivers/video/fbdev/mbx/
Dmbxfb.c890 struct mbxfb_info *mfbi; in mbxfb_probe() local
905 mfbi = fbi->par; in mbxfb_probe()
906 fbi->pseudo_palette = mfbi->pseudo_palette; in mbxfb_probe()
910 mfbi->platform_probe = pdata->probe; in mbxfb_probe()
912 mfbi->platform_remove = pdata->remove; in mbxfb_probe()
914 mfbi->fb_res = platform_get_resource(dev, IORESOURCE_MEM, 0); in mbxfb_probe()
915 mfbi->reg_res = platform_get_resource(dev, IORESOURCE_MEM, 1); in mbxfb_probe()
917 if (!mfbi->fb_res || !mfbi->reg_res) { in mbxfb_probe()
923 mfbi->fb_req = request_mem_region(mfbi->fb_res->start, in mbxfb_probe()
924 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_dir = dir; in mbxfb_debugfs_init()
229 struct mbxfb_info *mfbi = fbi->par; in mbxfb_debugfs_remove() local
231 debugfs_remove_recursive(mfbi->debugfs_dir); in mbxfb_debugfs_remove()