Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/mbx/
Dmbxfb.c73 int (*platform_remove) (struct fb_info * fb); member
912 mfbi->platform_remove = pdata->remove; in mbxfb_probe()
1022 if (mfbi->platform_remove) in mbxfb_remove()
1023 mfbi->platform_remove(fbi); in mbxfb_remove()