Home
last modified time | relevance | path

Searched defs:freq (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/freebsd/contrib/wpa/wpa_supplicant/
H A Doffchannel.c259 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, in offchannel_send_action()
424 unsigned int freq, unsigned int duration) in offchannel_remain_on_channel_cb()
441 unsigned int freq) in offchannel_cancel_remain_on_channel_cb()
H A Dnan_usd.c36 unsigned int freq, const u8 *dst, in wpas_nan_de_tx_status()
54 unsigned int freq; member
86 static int wpas_nan_de_tx_send(struct wpa_supplicant *wpa_s, unsigned int freq, in wpas_nan_de_tx_send()
125 static int wpas_nan_de_tx(void *ctx, unsigned int freq, unsigned int wait_time, in wpas_nan_de_tx()
163 unsigned int freq; member
215 static int wpas_nan_de_listen(void *ctx, unsigned int freq, in wpas_nan_de_listen()
367 unsigned int freq, const u8 *buf, size_t len) in wpas_nan_usd_rx_sdf()
458 unsigned int freq, unsigned int duration) in wpas_nan_usd_remain_on_channel_cb()
468 unsigned int freq) in wpas_nan_usd_cancel_remain_on_channel_cb()
H A Ddpp_supplicant.c273 unsigned int freq, in wpas_dpp_stop_listen_for_tx()
502 unsigned int freq, const u8 *dst, in wpas_dpp_tx_status()
630 unsigned int freq; in wpas_dpp_reply_wait_timeout() local
743 unsigned int wait_time, max_wait_time, freq, max_tries, used; in wpas_dpp_auth_init_next() local
987 unsigned int freq; member
1052 unsigned int freq) in wpas_dpp_listen_start()
1083 int freq; in wpas_dpp_listen() local
1130 unsigned int freq, unsigned int duration) in wpas_dpp_remain_on_channel_cb()
1183 unsigned int freq) in wpas_dpp_cancel_remain_on_channel_cb()
1223 unsigned int freq) in wpas_dpp_rx_auth_req()
[all …]
H A Dp2p_supplicant.c240 int freq) in wpas_p2p_set_own_freq_preference()
406 int freq) in wpas_p2p_search_social_channel()
421 static int wpas_p2p_scan(void *ctx, enum p2p_scan_type type, int freq, in wpas_p2p_scan()
1348 int go, struct wpa_ssid *ssid, int freq, in wpas_p2p_group_started()
1493 unsigned int freq; member
1565 unsigned int freq, in wpas_p2p_send_action_tx_status()
1639 unsigned int freq, const u8 *dst, in wpas_send_action_work()
1672 static int wpas_send_action(void *ctx, unsigned int freq, const u8 *dst, in wpas_send_action()
1985 unsigned int freq, in wpas_p2p_freq_to_edmg_channel()
2033 int freq; in wpas_p2p_try_edmg_channel() local
[all …]
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_cpufreq.c50 uint64_t freq; /* Frequency point */ member
66 uint64_t freq; /* Frequecy */ member
179 freq_to_voltage(struct tegra210_cpufreq_softc *sc, uint64_t freq) in freq_to_voltage()
232 get_speed_point(struct tegra210_cpufreq_softc *sc, uint64_t freq) in get_speed_point()
274 set_cpu_freq(struct tegra210_cpufreq_softc *sc, uint64_t freq) in set_cpu_freq()
297 uint64_t freq; in tegra210_cpufreq_set() local
415 uint64_t freq; in tegra210_cpufreq_attach() local
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_utils.c69 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) in p2p_freq_to_channel()
225 int freq = p2p_channel_to_freq(op->reg_class, in p2p_channels_remove_freqs() local
272 unsigned int freq) in p2p_channels_includes_freq()
287 int p2p_supported_freq(struct p2p_data *p2p, unsigned int freq) in p2p_supported_freq()
297 int p2p_supported_freq_go(struct p2p_data *p2p, unsigned int freq) in p2p_supported_freq_go()
308 int p2p_supported_freq_cli(struct p2p_data *p2p, unsigned int freq) in p2p_supported_freq_cli()
324 int freq = 0; in p2p_get_pref_freq() local
474 int freq; in p2p_channels_to_freqs() local
H A Dp2p.c256 int freq; in p2p_listen_in_find() local
312 int freq; in p2p_listen() local
470 const u8 *go_interface_addr, int freq, in p2p_add_group_clients()
726 int p2p_add_device(struct p2p_data *p2p, const u8 *addr, int freq, in p2p_add_device()
974 int freq; in p2p_get_next_prog_freq() local
1022 int freq = 0; in p2p_search() local
1177 u8 seek_count, const char **seek, int freq, bool include_6ghz) in p2p_find()
1320 void p2p_stop_find_for_freq(struct p2p_data *p2p, int freq) in p2p_stop_find_for_freq()
1343 void p2p_stop_listen_for_freq(struct p2p_data *p2p, int freq) in p2p_stop_listen_for_freq()
1404 unsigned int freq = force_freq ? force_freq : pref_freq; in p2p_prepare_channel_pref() local
[all …]
H A Dp2p_invitation.c191 int freq; in p2p_process_invitation_req() local
543 int freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_invitation_resp() local
579 int freq; in p2p_invite_send() local
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c51 uint64_t freq; /* Frequency point */ member
67 uint64_t freq; /* Frequecy */ member
222 freq_to_voltage(struct tegra124_cpufreq_softc *sc, uint64_t freq) in freq_to_voltage()
274 get_speed_point(struct tegra124_cpufreq_softc *sc, uint64_t freq) in get_speed_point()
316 set_cpu_freq(struct tegra124_cpufreq_softc *sc, uint64_t freq) in set_cpu_freq()
369 uint64_t freq; in tegra124_cpufreq_set() local
497 uint64_t freq; in tegra124_cpufreq_attach() local
/freebsd/sys/dev/clk/
H A Dclk.c122 uint64_t freq; /* Actual frequency */ member
207 clknode_method_recalc_freq(struct clknode *clknode, uint64_t *freq) in clknode_method_recalc_freq()
282 clknode_refresh_cache(struct clknode *clknode, uint64_t freq) in clknode_refresh_cache()
510 uint64_t freq; in clkdom_dump() local
794 uint64_t freq; in clknode_set_parent_by_idx() local
824 uint64_t freq; in clknode_set_parent_by_name() local
941 clknode_get_freq(struct clknode *clknode, uint64_t *freq) in clknode_get_freq()
977 _clknode_set_freq(struct clknode *clknode, uint64_t *freq, int flags, in _clknode_set_freq()
1052 clknode_set_freq(struct clknode *clknode, uint64_t freq, int flags, in clknode_set_freq()
1060 clknode_test_freq(struct clknode *clknode, uint64_t freq, int flags, in clknode_test_freq()
[all …]
H A Dclk_fixed.c59 uint64_t freq; member
86 clknode_fixed_recalc(struct clknode *clk, uint64_t *freq) in clknode_fixed_recalc()
184 uint32_t freq; in clk_fixed_init_fixed() local
/freebsd/sys/dev/cpufreq/
H A Dcpufreq_dt.c61 uint64_t freq; member
86 cpufreq_dt_notify(device_t dev, uint64_t freq) in cpufreq_dt_notify()
103 cpufreq_dt_find_opp(device_t dev, uint64_t freq) in cpufreq_dt_find_opp()
146 uint64_t freq; in cpufreq_dt_get() local
171 uint64_t freq; in cpufreq_dt_set() local
478 uint64_t freq; in cpufreq_dt_attach() local
/freebsd/contrib/wpa/src/ap/
H A Ddfs.c159 dfs_get_chan_data(struct hostapd_hw_modes *mode, int freq, int first_chan_idx) in dfs_get_chan_data()
642 static int set_dfs_state_freq(struct hostapd_iface *iface, int freq, u32 state) in set_dfs_state_freq()
668 static int set_dfs_state(struct hostapd_iface *iface, int freq, int ht_enabled, in set_dfs_state()
734 static int dfs_are_channels_overlapped(struct hostapd_iface *iface, int freq, in dfs_are_channels_overlapped()
965 int channel, int freq, in hostapd_dfs_request_channel_switch()
1110 hostapd_dfs_is_background_event(struct hostapd_iface *iface, int freq) in hostapd_dfs_is_background_event()
1142 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, in hostapd_dfs_complete_cac()
1213 int hostapd_dfs_pre_cac_expired(struct hostapd_iface *iface, int freq, in hostapd_dfs_pre_cac_expired()
1320 int freq) in hostapd_dfs_background_start_channel_switch()
1444 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq, in hostapd_dfs_radar_detected()
[all …]
H A Ddpp_hostapd.c227 static int hostapd_dpp_allow_ir(struct hostapd_data *hapd, unsigned int freq) in hostapd_dpp_allow_ir()
611 unsigned int freq; in hostapd_dpp_reply_wait_timeout() local
731 unsigned int wait_time, max_wait_time, freq, max_tries, used; in hostapd_dpp_auth_init_next() local
976 int freq; in hostapd_dpp_listen() local
1034 unsigned int freq) in hostapd_dpp_rx_auth_req()
1408 unsigned int freq) in hostapd_dpp_rx_auth_resp()
1671 unsigned int freq) in hostapd_dpp_rx_presence_announcement()
1758 unsigned int freq) in hostapd_dpp_rx_reconfig_announcement()
1854 unsigned int freq) in hostapd_dpp_rx_reconfig_auth_resp()
1898 const u8 *src, unsigned int freq, in hostapd_dpp_send_peer_disc_resp()
[all …]
H A Dacs.c456 static int acs_get_bw_center_chan(int freq, enum bw_type bw) in acs_get_bw_center_chan()
642 acs_find_chan_mode(struct hostapd_hw_modes *mode, int freq) in acs_find_chan_mode()
662 acs_find_mode(struct hostapd_iface *iface, int freq) in acs_find_mode()
682 acs_find_chan(struct hostapd_iface *iface, int freq) in acs_find_chan()
1362 int *freq) in acs_request_scan_add_freqs()
1397 int i, *freq, ret; in acs_request_scan() local
/freebsd/sys/riscv/vmm/
H A Dvmm_vtimer.c47 vtimer_get_timebase(uint32_t *freq) in vtimer_get_timebase()
69 uint32_t freq; in vtimer_cpuinit() local
H A Dvmm_vtimer.h41 uint32_t freq; member
/freebsd/contrib/ntp/libntp/
H A Dicom.c75 double freq /* frequency (MHz) */ in icom_freq()
107 doublefreq( /* returns void */ in doublefreq() function
/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.c20 int chan, int *freq) in hw_get_channel_chan()
44 hw_mode_get_channel(struct hostapd_hw_modes *mode, int freq, int *chan) in hw_mode_get_channel()
63 hw_get_channel_freq(enum hostapd_hw_mode mode, int freq, int *chan, in hw_get_channel_freq()
92 int freq; in hw_get_freq() local
100 int hw_get_chan(enum hostapd_hw_mode mode, int freq, in hw_get_chan()
455 int freq, int channel, int enable_edmg, in hostapd_set_freq_params()
H A Dieee802_11_common.c1363 enum hostapd_hw_mode ieee80211_freq_to_chan(int freq, u8 *channel) in ieee80211_freq_to_chan()
1383 ieee80211_freq_to_channel_ext(unsigned int freq, int sec_channel, in ieee80211_freq_to_channel_ext()
1612 int ieee80211_chaninfo_to_channel(unsigned int freq, enum chan_width chanwidth, in ieee80211_chaninfo_to_channel()
1986 int freq; in ieee80211_chan_to_freq() local
2016 int ieee80211_is_dfs(int freq, const struct hostapd_hw_modes *modes, in ieee80211_is_dfs()
2455 static enum phy_type ieee80211_phy_type_by_freq(int freq) in ieee80211_phy_type_by_freq()
2478 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) in ieee80211_get_phy_type()
2912 bool is_6ghz_freq(int freq) in is_6ghz_freq()
2933 bool is_6ghz_psc_frequency(int freq) in is_6ghz_psc_frequency()
/freebsd/sys/dev/qcom_clk/
H A Dqcom_clk_freqtbl.c40 qcom_clk_freq_tbl_lookup(const struct qcom_clk_freq_tbl *tbl, uint64_t freq) in qcom_clk_freq_tbl_lookup()
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.c272 uint32_t freq; in bhnd_pmu_sysctl_bus_freq() local
287 uint32_t freq; in bhnd_pmu_sysctl_cpu_freq() local
302 uint32_t freq; in bhnd_pmu_sysctl_mem_freq() local
520 bhnd_pmu_get_clock_freq_method(device_t dev, bhnd_clock clock, uint32_t *freq) in bhnd_pmu_get_clock_freq_method()
/freebsd/sys/net80211/
H A Dieee80211.c1044 mapgsm(u_int freq, u_int flags) in mapgsm()
1058 mappsb(u_int freq, u_int flags) in mappsb()
1067 ieee80211_mhz2ieee(u_int freq, u_int flags) in ieee80211_mhz2ieee()
1294 is_vht160_valid_freq(uint16_t freq) in is_vht160_valid_freq()
1307 is_vht80_valid_freq(uint16_t freq) in is_vht80_valid_freq()
1320 uint8_t ieee, uint16_t freq, int8_t maxregpower, uint32_t flags) in addchan()
1490 int *nchans, uint8_t ieee, uint16_t freq, int8_t maxregpower, in ieee80211_add_channel_cbw()
1511 int *nchans, uint8_t ieee, uint16_t freq, int8_t maxregpower, in ieee80211_add_channel()
1520 findchannel(struct ieee80211_channel chans[], int nchans, uint16_t freq, in findchannel()
1546 uint16_t freq; in ieee80211_add_channel_ht40() local
[all …]
/freebsd/contrib/arm-optimized-routines/string/bench/
H A Dmemset.c37 typedef struct { uint16_t size; uint16_t freq; } freq_data_t; member
38 typedef struct { uint8_t align; uint16_t freq; } align_data_t; member
91 int i, j, freq, size, n; in init_memset_distribution() local
H A Dstrlen.c37 typedef struct { uint16_t size; uint16_t freq; } freq_data_t; member
38 typedef struct { uint8_t align; uint16_t freq; } align_data_t; member
74 int i, j, freq, size, n; in init_strlen_distribution() local

12345678910>>...14