Home
last modified time | relevance | path

Searched refs:delay (Results 1 – 25 of 33) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_runtime_pm.c283 static void hif_rtpm_init(struct device *dev, int delay) in hif_rtpm_init() argument
285 pm_runtime_set_autosuspend_delay(dev, delay); in hif_rtpm_init()
462 gp_hif_rtpm_ctx->delay = gp_hif_rtpm_ctx->cfg_delay; in hif_rtpm_start()
548 QDF_STATUS hif_rtpm_set_autosuspend_delay(int delay) in hif_rtpm_set_autosuspend_delay() argument
550 if (delay < HIF_RTPM_DELAY_MIN || delay > HIF_RTPM_DELAY_MAX) { in hif_rtpm_set_autosuspend_delay()
551 hif_err("Invalid delay value %d ms", delay); in hif_rtpm_set_autosuspend_delay()
555 __hif_rtpm_set_autosuspend_delay(gp_hif_rtpm_ctx->dev, delay); in hif_rtpm_set_autosuspend_delay()
556 gp_hif_rtpm_ctx->delay = delay; in hif_rtpm_set_autosuspend_delay()
557 hif_info_high("RTPM delay set: %d ms", delay); in hif_rtpm_set_autosuspend_delay()
564 if (gp_hif_rtpm_ctx->delay == gp_hif_rtpm_ctx->cfg_delay) { in hif_rtpm_restore_autosuspend_delay()
[all …]
H A Dhif_runtime_pm.h161 int delay; member
260 void __hif_rtpm_set_autosuspend_delay(struct device *dev, int delay) in __hif_rtpm_set_autosuspend_delay() argument
262 pm_runtime_set_autosuspend_delay(dev, delay); in __hif_rtpm_set_autosuspend_delay()
/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
H A Diot_sim_common.c1298 uint16_t *delay, struct qdf_mac_addr *addr) in iot_sim_parse_user_input_delay() argument
1343 ret = kstrtou16(argv[4], 10, delay); in iot_sim_parse_user_input_delay()
1386 uint16_t delay = 0; in iot_sim_debug_delay_write() local
1402 &action, &delay, &mac_addr); in iot_sim_debug_delay_write()
1408 t_st, seq, category, action, delay); in iot_sim_debug_delay_write()
1433 clear = delay ? false : true; in iot_sim_debug_delay_write()
1435 seq, delay, NULL, 0, is_action, clear); in iot_sim_debug_delay_write()
1440 if (!delay) { in iot_sim_debug_delay_write()
1448 NULL, 0, delay, is_action); in iot_sim_debug_delay_write()
1657 GENERATE_IOT_SIM_DEBUG_SHOW_FUNCS(delay);
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.c1790 uint32_t delay; in dp_mlo_compute_hw_delay_us() local
1815 delay = (final_msdu_compl_tsf_tstamp_us - in dp_mlo_compute_hw_delay_us()
1818 if (delay > HW_TX_DELAY_MAX) in dp_mlo_compute_hw_delay_us()
1822 *delay_us = delay; in dp_mlo_compute_hw_delay_us()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A DREADME-P2P
H A Dtodo.txt
H A Dwnm_sta.c
H A DREADME-Windows.txt
H A DChangeLog
H A Dp2p_supplicant.c
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.c5101 void dp_update_tx_delay_stats(struct dp_vdev *vdev, uint32_t delay, uint8_t tid, argument
5107 dp_update_delay_stats(tstats, NULL, delay, tid, mode, ring_id,
5112 void dp_update_tx_delay_stats(struct dp_vdev *vdev, uint32_t delay, uint8_t tid, argument
5118 dp_update_delay_stats(tstats, NULL, delay, tid, mode, ring_id,
5794 uint32_t delay; local
5811 delay = ts->tsf - buffer_ts - delta_tsf;
5813 if (qdf_unlikely(delay & 0x80000000)) {
5823 delay, ts->release_src, ts->ppdu_id, ts->peer_id,
5828 delay = 0;
5832 delay &= 0x1FFFFFFF; /* mask 29 BITS */
[all …]
H A Ddp_main.c13991 dp_bucket_index(uint32_t delay, uint16_t *array, bool delay_in_us) in dp_bucket_index() argument
14004 if (delay >= thr_low && delay <= thr_high) in dp_bucket_index()
14051 struct cdp_tid_rx_stats *rstats, uint32_t delay, in dp_fill_delay_buckets() argument
14067 delay_index = dp_bucket_index(delay, cdp_sw_enq_delay, in dp_fill_delay_buckets()
14078 delay_index = dp_bucket_index(delay, cdp_fw_to_hw_delay, in dp_fill_delay_buckets()
14089 delay_index = dp_bucket_index(delay, cdp_intfrm_delay, in dp_fill_delay_buckets()
14100 delay_index = dp_bucket_index(delay, cdp_intfrm_delay, in dp_fill_delay_buckets()
14111 delay_index = dp_bucket_index(delay, cdp_intfrm_delay, in dp_fill_delay_buckets()
14124 struct cdp_tid_rx_stats *rstats, uint32_t delay, in dp_update_delay_stats() argument
14134 dstats = dp_fill_delay_buckets(tstats, rstats, delay, tid, mode, in dp_update_delay_stats()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dutils_parser.c625 pOld->delay = pNew->delay; in convert_ts_delay()
/wlan-driver/wpa_supplicant_8/src/wps/
H A Dwps_validate.c
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h1473 QDF_STATUS hif_rtpm_set_autosuspend_delay(int delay);
1810 QDF_STATUS hif_rtpm_set_autosuspend_delay(int delay) in hif_rtpm_set_autosuspend_delay() argument
/wlan-driver/qcacld-3.0/components/cmn_services/logging/inc/
H A Dwlan_connectivity_logging.h759 uint8_t delay; member
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h1437 tSirMacTsDelayIE delay; member
3293 uint32_t *delay; member
3526 uint32_t delay; member
H A Dsir_mac_prot_def.h769 uint32_t delay; member
/wlan-driver/wpa_supplicant_8/src/p2p/
H A Dp2p.h
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.c4155 uint32_t *agg_size, *succ_mcs, *fail_mcs, *delay; in hdd_populate_wifi_wmm_ac_tx_info() local
4164 delay = tx_stats->delay; in hdd_populate_wifi_wmm_ac_tx_info()
4218 if (delay) { in hdd_populate_wifi_wmm_ac_tx_info()
4221 tx_stats->delay_len, delay)) in hdd_populate_wifi_wmm_ac_tx_info()
4935 thresh.tx.delay = nla_get_u32(tb[ in __wlan_hdd_cfg80211_ll_stats_ext_set_param()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms1151 delay, 2;
1856 delay, 4;
2128 delay, 4;
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_dev_if.c6033 uint8_t max_wait_iterations = 0, delay = 0; in wma_wait_tx_complete() local
6043 status = ucfg_mlme_get_delay_before_vdev_stop(wma->psoc, &delay); in wma_wait_tx_complete()
6047 max_wait_iterations = delay / WMA_TX_Q_RECHECK_TIMER_WAIT; in wma_wait_tx_complete()
H A Dwma_utils.c1309 ac->delay = tx_delay; in wma_fill_tx_stats()
3134 tx->tx_ppdu_delay = thresh->tx.delay; in wma_config_stats_ext_threshold()
/wlan-driver/qca-wifi-host-cmn/os_if/linux/scan/src/
H A Dwlan_cfg80211_scan.c401 return request->delay; in wlan_config_sched_scan_start_delay()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h2105 uint16_t delay; member
3832 uint32_t delay; member
4243 uint32_t delay; member

12