Searched refs:ignore_lat (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.c104 * @ignore_lat: increase to latency target (0) or full readiness (1)?
107 * wakeup latency, but consuming more power). If @ignore_lat is
109 * if @ignore_lat is USE_WAKEUP_LAT, and the device's maximum wakeup
115 static int _omap_device_activate(struct omap_device *od, u8 ignore_lat) argument
129 if (!ignore_lat &&
172 * @ignore_lat: decrease to latency target (0) or full inactivity (1)?
175 * wakeup latency, but conserving power). If @ignore_lat is
177 * if @ignore_lat is USE_WAKEUP_LAT, and the device's maximum wakeup
183 static int _omap_device_deactivate(struct omap_device *od, u8 ignore_lat) argument
195 if (!ignore_lat
[all...]

Completed in 172 milliseconds