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

/freebsd-12-stable/usr.sbin/powerd/
H A Dpowerd.c92 static int set_freq(int freq);
268 set_freq(int freq) function
665 if (set_freq(freqs[numfreqs - 1]) != 0) {
675 if (set_freq(freqs[0]) != 0) {
751 if (set_freq(freq) != 0) {
770 if (set_freq(freq) != 0) {
831 if (set_freq(freqs[j]))
836 if (set_freq(initfreq))
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c131 static void set_freq(double); /* set frequency */
987 * set_freq(). Otherwise it is a component of the adj_systime()
1055 set_freq(fp_offset / (current_time - clock_epoch));
1062 * set_freq - set clock frequency correction
1074 set_freq( function
1202 * call set_freq() to switch the frequency compensation to or
1207 set_freq(drift_comp);
1273 set_freq(ftemp);
/freebsd-12-stable/sys/i386/include/
H A Dcserial.h478 unsigned long (*set_freq)(chan_t *h, unsigned long freq); member in struct:_chan_t::lysap_t
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h407 if (wpa_s->driver->set_freq)
408 return wpa_s->driver->set_freq(wpa_s->drv_priv, freq);
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c562 if (hapd->driver->set_freq == NULL)
564 return hapd->driver->set_freq(hapd->drv_priv, &data);
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver.h2950 * set_freq - Set channel/frequency (AP only)
2955 int (*set_freq)(void *priv, struct hostapd_freq_params *freq); member in struct:wpa_driver_ops
H A Ddriver_hostap.c1200 .set_freq = hostap_set_freq,
H A Ddriver_bsd.c1791 .set_freq = bsd_set_freq,

Completed in 322 milliseconds