Home
last modified time | relevance | path

Searched refs:tgt_cfr_validate_period (Results 1 – 3 of 3) sorted by relevance

/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);
/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() function
H A Dwlan_cfr_ucfg_api.c92 if (!(tgt_cfr_validate_period(psoc, params->period))) in ucfg_cfr_start_capture()