Searched refs:set_freq (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.sbin/powerd/
H A Dpowerd.c89 static int set_freq(int freq);
265 set_freq(int freq) function
662 if (set_freq(freqs[numfreqs - 1]) != 0) {
672 if (set_freq(freqs[0]) != 0) {
748 if (set_freq(freq) != 0) {
767 if (set_freq(freq) != 0) {
828 if (set_freq(freqs[j]))
833 if (set_freq(initfreq))
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_loopfilter.c131 static void set_freq(double); /* set frequency */
984 * set_freq(). Otherwise it is a component of the adj_systime()
1052 set_freq(fp_offset / (current_time - clock_epoch));
1059 * set_freq - set clock frequency correction
1071 set_freq( function
1204 * call set_freq() to switch the frequency compensation to or
1209 set_freq(drift_comp);
1275 set_freq(ftemp);
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h433 if (wpa_s->driver->set_freq)
434 return wpa_s->driver->set_freq(wpa_s->drv_priv, freq);
/freebsd-current/contrib/wpa/src/ap/
H A Dap_drv_ops.c569 if (hapd->driver->set_freq == NULL)
571 return hapd->driver->set_freq(hapd->drv_priv, &data);
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_hostap.c1204 .set_freq = hostap_set_freq,
H A Ddriver.h3270 * set_freq - Set channel/frequency (AP only)
3275 int (*set_freq)(void *priv, struct hostapd_freq_params *freq); member in struct:wpa_driver_ops
H A Ddriver_bsd.c1837 .set_freq = bsd_set_freq,
H A Ddriver_nl80211.c12163 .set_freq = i802_set_freq,

Completed in 221 milliseconds