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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Domap_device.c170 * _omap_device_deactivate - decrease device readiness
183 static int _omap_device_deactivate(struct omap_device *od, u8 ignore_lat) function
530 * _omap_device_deactivate().
545 ret = _omap_device_deactivate(od, USE_WAKEUP_LAT);
561 * return value of _omap_device_deactivate().
578 ret = _omap_device_deactivate(od, IGNORE_WAKEUP_LAT);
601 * along the return value of _omap_device_deactivate() or
620 ret = _omap_device_deactivate(od, USE_WAKEUP_LAT);

Completed in 101 milliseconds