Searched defs:xxxfb_suspend (Results 1 - 1 of 1) sorted by relevance

/drivers/video/fbdev/
H A Dskeletonfb.c852 * xxxfb_suspend - Optional but recommended function. Suspend the device.
858 static int xxxfb_suspend(struct pci_dev *dev, pm_message_t msg) function
882 #define xxxfb_suspend NULL macro
899 .suspend = xxxfb_suspend, /* optional but recommended */
931 * xxxfb_suspend - Optional but recommended function. Suspend the device.
937 static int xxxfb_suspend(struct platform_device *dev, pm_message_t msg) function
961 #define xxxfb_suspend NULL macro
968 .suspend = xxxfb_suspend, /* optional but recommended */

Completed in 323 milliseconds