Searched refs:freq (Results 1 - 25 of 28) sorted by relevance

12

/hardware/ti/wlan/wl1271/utils/
H A Dfreq.h2 * freq.h
34 /** \file freq.h
37 * \see freq.c
46 TI_UINT8 Freq2Chan (TI_UINT32 freq);
H A Dfreq.c2 * freq.c
34 /** \file freq.c
37 * \see freq.h
48 TI_UINT32 freq; member in struct:__anon1882
95 TI_UINT8 Freq2Chan (TI_UINT32 freq) argument
101 if (ChanFreq[ i ].freq == freq)
119 return ChanFreq[ i ].freq;
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmRxFreqInput.java145 float UpdateFrequency(float freq) { argument
146 Log.d(TAG, "FM App: UpdateFrequency %d." + freq);
147 if (freq < BaseFreq() || freq > LastFreq()) {
148 freq = 0;
150 return (float) freq;
H A DFmRxApp.java294 String freq = item.get(ITEM_VALUE);
298 if (freq.equals(""))
302 btnStation1.setText(freq);
306 if (freq.equals(""))
310 btnStation2.setText(freq);
314 if (freq.equals(""))
318 btnStation3.setText(freq);
322 if (freq.equals(""))
326 btnStation4.setText(freq);
330 if (freq
447 updateSetStation(int index, String freq, String name) argument
546 SetStation(Integer index, String freq, String name) argument
573 UnSetStation(Integer index, String freq, String name) argument
[all...]
/hardware/ti/wlan/wl1271/Test/
H A DsmeDebug.c54 unsigned long freq; member in struct:CHAN_FREQ
168 static TI_UINT8 Freq2Chan(TI_UINT32 freq) argument
173 if(ChanFreq[i].freq == freq)
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DIFmRadio.aidl63 boolean rxTune_nb(int freq);
106 boolean txTune(long freq);
H A DFmRadio.java927 public boolean rxTune_nb(int freq) { argument
932 return mService.rxTune_nb(freq);
1476 public boolean txTune(long freq) { argument
1481 return mService.txTune(freq);
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Ddhdioctl.h88 uint freq; /* Max ticks between tx/rx attempts */ member in struct:dhd_pktgen
H A Dbcmwifi.h154 extern int wf_mhz2channel(uint freq, uint start_factor);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h88 uint freq; /* Max ticks between tx/rx attempts */ member in struct:dhd_pktgen
H A Dbcmwifi.h154 extern int wf_mhz2channel(uint freq, uint start_factor);
/hardware/msm7k/liblights/
H A Dlights.c204 int blink, freq, pwm; local
252 // the LED appears to blink about once per second if freq is 20
254 freq = totalMS / 50;
267 freq = 0;
273 write_int(RED_FREQ_FILE, freq);
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A DCmdInterpretWext.c58 #include "freq.h"
173 int freq = wrqu->freq.m; local
177 if (freq >= WEXT_FREQ_CHANNEL_NUM_MAX_VAL)
179 int div = WEXT_FREQ_KHZ_CONVERT - wrqu->freq.e;
185 freq /= 10; /* down convert to KHz */
192 freq *= 10;
197 freq = Freq2Chan(freq); /* convert to chan num */
201 if (freq !
[all...]
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_nl80211.h103 int freq; member in struct:i802_bss
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211.c914 if (iwe->u.freq.e == 0) {
924 if (res->res.freq) {
928 if (iwe->u.freq.m >= 1 && iwe->u.freq.m <= 13) {
929 res->res.freq = 2407 + 5 * iwe->u.freq.m;
931 } else if (iwe->u.freq.m == 14) {
932 res->res.freq = 2484;
937 if (iwe->u.freq.e > 6) {
938 wpa_printf(MSG_DEBUG, "Invalid freq i
[all...]
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTx.java740 float UpdateFrequency(float freq) { argument
741 Log.d(TAG, "FM App: UpdateFrequency %d." + freq);
742 if (freq < BaseFreq() || freq > LastFreq()) {
743 freq = 0;
745 Log.d(TAG, "FM App: returned %d." + freq);
746 return (float) freq;
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dcu_wext.c114 bssidList[index-1].Configuration.Union.channel = iwe->u.freq.m;
220 pCuWext->req_data.freq.m = 0;
226 *channel = pCuWext->req_data.freq.m;
/hardware/ti/wlan/mac80211/ti-utils/
H A Dcalibrator.h129 int ieee80211_frequency_to_channel(int freq);
/hardware/ti/wpan/tools/kfmapp/
H A Dkfmapp.c76 printf("f <freq> tune to freq(in MHz)\n");
95 printf("f <freq> tune to freq(in MHz)\n");
679 /* Display seeked freq */
1020 freq,perc,threshold,divide_by; local
1049 for(freq=start_frq;freq<=end_frq;freq+=0.1)
1052 vf.frequency = rint(freq*100
[all...]
/hardware/msm7k/libaudio/
H A DAudioHardware.h59 uint16_t freq; member in struct:android::eq_filter_type
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.h117 uint16_t freq; member in struct:android::eq_filter_type
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmRxNative.cpp50 void nativeJFmRx_PS_Callback(long context,int status, int freq,
183 int status = 0,startIndex=0,repertoire,freq; local
220 nativeJFmRx_PS_Callback(jContext,status,freq,len,rds_psn,repertoire);
1322 void nativeJFmRx_PS_Callback(long context,int status, int freq, argument
/hardware/ti/wlan/wl1271/stad/build/linux/
H A Ddrv_sources.inc82 $(UTILS)/freq.c
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java182 * accordingly(band,volume,freq)
2088 public boolean rxTune_nb(int freq) { argument
2089 Log.i(TAG, "StubFmService: rxTune_nb " + freq);
2091 mCurrentFrequency = freq;
2096 if (freq < BaseFreq() || freq > LastFreq()) {
2098 + freq);
2103 JFmRx.JFmRxFreq lFreq = new JFmRx.JFmRxFreq(freq);
3768 public boolean txTune(long freq) { argument
3769 Log.i(TAG, "StubFmService:txTune " + freq);
[all...]
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/
H A Ddriver_ti.c1389 if (params->freq)
1390 wpa_driver_wext_set_freq(drv->wext, params->freq);

Completed in 366 milliseconds

12