Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Dskeletonfb.c841 static int xxxfb_suspend(struct device *dev) in xxxfb_suspend() function
865 #define xxxfb_suspend NULL macro
876 static SIMPLE_DEV_PM_OPS(xxxfb_pm_ops, xxxfb_suspend, xxxfb_resume);
921 static int xxxfb_suspend(struct platform_device *dev, pm_message_t msg) in xxxfb_suspend() function
945 #define xxxfb_suspend NULL macro
952 .suspend = xxxfb_suspend, /* optional but recommended */