Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dskeletonfb.c847 static int xxxfb_suspend(struct device *dev) in xxxfb_suspend() function
871 #define xxxfb_suspend NULL macro
882 static SIMPLE_DEV_PM_OPS(xxxfb_pm_ops, xxxfb_suspend, xxxfb_resume);
927 static int xxxfb_suspend(struct platform_device *dev, pm_message_t msg) in xxxfb_suspend() function
951 #define xxxfb_suspend NULL macro
958 .suspend = xxxfb_suspend, /* optional but recommended */