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

/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c117 static int VBoxDrvSuspend(struct device *pDev);
120 static int VBoxDrvSuspend(struct platform_device *pDev, pm_message_t State);
240 .suspend = VBoxDrvSuspend, /* before entering deep sleep */
242 .freeze = VBoxDrvSuspend, /* before creating hibernation image */
251 .suspend = VBoxDrvSuspend,
611 static int VBoxDrvSuspend(struct device *pDev) function
613 static int VBoxDrvSuspend(struct platform_device *pDev, pm_message_t State)

Completed in 44 milliseconds