Searched refs:suspend_time (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | fw-api-scan.h | 353 __le32 suspend_time; member 506 __le32 suspend_time; member 624 __le32 suspend_time; member
|
D | scan.c | 92 u32 suspend_time; member 101 .suspend_time = 0, 108 .suspend_time = 30, 115 .suspend_time = 120, 122 .suspend_time = 95, 723 cmd->suspend_time = cpu_to_le32(scan_timing[params->type].suspend_time); in iwl_mvm_scan_lmac_dwell() 936 scan_config->suspend_time = cpu_to_le32(30); in iwl_mvm_config_scan() 993 cmd->suspend_time = cpu_to_le32(scan_timing[params->type].suspend_time); in iwl_mvm_scan_umac_dwell()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | scan.c | 681 u32 suspend_time = 100; in iwlagn_request_scan() local 694 scan->suspend_time = 0; in iwlagn_request_scan() 697 interval = suspend_time; in iwlagn_request_scan() 699 extra = (suspend_time / interval) << 22; in iwlagn_request_scan() 701 ((suspend_time % interval) * 1024)); in iwlagn_request_scan() 702 scan->suspend_time = cpu_to_le32(scan_suspend_time); in iwlagn_request_scan()
|
D | commands.h | 2382 __le32 suspend_time; /* pause scan this long (in "extended beacon member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | spu_csa.h | 253 unsigned long suspend_time; member
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 3945-mac.c | 2562 u32 suspend_time = 100; in il3945_request_scan() local 2569 scan->suspend_time = 0; in il3945_request_scan() 2572 interval = suspend_time; in il3945_request_scan() 2580 extra = (suspend_time / interval) << 24; in il3945_request_scan() 2582 0xFF0FFFFF & (extra | ((suspend_time % interval) * 1024)); in il3945_request_scan() 2584 scan->suspend_time = cpu_to_le32(scan_suspend_time); in il3945_request_scan()
|
D | commands.h | 2493 __le32 suspend_time; /* pause scan this long (in "extended beacon member 2537 __le32 suspend_time; /* pause scan this long (in "extended beacon member
|
D | 4965-mac.c | 903 u32 suspend_time = 100; in il4965_request_scan() local 909 scan->suspend_time = 0; in il4965_request_scan() 912 interval = suspend_time; in il4965_request_scan() 914 extra = (suspend_time / interval) << 22; in il4965_request_scan() 916 (extra | ((suspend_time % interval) * 1024)); in il4965_request_scan() 917 scan->suspend_time = cpu_to_le32(scan_suspend_time); in il4965_request_scan()
|
/linux-4.4.14/scripts/ |
D | analyze_suspend.py | 2207 suspend_time = '%.0f'%((data.tSuspended-data.start)*1000 + \ 2217 thtml = html_timetotal.format(suspend_time, \ 2220 thtml = html_timetotal2.format(suspend_time, low_time, \ 2232 suspend_time = '%.0f'%((data.tSuspended-data.start)*1000) 2238 thtml = html_timetotal.format(suspend_time, \ 2241 thtml = html_timetotal2.format(suspend_time, low_time, \
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2100.h | 586 unsigned long suspend_time; member
|
D | ipw2200.h | 1348 unsigned long suspend_time; member
|
D | ipw2100.c | 1732 if (priv->suspend_time) { in ipw2100_up() 1733 libipw_networks_age(priv->ieee, priv->suspend_time); in ipw2100_up() 1734 priv->suspend_time = 0; in ipw2100_up() 6479 priv->suspend_time = get_seconds() - priv->suspend_at; in ipw2100_resume()
|
D | ipw2200.c | 11195 if (priv->suspend_time) { in ipw_up() 11196 libipw_networks_age(priv->ieee, priv->suspend_time); in ipw_up() 11197 priv->suspend_time = 0; in ipw_up() 11935 priv->suspend_time = get_seconds() - priv->suspend_at; in ipw_pci_resume()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | switch.c | 296 csa->suspend_time = get_cycles(); in save_timebase() 1279 cycles_t delta_time = resume_time - csa->suspend_time; in setup_decr()
|