Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/mbx/
Dmbxfb.c73 int (*platform_remove) (struct fb_info * fb); member
914 mfbi->platform_remove = pdata->remove; in mbxfb_probe()
1024 if (mfbi->platform_remove) in mbxfb_remove()
1025 mfbi->platform_remove(fbi); in mbxfb_remove()