Home
last modified time | relevance | path

Searched refs:period (Results 1 – 25 of 54) sorted by relevance

123

/wlan-driver/qcacld-3.0/components/p2p/dispatcher/src/
H A Dwlan_p2p_cfg.c39 uint32_t *period) in cfg_p2p_get_go_keepalive_period() argument
45 *period = 0; in cfg_p2p_get_go_keepalive_period()
50 *period = p2p_soc_obj->param.go_keepalive_period; in cfg_p2p_get_go_keepalive_period()
57 uint32_t *period) in cfg_p2p_get_go_link_monitor_period() argument
63 *period = 0; in cfg_p2p_get_go_link_monitor_period()
68 *period = p2p_soc_obj->param.go_link_monitor_period; in cfg_p2p_get_go_link_monitor_period()
H A Dwlan_p2p_ucfg_api.c499 p2p_lo_start->freq, p2p_lo_start->period, in ucfg_p2p_lo_start()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_p2p_listen_offload.c96 lo_start.period = params->period; in wlan_hdd_listen_offload_start()
189 params.period = nla_get_u32(tb in __wlan_hdd_cfg80211_p2p_lo_start()
191 if (!((params.period > 0) && (params.period < UINT_MAX))) { in __wlan_hdd_cfg80211_p2p_lo_start()
192 hdd_err("Invalid period: %d", params.period); in __wlan_hdd_cfg80211_p2p_lo_start()
245 params.freq, params.period, params.interval, params.count); in __wlan_hdd_cfg80211_p2p_lo_start()
H A Dwlan_hdd_cfr.c489 params.period = nla_get_u32(tb[ in wlan_cfg80211_peer_cfr_capture_cfg_adrastea()
491 hdd_debug("params.periodicity %d", params.period); in wlan_cfg80211_peer_cfr_capture_cfg_adrastea()
493 if (params.period) in wlan_cfg80211_peer_cfr_capture_cfg_adrastea()
494 ucfg_cfr_set_timer(pdev, params.period); in wlan_cfg80211_peer_cfr_capture_cfg_adrastea()
619 params.period = nla_get_u32(tb[id]); in wlan_cfg80211_peer_cfr_capture_cfg_adrastea()
620 hdd_debug("params.periodicity %d", params.period); in wlan_cfg80211_peer_cfr_capture_cfg_adrastea()
622 if (params.period) in wlan_cfg80211_peer_cfr_capture_cfg_adrastea()
623 ucfg_cfr_set_timer(pdev, params.period); in wlan_cfg80211_peer_cfr_capture_cfg_adrastea()
H A Dwlan_hdd_stats.c4780 uint32_t period; in __wlan_hdd_cfg80211_ll_stats_ext_set_param() local
4806 period = nla_get_u32(tb[ in __wlan_hdd_cfg80211_ll_stats_ext_set_param()
4809 if (period != 0 && period < LL_STATS_MIN_PERIOD) in __wlan_hdd_cfg80211_ll_stats_ext_set_param()
4810 period = LL_STATS_MIN_PERIOD; in __wlan_hdd_cfg80211_ll_stats_ext_set_param()
5072 period, PDEV_CMD); in __wlan_hdd_cfg80211_ll_stats_ext_set_param()
11417 hdd_tx_latency_enable(struct hdd_adapter *adapter, uint32_t period, in hdd_tx_latency_enable() argument
11473 config.period = period; in hdd_tx_latency_enable()
11507 uint32_t action, period; in __wlan_hdd_cfg80211_tx_latency() local
11560 period = nla_get_u32(period_attr); in __wlan_hdd_cfg80211_tx_latency()
11561 if (!period) { in __wlan_hdd_cfg80211_tx_latency()
[all …]
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/inc/
H A Dwlan_p2p_cfg_api.h40 uint32_t *period);
51 uint32_t *period);
H A Dwlan_p2p_public_struct.h213 uint32_t period; member
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_tx_throttle.h41 int period, uint8_t *dutycycle_level) in cdp_throttle_init_period() argument
51 soc, pdev_id, period, dutycycle_level); in cdp_throttle_init_period()
H A Dcdp_txrx_misc.h378 int enable, int period, int txq_limit) in cdp_bad_peer_txctl_set_setting() argument
388 soc, pdev_id, enable, period, in cdp_bad_peer_txctl_set_setting()
/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/src/
H A Dwlan_cfr_tgt_api.c136 int tgt_cfr_validate_period(struct wlan_objmgr_psoc *psoc, u_int32_t period) in tgt_cfr_validate_period() argument
147 if ((period < 0) || (period > MAX_CFR_PRD)) { in tgt_cfr_validate_period()
148 cfr_err("Invalid period value: %d\n", period); in tgt_cfr_validate_period()
162 if (!(period % CFR_MOD_PRD)) { in tgt_cfr_validate_period()
H A Dwlan_cfr_ucfg_api.c92 if (!(tgt_cfr_validate_period(psoc, params->period))) in ucfg_cfr_start_capture()
95 if (!(params->period) && (pa->cfr_timer_enable)) { in ucfg_cfr_start_capture()
100 if ((params->period) && !(pa->cfr_timer_enable)) { in ucfg_cfr_start_capture()
104 if (params->period) { in ucfg_cfr_start_capture()
123 pe->period = params->period; in ucfg_cfr_start_capture()
309 if (pe->period && (pe->request == PEER_CFR_CAPTURE_ENABLE)) { in cfr_iter_peer_handler()
352 if ((pe->period) && (pe->request)) in ucfg_cfr_stop_capture()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_p2p_tlv.c287 cmd->period = param->period; in send_p2p_lo_start_cmd_tlv()
308 cmd->channel, cmd->period, cmd->interval, cmd->count); in send_p2p_lo_start_cmd_tlv()
H A Dwmi_unified_extscan_tlv.c808 src_bucket->period / base_period; in wmi_get_buf_extscan_start_cmd()
809 dest_blist->min_period = src_bucket->period; in wmi_get_buf_extscan_start_cmd()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_txrx_ctrl_api.h426 int period,
453 int period, in ol_txrx_bad_peer_txctl_set_setting() argument
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_throttle.c248 uint8_t pdev_id, int period, in ol_tx_throttle_init_period() argument
267 pdev->tx_throttle.throttle_period_ms = period; in ol_tx_throttle_init_period()
H A Dol_tx_queue.h487 uint8_t pdev_id, int period,
504 int period, uint8_t *dutycycle_level) in ol_tx_throttle_init_period() argument
/wlan-driver/fw-api/fw/
H A Dwmix.h161 A_UINT32 period; /* Time (in 30.5us ticks) between samples */ member
/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/inc/
H A Dwlan_cfr_tgt_api.h85 int tgt_cfr_validate_period(struct wlan_objmgr_psoc *psoc, u_int32_t period);
H A Dwlan_cfr_utils_api.h262 u_int32_t period; member
695 u_int32_t period; member
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.h
H A Ddriver_i.h
/wlan-driver/wpa_supplicant_8/src/p2p/
H A Dp2p_build.c
H A Dp2p.c
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
H A Dtarget_if_cfr.c66 param.periodicity = pe->period; in target_if_cfr_stop_capture()
121 param.periodicity = cfr_params->period; in target_if_cfr_start_capture()
/wlan-driver/qca-wifi-host-cmn/umac/cfr/core/src/
H A Dcfr_common.c477 if (pe->period && pe->request) in wlan_cfr_peer_obj_destroy_handler()

123