Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral.c1742 int tempret, ret = 0; in target_if_sops_stop_spectral_scan() local
1745 tempret = target_if_spectral_info_read( in target_if_sops_stop_spectral_scan()
1751 if (tempret) in target_if_sops_stop_spectral_scan()
1762 tempret = target_if_spectral_info_write( in target_if_sops_stop_spectral_scan()
1768 if (tempret != 0) in target_if_sops_stop_spectral_scan()
1769 ret = tempret; in target_if_sops_stop_spectral_scan()
1771 tempret = target_if_spectral_info_write( in target_if_sops_stop_spectral_scan()
1777 if (tempret != 0) in target_if_sops_stop_spectral_scan()
1778 ret = tempret; in target_if_sops_stop_spectral_scan()