Searched refs:chan (Results 1 - 25 of 256) sorted by relevance

1234567891011

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dacs.c248 static void acs_clean_chan_surveys(struct hostapd_channel_data *chan) argument
252 if (dl_list_empty(&chan->survey_list))
255 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
266 struct hostapd_channel_data *chan; local
269 chan = &iface->current_mode->channels[i];
271 if (chan->flag & HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED)
272 acs_clean_chan_surveys(chan);
274 dl_list_init(&chan->survey_list);
275 chan->flag |= HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED;
276 chan
326 acs_survey_chan_interference_factor(struct hostapd_iface *iface, struct hostapd_channel_data *chan) argument
365 acs_usable_ht40_chan(struct hostapd_channel_data *chan) argument
379 acs_usable_vht80_chan(struct hostapd_channel_data *chan) argument
415 acs_survey_list_is_sufficient(struct hostapd_channel_data *chan) argument
445 struct hostapd_channel_data *chan; local
460 acs_usable_chan(struct hostapd_channel_data *chan) argument
468 is_in_chanlist(struct hostapd_iface *iface, struct hostapd_channel_data *chan) argument
482 struct hostapd_channel_data *chan; local
507 struct hostapd_channel_data *chan; local
531 is_common_24ghz_chan(int chan) argument
563 struct hostapd_channel_data *chan, *adj_chan, *ideal_chan = NULL, local
867 struct hostapd_channel_data *chan; local
[all...]
H A Ddfs.c54 static int dfs_channel_available(struct hostapd_channel_data *chan, argument
62 if (skip_radar && (chan->flag & HOSTAPD_CHAN_RADAR) &&
63 ((chan->flag & HOSTAPD_CHAN_DFS_MASK) !=
67 if (chan->flag & HOSTAPD_CHAN_DISABLED)
69 if ((chan->flag & HOSTAPD_CHAN_RADAR) &&
70 ((chan->flag & HOSTAPD_CHAN_DFS_MASK) ==
77 static int dfs_is_chan_allowed(struct hostapd_channel_data *chan, int n_chans) argument
117 if (chan->chan == allowed[i])
143 struct hostapd_channel_data *first_chan, *chan; local
165 is_in_chanlist(struct hostapd_iface *iface, struct hostapd_channel_data *chan) argument
187 struct hostapd_channel_data *chan; local
222 dfs_adjust_vht_center_freq(struct hostapd_iface *iface, struct hostapd_channel_data *chan, int secondary_channel, u8 *vht_oper_centr_freq_seg0_idx, u8 *vht_oper_centr_freq_seg1_idx) argument
267 struct hostapd_channel_data *chan; local
430 struct hostapd_channel_data *chan = NULL; local
475 struct hostapd_channel_data *chan = NULL; local
558 struct hostapd_channel_data *chan; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dacs.c248 static void acs_clean_chan_surveys(struct hostapd_channel_data *chan) argument
252 if (dl_list_empty(&chan->survey_list))
255 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
266 struct hostapd_channel_data *chan; local
269 chan = &iface->current_mode->channels[i];
271 if (chan->flag & HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED)
272 acs_clean_chan_surveys(chan);
274 dl_list_init(&chan->survey_list);
275 chan->flag |= HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED;
276 chan
326 acs_survey_chan_interference_factor(struct hostapd_iface *iface, struct hostapd_channel_data *chan) argument
365 acs_usable_ht40_chan(struct hostapd_channel_data *chan) argument
379 acs_usable_vht80_chan(struct hostapd_channel_data *chan) argument
415 acs_survey_list_is_sufficient(struct hostapd_channel_data *chan) argument
445 struct hostapd_channel_data *chan; local
460 acs_usable_chan(struct hostapd_channel_data *chan) argument
468 is_in_chanlist(struct hostapd_iface *iface, struct hostapd_channel_data *chan) argument
482 struct hostapd_channel_data *chan; local
507 struct hostapd_channel_data *chan; local
531 is_common_24ghz_chan(int chan) argument
563 struct hostapd_channel_data *chan, *adj_chan, *ideal_chan = NULL, local
867 struct hostapd_channel_data *chan; local
[all...]
H A Ddfs.c54 static int dfs_channel_available(struct hostapd_channel_data *chan, argument
62 if (skip_radar && (chan->flag & HOSTAPD_CHAN_RADAR) &&
63 ((chan->flag & HOSTAPD_CHAN_DFS_MASK) !=
67 if (chan->flag & HOSTAPD_CHAN_DISABLED)
69 if ((chan->flag & HOSTAPD_CHAN_RADAR) &&
70 ((chan->flag & HOSTAPD_CHAN_DFS_MASK) ==
77 static int dfs_is_chan_allowed(struct hostapd_channel_data *chan, int n_chans) argument
117 if (chan->chan == allowed[i])
143 struct hostapd_channel_data *first_chan, *chan; local
165 is_in_chanlist(struct hostapd_iface *iface, struct hostapd_channel_data *chan) argument
187 struct hostapd_channel_data *chan; local
222 dfs_adjust_vht_center_freq(struct hostapd_iface *iface, struct hostapd_channel_data *chan, int secondary_channel, u8 *vht_oper_centr_freq_seg0_idx, u8 *vht_oper_centr_freq_seg1_idx) argument
267 struct hostapd_channel_data *chan; local
430 struct hostapd_channel_data *chan = NULL; local
475 struct hostapd_channel_data *chan = NULL; local
558 struct hostapd_channel_data *chan; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dacs.c248 static void acs_clean_chan_surveys(struct hostapd_channel_data *chan) argument
252 if (dl_list_empty(&chan->survey_list))
255 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
266 struct hostapd_channel_data *chan; local
269 chan = &iface->current_mode->channels[i];
271 if (chan->flag & HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED)
272 acs_clean_chan_surveys(chan);
274 dl_list_init(&chan->survey_list);
275 chan->flag |= HOSTAPD_CHAN_SURVEY_LIST_INITIALIZED;
276 chan
326 acs_survey_chan_interference_factor(struct hostapd_iface *iface, struct hostapd_channel_data *chan) argument
365 acs_usable_ht40_chan(struct hostapd_channel_data *chan) argument
379 acs_usable_vht80_chan(struct hostapd_channel_data *chan) argument
415 acs_survey_list_is_sufficient(struct hostapd_channel_data *chan) argument
445 struct hostapd_channel_data *chan; local
460 acs_usable_chan(struct hostapd_channel_data *chan) argument
468 is_in_chanlist(struct hostapd_iface *iface, struct hostapd_channel_data *chan) argument
482 struct hostapd_channel_data *chan; local
507 struct hostapd_channel_data *chan; local
531 is_common_24ghz_chan(int chan) argument
563 struct hostapd_channel_data *chan, *adj_chan, *ideal_chan = NULL, local
867 struct hostapd_channel_data *chan; local
[all...]
H A Ddfs.c54 static int dfs_channel_available(struct hostapd_channel_data *chan, argument
62 if (skip_radar && (chan->flag & HOSTAPD_CHAN_RADAR) &&
63 ((chan->flag & HOSTAPD_CHAN_DFS_MASK) !=
67 if (chan->flag & HOSTAPD_CHAN_DISABLED)
69 if ((chan->flag & HOSTAPD_CHAN_RADAR) &&
70 ((chan->flag & HOSTAPD_CHAN_DFS_MASK) ==
77 static int dfs_is_chan_allowed(struct hostapd_channel_data *chan, int n_chans) argument
117 if (chan->chan == allowed[i])
143 struct hostapd_channel_data *first_chan, *chan; local
165 is_in_chanlist(struct hostapd_iface *iface, struct hostapd_channel_data *chan) argument
187 struct hostapd_channel_data *chan; local
222 dfs_adjust_vht_center_freq(struct hostapd_iface *iface, struct hostapd_channel_data *chan, int secondary_channel, u8 *vht_oper_centr_freq_seg0_idx, u8 *vht_oper_centr_freq_seg1_idx) argument
267 struct hostapd_channel_data *chan; local
430 struct hostapd_channel_data *chan = NULL; local
475 struct hostapd_channel_data *chan = NULL; local
558 struct hostapd_channel_data *chan; local
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_swizzles.c48 for(unsigned int chan = 0; chan < 4; ++chan) {
49 if (GET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan) != RC_SWIZZLE_UNUSED)
50 usemask |= 1 << chan;
68 for(unsigned int chan = 0; chan < 4; ++chan) {
69 if (!GET_BIT(split.Phase[phase], chan))
70 SET_SWZ(mov->U.I.SrcReg[0].Swizzle, chan, RC_SWIZZLE_UNUSE
104 unsigned new_swizzle, chan, swz0, swz1, swz2, swz3, found_swizzle, swz; local
[all...]
H A Dradeon_inline_literals.c110 unsigned swz, chan; local
123 for (chan = 0; chan < 4; chan++) {
125 swz = GET_SWZ(src_reg->Swizzle, chan);
150 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_W);
152 negate_mask |= (1 << chan);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c64 unsigned chan)
68 unsigned swizzle = tgsi_util_get_src_register_swizzle(src, chan);
111 unsigned chan; local
172 for (chan = 0; chan < 4; ++chan) {
173 struct lp_tgsi_channel_info *chan_info = &tex_info->coord[chan];
174 if (readmask & (1 << chan)) {
175 analyse_src(ctx, chan_info, &inst->Src[0].Register, chan);
207 unsigned chan; local
61 analyse_src(struct analysis_context *ctx, struct lp_tgsi_channel_info *chan_info, const struct tgsi_src_register *src, unsigned chan) argument
292 unsigned chan; local
470 unsigned chan; local
538 unsigned chan; local
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c920 static int ieee80211_chan_to_freq_us(u8 op_class, u8 chan) argument
926 if (chan < 1 || chan > 11)
928 return 2407 + 5 * chan;
935 if (chan < 36 || chan > 64)
937 return 5000 + 5 * chan;
940 if (chan < 100 || chan > 144)
942 return 5000 + 5 * chan;
964 ieee80211_chan_to_freq_eu(u8 op_class, u8 chan) argument
1002 ieee80211_chan_to_freq_jp(u8 op_class, u8 chan) argument
1046 ieee80211_chan_to_freq_cn(u8 op_class, u8 chan) argument
1072 ieee80211_chan_to_freq_global(u8 op_class, u8 chan) argument
1140 ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan) argument
[all...]
H A Dhw_features_common.h16 int chan, int *freq);
18 int freq, int *chan);
20 int hw_get_freq(struct hostapd_hw_modes *mode, int chan);
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c920 static int ieee80211_chan_to_freq_us(u8 op_class, u8 chan) argument
926 if (chan < 1 || chan > 11)
928 return 2407 + 5 * chan;
935 if (chan < 36 || chan > 64)
937 return 5000 + 5 * chan;
940 if (chan < 100 || chan > 144)
942 return 5000 + 5 * chan;
964 ieee80211_chan_to_freq_eu(u8 op_class, u8 chan) argument
1002 ieee80211_chan_to_freq_jp(u8 op_class, u8 chan) argument
1046 ieee80211_chan_to_freq_cn(u8 op_class, u8 chan) argument
1072 ieee80211_chan_to_freq_global(u8 op_class, u8 chan) argument
1140 ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan) argument
[all...]
H A Dhw_features_common.h16 int chan, int *freq);
18 int freq, int *chan);
20 int hw_get_freq(struct hostapd_hw_modes *mode, int chan);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c920 static int ieee80211_chan_to_freq_us(u8 op_class, u8 chan) argument
926 if (chan < 1 || chan > 11)
928 return 2407 + 5 * chan;
935 if (chan < 36 || chan > 64)
937 return 5000 + 5 * chan;
940 if (chan < 100 || chan > 144)
942 return 5000 + 5 * chan;
964 ieee80211_chan_to_freq_eu(u8 op_class, u8 chan) argument
1002 ieee80211_chan_to_freq_jp(u8 op_class, u8 chan) argument
1046 ieee80211_chan_to_freq_cn(u8 op_class, u8 chan) argument
1072 ieee80211_chan_to_freq_global(u8 op_class, u8 chan) argument
1140 ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan) argument
[all...]
H A Dhw_features_common.h16 int chan, int *freq);
18 int freq, int *chan);
20 int hw_get_freq(struct hostapd_hw_modes *mode, int chan);
/external/mesa3d/src/mesa/main/
H A Dformat_info.py75 for chan in fmat.channels:
76 if chan.type == 'x' and len(fmat.channels) > 1:
78 elif chan.name == 's' and fmat.has_channel('z'):
81 channel = chan
132 for chan in fmat.channels:
133 if chan.name == chan_name:
134 return chan.size
194 chan = fmat.array_element() variable
195 norm = chan.norm or chan
[all...]
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_io.c56 vc4_nir_unpack_8i(nir_builder *b, nir_ssa_def *src, unsigned chan) argument
60 nir_imm_int(b, 8 * chan),
66 vc4_nir_unpack_16i(nir_builder *b, nir_ssa_def *src, unsigned chan) argument
70 nir_imm_int(b, 16 * chan),
76 vc4_nir_unpack_16u(nir_builder *b, nir_ssa_def *src, unsigned chan) argument
78 if (chan == 0) {
86 vc4_nir_unpack_8f(nir_builder *b, nir_ssa_def *src, unsigned chan) argument
88 return nir_channel(b, nir_unpack_unorm_4x8(b, src), chan);
98 const struct util_format_channel_description *chan = local
104 } else if (chan
[all...]
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_finalize.cpp303 assert(fdst.chan() == slot || slot == SLOT_TRANS);
308 n->bc.dst_chan = d ? fdst.chan() : slot < SLOT_TRANS ? slot : 0;
369 src.chan = sc.chan();
389 src.chan = gpr.chan();
394 src.chan = v->gpr.chan();
400 src.chan = 0;
414 src.chan
479 sblog << "invalid fetch constant operand " << chan << " "; local
492 sblog << "invalid fetch source operand " << chan << " "; local
501 sblog << "invalid fetch source operand " << chan << " "; local
584 sblog << "invalid fetch constant operand " << chan << " "; local
597 sblog << "invalid fetch source operand " << chan << " "; local
606 sblog << "invalid fetch source operand " << chan << " "; local
644 sblog << "invalid fetch dst operand " << chan << " "; local
653 sblog << "invalid fetch dst operand " << chan << " "; local
703 sblog << "invalid export constant operand " << chan << " "; local
716 sblog << "invalid export source operand " << chan << " "; local
725 sblog << "invalid export source operand " << chan << " "; local
750 sblog << "invalid source operand " << chan << " "; local
759 sblog << "invalid source operand " << chan << " "; local
784 sblog << "invalid source operand " << chan << " "; local
793 sblog << "invalid source operand " << chan << " "; local
815 unsigned chan = v->select.chan(); local
[all...]
/external/mesa3d/src/compiler/nir/
H A Dnir_lower_alu_to_scalar.c50 nir_alu_instr *chan = nir_alu_instr_create(builder->shader, chan_op); local
51 nir_alu_ssa_dest_init(chan, 1, instr->dest.dest.ssa.bit_size);
52 nir_alu_src_copy(&chan->src[0], &instr->src[0], chan);
53 chan->src[0].swizzle[0] = chan->src[0].swizzle[i];
56 nir_alu_src_copy(&chan->src[1], &instr->src[1], chan);
57 chan->src[1].swizzle[0] = chan
80 unsigned i, chan; local
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c89 uint chan; local
103 for (chan = 2; chan < 4; chan++) {
104 const float dadx = coef->dadx[chan];
105 const float dady = coef->dady[chan];
106 const float a0 = coef->a0[chan] + dadx * x + dady * y;
107 quadpos->xyzw[chan].f[0] = a0;
108 quadpos->xyzw[chan].f[1] = a0 + dadx;
109 quadpos->xyzw[chan]
[all...]
/external/tensorflow/tensorflow/contrib/resampler/kernels/
H A Dresampler_ops.cc63 auto get_data_point = [&](const int x, const int y, const int chan) {
68 data_channels * (y * data_width + x) + chan]
93 for (int chan = 0; chan < data_channels; ++chan) {
94 const T img_fxfy = dx * dy * get_data_point(fx, fy, chan);
96 (one - dx) * (one - dy) * get_data_point(cx, cy, chan);
97 const T img_fxcy = dx * (one - dy) * get_data_point(fx, cy, chan);
98 const T img_cxfy = (one - dx) * dy * get_data_point(cx, fy, chan);
99 set_output(sample_id, chan,
[all...]
/external/turbine/java/com/google/turbine/zip/
H A DZip.java106 private final FileChannel chan; field in class:Zip.ZipIterator
113 ZipIterator(Path path, FileChannel chan, MappedByteBuffer cd) { argument
115 this.chan = chan;
132 Entry entry = new Entry(path, chan, string(cd, cdindex + CENHDR, nameLength), cd, cdindex);
154 private final FileChannel chan; field in class:Zip.ZipIterable
159 this.chan = FileChannel.open(path, StandardOpenOption.READ);
161 long size = chan.size();
166 MappedByteBuffer eocd = chan.map(MapMode.READ_ONLY, eocdOffset, ENDHDR);
173 eocd = chan
228 private final FileChannel chan; field in class:Zip.Entry
233 Entry(Path path, FileChannel chan, String name, ByteBuffer cd, int cdindex) argument
[all...]
/external/tensorflow/tensorflow/core/platform/posix/
H A Dsubprocess.h48 // chan: Which channel this applies to.
51 virtual void SetChannelAction(Channel chan, ChannelAction action);
105 static bool chan_valid(int chan) { return ((chan >= 0) && (chan < kNFds)); } argument
/external/toybox/toys/other/
H A Dmix.c30 char *chan;
44 if (TT.chan) {
45 if (!strcmp(channels[channel], TT.chan)) break;
52 else if (channel == SOUND_MIXER_NRDEVICES) error_exit("bad -c '%s'", TT.chan);
/external/devlib/devlib/instrument/
H A Dframes.py47 active_sites = [chan.label for chan in self.active_channels]
70 self.header = [chan.label for chan in self.channels.values()]
82 self.header = [chan.label for chan in self.channels.values()]

Completed in 4010 milliseconds

1234567891011