Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dskeletonfb.c835 * xxxfb_suspend - Optional but recommended function. Suspend the device.
841 static int xxxfb_suspend(struct pci_dev *dev, pm_message_t msg) in xxxfb_suspend() function
865 #define xxxfb_suspend NULL macro
882 .suspend = xxxfb_suspend, /* optional but recommended */
914 * xxxfb_suspend - Optional but recommended function. Suspend the device.
920 static int xxxfb_suspend(struct platform_device *dev, pm_message_t msg) in xxxfb_suspend() function
944 #define xxxfb_suspend NULL macro
951 .suspend = xxxfb_suspend, /* optional but recommended */
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dskeletonfb.c841 * xxxfb_suspend - Optional but recommended function. Suspend the device.
847 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);
921 * xxxfb_suspend - Optional but recommended function. Suspend the device.
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 */

Completed in 3 milliseconds