/* * Function called when the driver is requested to resume * in: pDevice */ static int OMAPLFBDriverResume_Entry(struct platform_device unref__ *pDevice) { DEBUG_PRINTK("Requested driver resume"); OMAPLFBDriverResume(); bDeviceSuspended = OMAP_FALSE; return 0; }
static int OMAPLFBDriverResume_Entry(struct platform_device unref__ *pDevice) { DEBUG_PRINTK((KERN_INFO DRIVER_PREFIX ": OMAPLFBDriverResume_Entry\n")); OMAPLFBDriverResume(); bDeviceSuspended = OMAP_FALSE; return 0; }
static void OMAPLFBDriverResume_Entry(struct early_suspend *h) { DEBUG_PRINTK((KERN_INFO DRIVER_PREFIX ": OMAPLFBDriverResume_Entry\n")); printk(KERN_WARNING DRIVER_PREFIX ": **** RESUME\n"); OMAPLFBDriverResume(); bDeviceSuspended = OMAP_FALSE; }
/* * Android specific, driver is requested to be suspended * in: ea_event */ static void OMAPLFBDriverResume_Entry(struct early_suspend *ea_event) { DEBUG_PRINTK("Requested driver resume"); OMAPLFBDriverResume(); bDeviceSuspended = OMAP_FALSE; }