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

/drivers/gpu/drm/nouveau/core/subdev/timer/
H A Dnv04.h18 u64 suspend_time; member in struct:nv04_timer_priv
/drivers/net/wireless/iwlwifi/dvm/
H A Dscan.c690 u32 suspend_time = 100; local
703 scan->suspend_time = 0;
706 interval = suspend_time;
708 extra = (suspend_time / interval) << 22;
710 ((suspend_time % interval) * 1024));
711 scan->suspend_time = cpu_to_le32(scan_suspend_time);
712 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
H A Dcommands.h2312 * background. The max_out_time and suspend_time control the ratio of how
2317 * max_out_time is the max time off-channel (in usec), and suspend_time
2319 * after returning to the service channel. That is, suspend_time is the
2338 * 10) Stays on service channel until suspend_time expires
2377 __le32 suspend_time; /* pause scan this long (in "extended beacon member in struct:iwl_scan_cmd
/drivers/net/wireless/iwlwifi/mvm/
H A Dscan.c78 u32 suspend_time; member in struct:iwl_mvm_scan_params
294 params->suspend_time = 30;
300 params->suspend_time = 105;
304 params->suspend_time = 120;
427 cmd->suspend_time = cpu_to_le32(params.suspend_time);
709 scan->suspend_time = cpu_to_le32(params->suspend_time);
1181 cmd->suspend_time = cpu_to_le32(params->suspend_time);
[all...]
H A Dfw-api-scan.h187 * @suspend_time: how long to pause scan when returning to service channel:
208 __le32 suspend_time; member in struct:iwl_scan_cmd
386 * @suspend_time: pause scan this TUs when returning to service channel
403 __le32 suspend_time; member in struct:iwl_scan_offload_cmd
703 * @suspend_time: pause scan this long (TUs) when returning to service channel
727 __le32 suspend_time; member in struct:iwl_scan_req_unified_lmac
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c2562 u32 suspend_time = 100; local
2569 scan->suspend_time = 0;
2572 interval = suspend_time;
2580 extra = (suspend_time / interval) << 24;
2582 0xFF0FFFFF & (extra | ((suspend_time % interval) * 1024));
2584 scan->suspend_time = cpu_to_le32(scan_suspend_time);
2585 D_SCAN("suspend_time 0x%X beacon interval %d\n",
H A D4965-mac.c903 u32 suspend_time = 100; local
909 scan->suspend_time = 0;
912 interval = suspend_time;
914 extra = (suspend_time / interval) << 22;
916 (extra | ((suspend_time % interval) * 1024));
917 scan->suspend_time = cpu_to_le32(scan_suspend_time);
918 D_SCAN("suspend_time 0x%X beacon interval %d\n",
H A Dcommands.h2434 * background. The max_out_time and suspend_time control the ratio of how
2439 * max_out_time is the max time off-channel (in usec), and suspend_time
2441 * after returning to the service channel. That is, suspend_time is the
2460 * 10) Stays on service channel until suspend_time expires
2493 __le32 suspend_time; /* pause scan this long (in "extended beacon member in struct:il3945_scan_cmd
2537 __le32 suspend_time; /* pause scan this long (in "extended beacon member in struct:il_scan_cmd
/drivers/net/wireless/ipw2x00/
H A Dipw2100.h586 unsigned long suspend_time; member in struct:ipw2100_priv
H A Dipw2200.h1348 unsigned long suspend_time; member in struct:ipw_priv

Completed in 212 milliseconds