Home
last modified time | relevance | path

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

/modules/hal_nordic/nrfs/dvfs/
A Dld_dvfs_handler.c227 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() local
250 freq = p_evt->freq; in nrfs_dvfs_evt_handler()
252 (void *)&freq); in nrfs_dvfs_evt_handler()
[all …]
/modules/hostap/src/
A Dhapd_events.c29 } else if (iface->freq > 4000) { in hapd_get_sta_link_mode()
31 } else if (iface->freq > 2000) { in hapd_get_sta_link_mode()
A Dsupp_api.c243 mode->channels[i].freq); in wpa_supp_supported_channels()
290 int freq = -1; in chan_to_freq() local
296 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() local
1058 if (freq < 0) { in wpas_add_and_config_network()
1063 if (freq < 0) { in wpas_add_and_config_network()
1586 int freq = 0; local
2304 if (params->chirp.freq) {
[all …]
A Dhapd_api.c739 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