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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dspu_csa.h229 * @suspend_time: Time stamp when decrementer disabled.
259 unsigned long suspend_time; member in struct:spu_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-lib.c1229 u32 suspend_time = 100; local
1241 scan->suspend_time = 0;
1244 interval = suspend_time;
1246 extra = (suspend_time / interval) << 22;
1248 ((suspend_time % interval) * 1024));
1249 scan->suspend_time = cpu_to_le32(scan_suspend_time);
1250 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
H A Diwl3945-base.c2865 u32 suspend_time = 100; local
2878 scan->suspend_time = 0;
2881 interval = suspend_time;
2889 extra = (suspend_time / interval) << 24;
2891 (extra | ((suspend_time % interval) * 1024));
2893 scan->suspend_time = cpu_to_le32(scan_suspend_time);
2894 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
H A Diwl-commands.h2725 * background. The max_out_time and suspend_time control the ratio of how
2730 * max_out_time is the max time off-channel (in usec), and suspend_time
2732 * after returning to the service channel. That is, suspend_time is the
2751 * 10) Stays on service channel until suspend_time expires
2784 __le32 suspend_time; /* pause scan this long (in "extended beacon member in struct:iwl3945_scan_cmd
2828 __le32 suspend_time; /* pause scan this long (in "extended beacon member in struct:iwl_scan_cmd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddriver.c1698 unsigned long suspend_time, j; local
1743 suspend_time = udev->last_busy + udev->autosuspend_delay;
1744 if (time_before(j, suspend_time)) {
1746 round_jiffies_up_relative(suspend_time - j)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c289 csa->suspend_time = get_cycles();
1272 cycles_t delta_time = resume_time - csa->suspend_time;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.h571 unsigned long suspend_time; member in struct:ipw2100_priv
H A Dipw2200.h1352 unsigned long suspend_time; member in struct:ipw_priv
H A Dipw2100.c1729 if (priv->suspend_time) {
1730 libipw_networks_age(priv->ieee, priv->suspend_time);
1731 priv->suspend_time = 0;
6495 priv->suspend_time = get_seconds() - priv->suspend_at;
H A Dipw2200.c11248 if (priv->suspend_time) {
11249 libipw_networks_age(priv->ieee, priv->suspend_time);
11250 priv->suspend_time = 0;
11986 priv->suspend_time = get_seconds() - priv->suspend_at;

Completed in 246 milliseconds