/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 376 * @suspend_time: pause scan this long (TUs) when returning to service channel 401 __le32 suspend_time; member 554 * @suspend_time: default max suspend time 568 __le32 suspend_time; member 586 __le32 suspend_time[SCAN_TWO_LMACS]; member 810 * @suspend_time: max suspend time, per LMAC - for CDB there are 2 LMACs 834 __le32 suspend_time; member 845 __le32 suspend_time[SCAN_TWO_LMACS]; member 859 __le32 suspend_time[SCAN_TWO_LMACS]; member 872 __le32 suspend_time[SCAN_TWO_LMAC member 887 __le32 suspend_time[SCAN_TWO_LMACS]; global() member 1021 __le32 suspend_time[SCAN_TWO_LMACS]; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 341 * @suspend_time: pause scan this long (TUs) when returning to service channel 366 __le32 suspend_time; member 524 * @suspend_time: default max suspend time 538 __le32 suspend_time; member 557 * @suspend_time: default max suspend time 571 __le32 suspend_time[SCAN_TWO_LMACS]; member 833 * @suspend_time: max suspend time, per LMAC - for CDB there are 2 LMACs 857 __le32 suspend_time; member 868 __le32 suspend_time[SCAN_TWO_LMACS]; member 882 __le32 suspend_time[SCAN_TWO_LMAC member 895 __le32 suspend_time[SCAN_TWO_LMACS]; global() member 910 __le32 suspend_time[SCAN_TWO_LMACS]; global() member 1046 __le32 suspend_time[SCAN_TWO_LMACS]; global() member [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | scan.c | 104 u32 suspend_time; member 110 .suspend_time = 0, 114 .suspend_time = 30, 118 .suspend_time = 120, 122 .suspend_time = 95, 126 .suspend_time = 30, 870 cmd->suspend_time = cpu_to_le32(scan_timing[params->type].suspend_time); in iwl_mvm_scan_lmac_dwell() 1128 cfg->suspend_time = cpu_to_le32(scan_timing[type].suspend_time); in iwl_mvm_fill_scan_config_v1() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | scan.c | 52 u32 suspend_time; member 58 .suspend_time = 0, 62 .suspend_time = 30, 66 .suspend_time = 120, 70 .suspend_time = 95, 74 .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() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | scan.c | 666 u32 suspend_time = 100; in iwlagn_request_scan() local 679 scan->suspend_time = 0; in iwlagn_request_scan() 682 interval = suspend_time; in iwlagn_request_scan() 684 extra = (suspend_time / interval) << 22; in iwlagn_request_scan() 686 ((suspend_time % interval) * 1024)); in iwlagn_request_scan() 687 scan->suspend_time = cpu_to_le32(scan_suspend_time); in iwlagn_request_scan() 688 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n", in iwlagn_request_scan()
|
H A D | commands.h | 2290 * background. The max_out_time and suspend_time control the ratio of how 2295 * max_out_time is the max time off-channel (in usec), and suspend_time 2297 * after returning to the service channel. That is, suspend_time is the 2316 * 10) Stays on service channel until suspend_time expires 2355 __le32 suspend_time; /* pause scan this long (in "extended beacon member
|
/kernel/linux/linux-6.6/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() 690 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n", in iwlagn_request_scan()
|
H A D | commands.h | 2239 * background. The max_out_time and suspend_time control the ratio of how 2244 * max_out_time is the max time off-channel (in usec), and suspend_time 2246 * after returning to the service channel. That is, suspend_time is the 2265 * 10) Stays on service channel until suspend_time expires 2304 __le32 suspend_time; /* pause scan this long (in "extended beacon member
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | spu_csa.h | 216 * @suspend_time: Time stamp when decrementer disabled. 240 unsigned long suspend_time; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | spu_csa.h | 216 * @suspend_time: Time stamp when decrementer disabled. 240 unsigned long suspend_time; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 2536 u32 suspend_time = 100; in il3945_request_scan() local 2543 scan->suspend_time = 0; in il3945_request_scan() 2546 interval = suspend_time; in il3945_request_scan() 2554 extra = (suspend_time / interval) << 24; in il3945_request_scan() 2556 0xFF0FFFFF & (extra | ((suspend_time % interval) * 1024)); in il3945_request_scan() 2558 scan->suspend_time = cpu_to_le32(scan_suspend_time); in il3945_request_scan() 2559 D_SCAN("suspend_time 0x%X beacon interval %d\n", in il3945_request_scan()
|
H A D | commands.h | 2434 * 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 2537 __le32 suspend_time; /* pause scan this long (in "extended beacon member
|
H A D | 4965-mac.c | 890 u32 suspend_time = 100; in il4965_request_scan() local 896 scan->suspend_time = 0; in il4965_request_scan() 899 interval = suspend_time; in il4965_request_scan() 901 extra = (suspend_time / interval) << 22; in il4965_request_scan() 903 (extra | ((suspend_time % interval) * 1024)); in il4965_request_scan() 904 scan->suspend_time = cpu_to_le32(scan_suspend_time); in il4965_request_scan() 905 D_SCAN("suspend_time 0x%X beacon interval %d\n", in il4965_request_scan()
|
/kernel/linux/linux-6.6/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() 2551 D_SCAN("suspend_time 0x%X beacon interval %d\n", in il3945_request_scan()
|
H A D | commands.h | 2436 * background. The max_out_time and suspend_time control the ratio of how 2441 * max_out_time is the max time off-channel (in usec), and suspend_time 2443 * after returning to the service channel. That is, suspend_time is the 2462 * 10) Stays on service channel until suspend_time expires 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() 906 D_SCAN("suspend_time 0x%X beacon interval %d\n", in il4965_request_scan()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 572 time64_t suspend_time; member
|
H A D | ipw2100.c | 1717 if (priv->suspend_time) { in ipw2100_up() 1718 libipw_networks_age(priv->ieee, priv->suspend_time); in ipw2100_up() 1719 priv->suspend_time = 0; in ipw2100_up() 6446 priv->suspend_time = ktime_get_boottime_seconds() - priv->suspend_at; in ipw2100_resume()
|
H A D | ipw2200.h | 1334 time64_t suspend_time; member
|
H A D | ipw2200.c | 11156 if (priv->suspend_time) { in ipw_up() 11157 libipw_networks_age(priv->ieee, priv->suspend_time); in ipw_up() 11158 priv->suspend_time = 0; in ipw_up() 11887 priv->suspend_time = ktime_get_boottime_seconds() - priv->suspend_at; in ipw_pci_resume()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 572 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.h | 1333 time64_t suspend_time; member
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|