Home
last modified time | relevance | path

Searched refs:reg_class (Results 1 – 14 of 14) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p_utils.c85 res->reg_class = a->reg_class; in p2p_reg_class_intersect()
120 const struct p2p_reg_class *a_reg = &a->reg_class[i]; in p2p_channels_intersect()
122 const struct p2p_reg_class *b_reg = &b->reg_class[j]; in p2p_channels_intersect()
123 if (a_reg->reg_class != b_reg->reg_class) in p2p_channels_intersect()
127 &res->reg_class[res->reg_classes]); in p2p_channels_intersect()
128 if (res->reg_class[res->reg_classes].channels) { in p2p_channels_intersect()
168 struct p2p_reg_class *cl = &res->reg_class[i]; in p2p_channels_union_inplace()
170 const struct p2p_reg_class *b_cl = &b->reg_class[j]; in p2p_channels_union_inplace()
171 if (cl->reg_class != b_cl->reg_class) in p2p_channels_union_inplace()
178 const struct p2p_reg_class *b_cl = &b->reg_class[j]; in p2p_channels_union_inplace()
[all …]
Dp2p_invitation.c112 u8 reg_class, u8 channel, in p2p_build_invitation_resp() argument
153 if (reg_class && channel) in p2p_build_invitation_resp()
155 reg_class, channel); in p2p_build_invitation_resp()
185 u8 reg_class = 0, channel = 0; in p2p_process_invitation_req() local
278 if (p2p_freq_to_channel(op_freq, &reg_class, &channel) < 0) { in p2p_process_invitation_req()
285 if (!p2p_channels_includes(&intersection, reg_class, channel)) in p2p_process_invitation_req()
367 reg_class = p2p->op_reg_class; in p2p_process_invitation_req()
379 bssid, reg_class, channel, channels); in p2p_process_invitation_req()
387 freq = p2p_channel_to_freq(p2p->cfg->reg_class, in p2p_process_invitation_req()
Dp2p_build.c86 u8 reg_class, u8 channel) in p2p_buf_add_listen_channel() argument
92 wpabuf_put_u8(buf, reg_class); /* Regulatory Class */ in p2p_buf_add_listen_channel()
95 "Channel %u", reg_class, channel); in p2p_buf_add_listen_channel()
100 u8 reg_class, u8 channel) in p2p_buf_add_operating_channel() argument
106 wpabuf_put_u8(buf, reg_class); /* Regulatory Class */ in p2p_buf_add_operating_channel()
109 "Channel %u", reg_class, channel); in p2p_buf_add_operating_channel()
163 struct p2p_reg_class *c = &chan->reg_class[i]; in p2p_buf_add_channel_list()
164 wpabuf_put_u8(buf, c->reg_class); in p2p_buf_add_channel_list()
Dp2p.c196 p2p->cfg->reg_class = p2p->pending_reg_class; in p2p_set_state()
268 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel); in p2p_listen_in_find()
321 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel); in p2p_listen()
952 u8 reg_class; in p2p_get_next_prog_freq() local
958 cla = &c->reg_class[cl]; in p2p_get_next_prog_freq()
959 if (cla->reg_class != p2p->last_prog_scan_class) in p2p_get_next_prog_freq()
973 reg_class = c->reg_class[0].reg_class; in p2p_get_next_prog_freq()
974 channel = c->reg_class[0].channel[0]; in p2p_get_next_prog_freq()
984 reg_class = c->reg_class[cl].reg_class; in p2p_get_next_prog_freq()
985 channel = c->reg_class[cl].channel[ch]; in p2p_get_next_prog_freq()
[all …]
Dp2p_go_neg.c62 struct p2p_reg_class *cl = &ch->reg_class[ch->reg_classes]; in p2p_peer_channels_check()
63 cl->reg_class = *pos++; in p2p_peer_channels_check()
176 p2p_buf_add_listen_channel(buf, p2p->cfg->country, p2p->cfg->reg_class, in p2p_build_go_neg_req()
497 cl = &intersection->reg_class[0]; in p2p_reselect_channel()
499 cl->reg_class, cl->channel[0]); in p2p_reselect_channel()
500 p2p->op_reg_class = cl->reg_class; in p2p_reselect_channel()
520 intersection.reg_class[0].channels == 0) { in p2p_go_select_channel()
1033 freq = p2p_channel_to_freq(p2p->cfg->reg_class, in p2p_process_go_neg_req()
Dp2p.h52 u8 reg_class; member
63 } reg_class[P2P_MAX_REG_CLASSES]; member
435 u8 reg_class; member
2017 int p2p_set_listen_channel(struct p2p_data *p2p, u8 reg_class, u8 channel,
Dp2p_pd.c158 p2p->cfg->reg_class, in p2ps_add_pd_req_attrs()
806 ch->reg_class[0].reg_class = in p2p_process_prov_disc_req()
808 ch->reg_class[0].channel[0] = in p2p_process_prov_disc_req()
810 ch->reg_class[0].channels = 1; in p2p_process_prov_disc_req()
988 freq = p2p_channel_to_freq(p2p->cfg->reg_class, in p2p_process_prov_disc_req()
Dp2p_i.h700 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
759 u8 reg_class, u8 channel);
761 u8 reg_class, u8 channel);
Dp2p_sd.c346 freq = p2p_channel_to_freq(p2p->cfg->reg_class, in p2p_rx_gas_initial_req()
/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c70 HRegClass reg_class; member
197 switch (vreg->reg_class) { in sanity_check_spill_offset()
552 vreg_lrs[j].reg_class = HRcINVALID; in doRegisterAllocation()
618 if (vreg_lrs[k].reg_class == HRcINVALID) { in doRegisterAllocation()
620 vreg_lrs[k].reg_class = hregClass(vreg); in doRegisterAllocation()
623 vassert(vreg_lrs[k].reg_class == hregClass(vreg)); in doRegisterAllocation()
893 vassert(vreg_lrs[j].reg_class == HRcINVALID); in doRegisterAllocation()
905 switch (vreg_lrs[j].reg_class) { in doRegisterAllocation()
1223 vassert(vreg_lrs[m].reg_class != HRcINVALID); in doRegisterAllocation()
1399 vassert(vreg_lrs[p].reg_class != HRcINVALID); in doRegisterAllocation()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c3305 chan->reg_class[cla].reg_class = 81; in wpas_p2p_default_channels()
3306 chan->reg_class[cla].channels = 0; in wpas_p2p_default_channels()
3309 wpas_p2p_add_chan(&chan->reg_class[cla], i + 1); in wpas_p2p_default_channels()
3311 if (chan->reg_class[cla].channels) in wpas_p2p_default_channels()
3318 chan->reg_class[cla].reg_class = 115; in wpas_p2p_default_channels()
3319 chan->reg_class[cla].channels = 0; in wpas_p2p_default_channels()
3321 wpas_p2p_add_chan(&chan->reg_class[cla], 36); in wpas_p2p_default_channels()
3323 wpas_p2p_add_chan(&chan->reg_class[cla], 40); in wpas_p2p_default_channels()
3325 wpas_p2p_add_chan(&chan->reg_class[cla], 44); in wpas_p2p_default_channels()
3327 wpas_p2p_add_chan(&chan->reg_class[cla], 48); in wpas_p2p_default_channels()
[all …]
/external/webrtc/webrtc/base/
Dwin32regkey.h49 wchar_t* reg_class,
/external/mesa3d/src/gallium/drivers/r300/
Dr300_reg.h2947 #define PVS_OP_DST_OPERAND(opcode, math_inst, macro_inst, reg_index, reg_writemask, reg_class, satu… argument
2953 | ((reg_class & PVS_DST_REG_TYPE_MASK) << PVS_DST_REG_TYPE_SHIFT)) \
2957 #define PVS_SRC_OPERAND(in_reg_index, comp_x, comp_y, comp_z, comp_w, reg_class, negate) \ argument
2964 | ((reg_class & PVS_SRC_REG_TYPE_MASK) << PVS_SRC_REG_TYPE_SHIFT))
/external/iw/
Dscan.c68 __u8 reg_class; member
558 triplet->ext.reg_class, in print_country()