/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 366 __le32 suspend_time; member 538 __le32 suspend_time; member 571 __le32 suspend_time[SCAN_TWO_LMACS]; member 857 __le32 suspend_time; member 868 __le32 suspend_time[SCAN_TWO_LMACS]; member 882 __le32 suspend_time[SCAN_TWO_LMACS]; member 895 __le32 suspend_time[SCAN_TWO_LMACS]; member 910 __le32 suspend_time[SCAN_TWO_LMACS]; member 1046 __le32 suspend_time[SCAN_TWO_LMACS]; member
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | scan.c | 54 u32 suspend_time; member 60 .suspend_time = 0, 64 .suspend_time = 30, 68 .suspend_time = 120, 72 .suspend_time = 95, 76 .suspend_time = 30, 822 cmd->suspend_time = cpu_to_le32(scan_timing[params->type].suspend_time); in iwl_mvm_scan_lmac_dwell() 1080 cfg->suspend_time = cpu_to_le32(scan_timing[type].suspend_time); in iwl_mvm_fill_scan_config_v1() 1116 cfg->suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_fill_scan_config_v2() 1117 cpu_to_le32(scan_timing[lb_type].suspend_time); in iwl_mvm_fill_scan_config_v2() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | scan.c | 668 u32 suspend_time = 100; in iwlagn_request_scan() local 681 scan->suspend_time = 0; in iwlagn_request_scan() 684 interval = suspend_time; in iwlagn_request_scan() 686 extra = (suspend_time / interval) << 22; in iwlagn_request_scan() 688 ((suspend_time % interval) * 1024)); in iwlagn_request_scan() 689 scan->suspend_time = cpu_to_le32(scan_suspend_time); in iwlagn_request_scan()
|
H A D | commands.h | 2304 __le32 suspend_time; /* pause scan this long (in "extended beacon member
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | spu_csa.h | 240 unsigned long suspend_time; member
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 2528 u32 suspend_time = 100; in il3945_request_scan() local 2535 scan->suspend_time = 0; in il3945_request_scan() 2538 interval = suspend_time; in il3945_request_scan() 2546 extra = (suspend_time / interval) << 24; in il3945_request_scan() 2548 0xFF0FFFFF & (extra | ((suspend_time % interval) * 1024)); in il3945_request_scan() 2550 scan->suspend_time = cpu_to_le32(scan_suspend_time); in il3945_request_scan()
|
H A D | commands.h | 2495 __le32 suspend_time; /* pause scan this long (in "extended beacon member 2539 __le32 suspend_time; /* pause scan this long (in "extended beacon member
|
H A D | 4965-mac.c | 891 u32 suspend_time = 100; in il4965_request_scan() local 897 scan->suspend_time = 0; in il4965_request_scan() 900 interval = suspend_time; in il4965_request_scan() 902 extra = (suspend_time / interval) << 22; in il4965_request_scan() 904 (extra | ((suspend_time % interval) * 1024)); in il4965_request_scan() 905 scan->suspend_time = cpu_to_le32(scan_suspend_time); in il4965_request_scan()
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 572 time64_t suspend_time; member
|
H A D | ipw2200.h | 1333 time64_t suspend_time; member
|
H A D | ipw2100.c | 1706 if (priv->suspend_time) { in ipw2100_up() 1707 libipw_networks_age(priv->ieee, priv->suspend_time); in ipw2100_up() 1708 priv->suspend_time = 0; in ipw2100_up() 6435 priv->suspend_time = ktime_get_boottime_seconds() - priv->suspend_at; in ipw2100_resume()
|
H A D | ipw2200.c | 11110 if (priv->suspend_time) { in ipw_up() 11111 libipw_networks_age(priv->ieee, priv->suspend_time); in ipw_up() 11112 priv->suspend_time = 0; in ipw_up() 11841 priv->suspend_time = ktime_get_boottime_seconds() - priv->suspend_at; in ipw_pci_resume()
|
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | switch.c | 282 csa->suspend_time = get_cycles(); in save_timebase() 1265 cycles_t delta_time = resume_time - csa->suspend_time; in setup_decr()
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 4682 suspend_time, resume_time = '%.3f' % stot, '%.3f' % rtot 4691 thtml = html_timetotal.format(suspend_time, \ 4695 thtml = html_timetotal2.format(suspend_time, low_time, \
|