Searched refs:freq (Results 1 – 4 of 4) sorted by relevance
227 LOG_DBG("DVFS handler EVT_OPPOINT_REQ_CONFIRMED %d", (uint32_t)p_evt->freq); in nrfs_dvfs_evt_handler()228 if (dvfs_service_handler_get_requested_oppoint() == p_evt->freq) { in nrfs_dvfs_evt_handler()229 dvfs_service_update_core_clock(p_evt->freq); in nrfs_dvfs_evt_handler()231 dvfs_frequency_change_applied_clb(p_evt->freq); in nrfs_dvfs_evt_handler()239 if (dvfs_service_handler_is_downscaling(p_evt->freq)) { in nrfs_dvfs_evt_handler()241 dvfs_service_handler_prepare_to_scale(p_evt->freq); in nrfs_dvfs_evt_handler()244 dvfs_service_handler_scaling_background_job(p_evt->freq); in nrfs_dvfs_evt_handler()248 static enum dvfs_frequency_setting freq; in nrfs_dvfs_evt_handler() local250 freq = p_evt->freq; in nrfs_dvfs_evt_handler()252 (void *)&freq); in nrfs_dvfs_evt_handler()[all …]
29 } else if (iface->freq > 4000) { in hapd_get_sta_link_mode()31 } else if (iface->freq > 2000) { in hapd_get_sta_link_mode()
243 mode->channels[i].freq); in wpa_supp_supported_channels()290 int freq = -1; in chan_to_freq() local296 if (freq > 0) { in chan_to_freq()301 if (freq <= 0) { in chan_to_freq()306 return freq; in chan_to_freq()1054 int freq; in wpas_add_and_config_network() local1058 if (freq < 0) { in wpas_add_and_config_network()1063 if (freq < 0) { in wpas_add_and_config_network()1586 int freq = 0; local2304 if (params->chirp.freq) {[all …]
739 status->band = wpas_band_to_zephyr(wpas_freq_to_band(iface->freq)); in hostapd_ap_status()956 iface->freq = 0; in hostapd_ap_disable()
Completed in 14 milliseconds