Searched refs:set_freq (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/.gitlab-ci/common/ |
H A D | intel-gpu-freq.sh | 218 # Helper for set_freq(). 254 # Helper for set_freq(). 285 set_freq() { function 330 log "Unexpected call to set_freq()" 745 [ -n "${SET_MIN_FREQ}${SET_MAX_FREQ}" ] && { set_freq || RET=$?; }
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | driver_i.h | 407 if (wpa_s->driver->set_freq) in wpa_drv_set_freq() 408 return wpa_s->driver->set_freq(wpa_s->drv_priv, freq); in wpa_drv_set_freq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_drv_ops.c | 570 if (hapd->driver->set_freq == NULL) in hostapd_set_freq() 572 return hapd->driver->set_freq(hapd->drv_priv, &data); in hostapd_set_freq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | driver_i.h | 473 if (wpa_s->driver->set_freq) in wpa_drv_set_freq() 474 return wpa_s->driver->set_freq(wpa_s->drv_priv, freq); in wpa_drv_set_freq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_drv_ops.c | 562 if (hapd->driver->set_freq == NULL) in hostapd_set_freq() 564 return hapd->driver->set_freq(hapd->drv_priv, &data); in hostapd_set_freq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_hostap.c | 1200 .set_freq = hostap_set_freq,
|
H A D | driver.h | 2973 * set_freq - Set channel/frequency (AP only) 2978 int (*set_freq)(void *priv, struct hostapd_freq_params *freq); member
|
H A D | driver_bsd.c | 1751 .set_freq = bsd_set_freq,
|
H A D | driver_nl80211.c | 11069 .set_freq = i802_set_freq,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_hostap.c | 1204 .set_freq = hostap_set_freq,
|
H A D | driver.h | 3404 * set_freq - Set channel/frequency (AP only) 3409 int (*set_freq)(void *priv, struct hostapd_freq_params *freq); member
|
H A D | driver_bsd.c | 1760 .set_freq = bsd_set_freq,
|
H A D | driver_nl80211.c | 12757 .set_freq = i802_set_freq,
|
Completed in 59 milliseconds