Lines Matching refs:suspend_time

49 	u32 suspend_time;  member
55 .suspend_time = 0,
59 .suspend_time = 30,
63 .suspend_time = 120,
67 .suspend_time = 95,
71 .suspend_time = 30,
816 cmd->suspend_time = cpu_to_le32(scan_timing[params->type].suspend_time); in iwl_mvm_scan_lmac_dwell()
1074 cfg->suspend_time = cpu_to_le32(scan_timing[type].suspend_time); in iwl_mvm_fill_scan_config_v1()
1110 cfg->suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_fill_scan_config_v2()
1111 cpu_to_le32(scan_timing[lb_type].suspend_time); in iwl_mvm_fill_scan_config_v2()
1115 cfg->suspend_time[SCAN_HB_LMAC_IDX] = in iwl_mvm_fill_scan_config_v2()
1116 cpu_to_le32(scan_timing[hb_type].suspend_time); in iwl_mvm_fill_scan_config_v2()
1123 cfg->suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_fill_scan_config_v2()
1124 cpu_to_le32(scan_timing[type].suspend_time); in iwl_mvm_fill_scan_config_v2()
1311 cmd->v7.suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1312 cpu_to_le32(timing->suspend_time); in iwl_mvm_scan_umac_dwell()
1319 cmd->v7.suspend_time[SCAN_HB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1320 cpu_to_le32(hb_timing->suspend_time); in iwl_mvm_scan_umac_dwell()
1348 cmd->v6.suspend_time[SCAN_HB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1349 cpu_to_le32(hb_timing->suspend_time); in iwl_mvm_scan_umac_dwell()
1357 cmd->v6.suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1358 cpu_to_le32(timing->suspend_time); in iwl_mvm_scan_umac_dwell()
1364 cmd->v1.suspend_time = in iwl_mvm_scan_umac_dwell()
1365 cpu_to_le32(timing->suspend_time); in iwl_mvm_scan_umac_dwell()
1413 general_params->suspend_time[SCAN_LB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell_v11()
1414 cpu_to_le32(timing->suspend_time); in iwl_mvm_scan_umac_dwell_v11()
1420 general_params->suspend_time[SCAN_HB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell_v11()
1421 cpu_to_le32(hb_timing->suspend_time); in iwl_mvm_scan_umac_dwell_v11()