Searched refs:freq (Results 26 - 50 of 293) sorted by relevance

1234567891011>>

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DHalAdaptation.cpp60 unsigned long freq = 0; local
66 if (GetNumValue((char*)NAME_XTAL_FREQUENCY, &freq, sizeof(freq)))
68 ALOGD("%s: setting xtal frequency=%lu", __FUNCTION__, freq);
69 nfc_post_reset_cb.dev_init_config.xtal_freq = (UINT16) freq;
/external/e2fsprogs/misc/
H A De2initrd_helper.c58 int freq; member in struct:fs_info
235 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
245 freq = parse_word(&cp);
258 parse_escape(freq);
272 fs->freq = freq ? atoi(freq) : -1;
/external/llvm/lib/Support/
H A DBlockFrequency.cpp24 void mult96bit(uint64_t freq, uint32_t N, uint64_t W[2]) { argument
25 uint64_t u0 = freq & UINT32_MAX;
26 uint64_t u1 = freq >> 32;
/external/oprofile/module/x86/
H A Dop_rtc.c61 unsigned int exp, freq; local
80 freq = 16 - exp;
83 tmp_freq_select = (tmp_freq_select & 0xf0) | freq;
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp81 QString ssid, bssid, freq, signal, flags; local
92 else if ((*it).startsWith("freq="))
93 freq = (*it).mid(pos);
106 item->setText(2, freq);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp77 QString ssid, bssid, freq, signal, flags; local
88 else if ((*it).startsWith("freq="))
89 freq = (*it).mid(pos);
102 item->setText(2, freq);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c87 static void wpas_p2p_join_scan_req(struct wpa_supplicant *wpa_s, int freq);
116 bss->freq, bss->level,
126 static int wpas_p2p_scan(void *ctx, enum p2p_scan_type type, int freq, argument
189 social_channels[0] = freq;
194 social_channels[3] = freq;
688 "%s GO ssid=\"%s\" freq=%d psk=%s go_dev_addr=" MACSTR
697 "%s GO ssid=\"%s\" freq=%d passphrase=\"%s\" "
718 unsigned int freq,
744 p2p_send_action_cb(wpa_s->global->p2p, freq, dst, src, bssid, res);
766 static int wpas_send_action(void *ctx, unsigned int freq, cons argument
717 wpas_p2p_send_action_tx_status(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result) argument
1220 wpas_start_listen(void *ctx, unsigned int freq, unsigned int duration, const struct wpabuf *probe_resp_ie) argument
1592 wpas_sd_request(void *ctx, int freq, const u8 *sa, u8 dialog_token, u16 update_indic, const u8 *tlvs, size_t tlvs_len) argument
1899 wpas_p2p_sd_response(struct wpa_supplicant *wpa_s, int freq, const u8 *dst, u8 dialog_token, const struct wpabuf *resp_tlvs) argument
2419 wpas_p2p_disallowed_freq(struct wpa_global *global, unsigned int freq) argument
2520 unsigned int freq; local
3056 wpas_check_freq_conflict(struct wpa_supplicant *wpa_s, int freq) argument
3127 int freq; local
3317 wpas_p2p_join_scan_req(struct wpa_supplicant *wpa_s, int freq) argument
3496 wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr, const char *pin, enum p2p_wps_method wps_method, int persistent_group, int auto_join, int join, int auth, int go_intent, int freq, int persistent_id, int pd, int ht40) argument
3668 wpas_p2p_remain_on_channel_cb(struct wpa_supplicant *wpa_s, unsigned int freq, unsigned int duration) argument
3704 wpas_p2p_cancel_remain_on_channel_cb(struct wpa_supplicant *wpa_s, unsigned int freq) argument
3762 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int ht40) argument
3891 wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int persistent_group, int freq, int ht40) argument
4015 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int freq, int ht40) argument
4418 wpas_p2p_rx_action(struct wpa_supplicant *wpa_s, const u8 *da, const u8 *sa, const u8 *bssid, u8 category, const u8 *data, size_t len, int freq) argument
4470 wpas_p2p_invite(struct wpa_supplicant *wpa_s, const u8 *peer_addr, struct wpa_ssid *ssid, const u8 *go_dev_addr, int freq, int ht40) argument
4646 int freq; local
5441 wpas_p2p_handle_frequency_conflicts(struct wpa_supplicant *wpa_s, int freq) argument
[all...]
H A Dbgscan_learn.c25 int freq; member in struct:bgscan_learn_bss
134 bss->freq = atoi(buf + 4 + 18);
137 "entry: " MACSTR " freq=%d",
138 MAC2STR(bss->bssid), bss->freq);
179 MAC2STR(bss->bssid), bss->freq);
220 if (in_array(freqs, bss->freq))
226 freqs[*count] = bss->freq;
248 wpa_printf(MSG_DEBUG, "bgscan learn: Probe new freq "
368 freqs[count] = modes[i].channels[j].freq;
508 if (bss && bss->freq !
[all...]
H A Dsme.c66 params.freq = bss->freq;
76 wpa_s->sme.freq = params.freq;
272 " (SSID='%s' freq=%d MHz)", MAC2STR(params.bssid),
273 wpa_ssid_txt(params.ssid, params.ssid_len), params.freq);
400 params.freq = wpa_s->sme.freq;
427 " (SSID='%s' freq=%d MHz)", MAC2STR(params.bssid),
429 params.freq);
704 freq_to_channel(int freq, u8 *channel) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dprivsep_commands.h42 int freq; member in struct:privsep_cmd_associate
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhw_features.h27 int hostapd_hw_get_channel(struct hostapd_data *hapd, int freq);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dprivsep_commands.h34 int freq; member in struct:privsep_cmd_associate
/external/wpa_supplicant_8/src/ap/
H A Dhw_features.h27 int hostapd_hw_get_channel(struct hostapd_data *hapd, int freq);
/external/wpa_supplicant_8/src/common/
H A Dprivsep_commands.h34 int freq; member in struct:privsep_cmd_associate
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhw_features.h27 int hostapd_hw_get_channel(struct hostapd_data *hapd, int freq);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dprivsep_commands.h34 int freq; member in struct:privsep_cmd_associate
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_pd.c137 int freq; local
146 " with config methods 0x%x (freq=%d)",
217 freq = rx_freq;
219 freq = p2p_channel_to_freq(p2p->cfg->country,
222 if (freq < 0) {
230 if (p2p_send_action(p2p, freq, sa, p2p->cfg->dev_addr,
355 int freq; local
358 freq = force_freq;
360 freq = dev->listen_freq > 0 ? dev->listen_freq :
362 if (freq <
[all...]
H A Dp2p.h78 * freq - Frequency of the group operational channel in MHz
80 int freq; member in struct:p2p_go_neg_results
387 * @freq: Specific frequency (MHz) to scan or 0 for no restriction
400 * plus one extra channel specified by freq.
412 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq,
441 * @freq: Frequency in MHz for the channel on which to transmit
456 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst,
473 * @freq: Frequency of the listen channel in MHz
490 int (*start_listen)(void *ctx, unsigned int freq,
581 * @freq
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_pd.c137 int freq; local
146 " with config methods 0x%x (freq=%d)",
217 freq = rx_freq;
219 freq = p2p_channel_to_freq(p2p->cfg->country,
222 if (freq < 0) {
230 if (p2p_send_action(p2p, freq, sa, p2p->cfg->dev_addr,
355 int freq; local
358 freq = force_freq;
360 freq = dev->listen_freq > 0 ? dev->listen_freq :
362 if (freq <
[all...]
H A Dp2p.h78 * freq - Frequency of the group operational channel in MHz
80 int freq; member in struct:p2p_go_neg_results
387 * @freq: Specific frequency (MHz) to scan or 0 for no restriction
400 * plus one extra channel specified by freq.
412 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq,
441 * @freq: Frequency in MHz for the channel on which to transmit
456 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst,
473 * @freq: Frequency of the listen channel in MHz
490 int (*start_listen)(void *ctx, unsigned int freq,
581 * @freq
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_pd.c137 int freq; local
146 " with config methods 0x%x (freq=%d)",
217 freq = rx_freq;
219 freq = p2p_channel_to_freq(p2p->cfg->country,
222 if (freq < 0) {
230 if (p2p_send_action(p2p, freq, sa, p2p->cfg->dev_addr,
355 int freq; local
358 freq = force_freq;
360 freq = dev->listen_freq > 0 ? dev->listen_freq :
362 if (freq <
[all...]
H A Dp2p.h78 * freq - Frequency of the group operational channel in MHz
80 int freq; member in struct:p2p_go_neg_results
387 * @freq: Specific frequency (MHz) to scan or 0 for no restriction
400 * plus one extra channel specified by freq.
412 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq,
441 * @freq: Frequency in MHz for the channel on which to transmit
456 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst,
473 * @freq: Frequency of the listen channel in MHz
490 int (*start_listen)(void *ctx, unsigned int freq,
581 * @freq
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_audio.c220 SDL_Delay((audio->spec.samples*1000)/audio->spec.freq);
417 if ( desired->freq == 0 ) {
420 desired->freq = SDL_atoi(env);
423 if ( desired->freq == 0 ) {
425 desired->freq = 22050;
465 int samples = (desired->freq / 1000) * 46;
522 } else if ( desired->freq != audio->spec.freq ||
528 desired->freq,
530 audio->spec.freq) <
[all...]
/external/qemu/audio/
H A Dalsaaudio.c156 int freq; member in struct:alsa_params_req
166 int freq; member in struct:alsa_params_obt
493 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
537 unsigned int freq, nchannels; local
543 freq = req->freq;
582 err = FF(snd_pcm_hw_params_set_rate_near) (handle, hw_params, &freq, 0);
584 alsa_logerr2 (err, typ, "Failed to set frequency %d\n", req->freq);
714 bytes_per_sec = freq << (nchannel
[all...]
H A Dossaudio.c85 int freq; member in struct:oss_params
236 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
274 int fmt, freq, nchannels; local
288 freq = req->freq;
303 if (ioctl (fd, SNDCTL_DSP_SPEED, &freq)) {
304 oss_logerr2 (errno, typ, "Failed to set frequency %d\n", req->freq);
358 obt->freq = freq;
[all...]

Completed in 880 milliseconds

1234567891011>>