/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
D | gk20a.c | 30 u32 hi = upper_32_bits(priv->suspend_time); in gk20a_timer_init() 31 u32 lo = lower_32_bits(priv->suspend_time); in gk20a_timer_init()
|
D | nv04.c | 134 priv->suspend_time = nv04_timer_read(&priv->base); in nv04_timer_fini() 202 lo = priv->suspend_time; in nv04_timer_init() 203 hi = (priv->suspend_time >> 32); in nv04_timer_init() 246 priv->suspend_time = 0; in nv04_timer_ctor()
|
D | nv04.h | 17 u64 suspend_time; member
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | fw-api-scan.h | 172 __le32 suspend_time; member 501 __le32 suspend_time; member 664 __le32 suspend_time; member 783 __le32 suspend_time; member
|
D | scan.c | 80 u32 suspend_time; member 223 params->suspend_time = 30; in iwl_mvm_scan_calc_params() 229 params->suspend_time = 105; in iwl_mvm_scan_calc_params() 237 params->suspend_time = 120; in iwl_mvm_scan_calc_params() 774 cmd->suspend_time = cpu_to_le32(params->suspend_time); in iwl_mvm_build_generic_unified_scan_cmd() 1122 scan_config->suspend_time = cpu_to_le32(30); in iwl_mvm_config_scan() 1233 cmd->suspend_time = cpu_to_le32(params->suspend_time); in iwl_mvm_build_generic_umac_scan_cmd()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | scan.c | 690 u32 suspend_time = 100; in iwlagn_request_scan() local 703 scan->suspend_time = 0; in iwlagn_request_scan() 706 interval = suspend_time; in iwlagn_request_scan() 708 extra = (suspend_time / interval) << 22; in iwlagn_request_scan() 710 ((suspend_time % interval) * 1024)); in iwlagn_request_scan() 711 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.1.27/arch/powerpc/include/asm/ |
D | spu_csa.h | 259 unsigned long suspend_time; member
|
/linux-4.1.27/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.1.27/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.1.27/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 | 11196 if (priv->suspend_time) { in ipw_up() 11197 libipw_networks_age(priv->ieee, priv->suspend_time); in ipw_up() 11198 priv->suspend_time = 0; in ipw_up() 11936 priv->suspend_time = get_seconds() - priv->suspend_at; in ipw_pci_resume()
|
/linux-4.1.27/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()
|