Home
last modified time | relevance | path

Searched refs:chan (Results 276 - 300 of 348) sorted by relevance

1...<<11121314

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h838 oal_ieee80211_channel *chan; member
899 struct Ieee80211Channel *chan; member
1635 hi_s32 (*remain_on_channel)(oal_wiphy_stru *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan,
1638 hi_s32 (*mgmt_tx)(oal_wiphy_stru *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, hi_bool offchan,
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js3851 var chan = new MessageChannel();
3853 chan.port1.postMessage(JSON.parse(msg_json));
3855 var done = tests.fetch_tests_from_worker(chan.port2);
3857 chan.port2.start();
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp294 unsigned chan = 0; in fold() local
298 if (n.bc.dst_sel[chan] == SEL_0) in fold()
300 else if (n.bc.dst_sel[chan] == SEL_1) in fold()
303 ++chan; in fold()
H A Dsb_bc_dump.cpp369 s << "." << chans[src->chan]; in print_src()
/third_party/openSLES/api/1.1/
H A DOpenSLES.h2132 SLuint8 chan,
2137 SLuint8 chan,
2142 SLuint8 chan,
2147 SLuint8 chan,
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h1932 SLuint8 chan,
1937 SLuint8 chan,
1942 SLuint8 chan,
1947 SLuint8 chan,
/third_party/openSLES/api/1.0/
H A DOpenSLES.h1926 SLuint8 chan,
1931 SLuint8 chan,
1936 SLuint8 chan,
1941 SLuint8 chan,
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c2254 if (pri_chan->chan == channel) in ibss_mesh_setup_freq()
2265 freq->channel = pri_chan->chan; in ibss_mesh_setup_freq()
2286 if (sec_chan->chan == channel + ht40 * 4) in ibss_mesh_setup_freq()
2316 res = check_40mhz_5g(mode, scan_res, pri_chan->chan, in ibss_mesh_setup_freq()
2317 sec_chan->chan); in ibss_mesh_setup_freq()
2328 freq->freq = hw_get_freq(mode, sec_chan->chan); in ibss_mesh_setup_freq()
2330 freq->channel = sec_chan->chan; in ibss_mesh_setup_freq()
2379 struct hostapd_channel_data *chan; in ibss_mesh_setup_freq() local
2381 chan = hw_get_channel_chan(mode, i, NULL); in ibss_mesh_setup_freq()
2382 if (!chan) in ibss_mesh_setup_freq()
2401 struct hostapd_channel_data *chan; ibss_mesh_setup_freq() local
[all...]
H A Ddpp_supplicant.c1457 struct hostapd_channel_data *chan = &mode->channels[j]; in wpas_dpp_allow_ir() local
1459 if (chan->freq != (int) freq) in wpas_dpp_allow_ir()
1462 if (chan->flag & (HOSTAPD_CHAN_DISABLED | in wpas_dpp_allow_ir()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfgvendor.c2024 *to get chan info from upper layers is donex in wl_cfgvendor_rtt_set_responder()
3257 int chan; in wl_cfgvendor_nan_parse_datapath_args() local
3378 chan = wf_mhz2channel((uint)nla_get_u32(iter), 0); in wl_cfgvendor_nan_parse_datapath_args()
3379 if (chan <= CH_MAX_2G_CHANNEL) { in wl_cfgvendor_nan_parse_datapath_args()
3381 wf_channel2chspec(chan, WL_CHANSPEC_BW_20); in wl_cfgvendor_nan_parse_datapath_args()
3384 wf_channel2chspec(chan, WL_CHANSPEC_BW_80); in wl_cfgvendor_nan_parse_datapath_args()
4245 int chan; in wl_cfgvendor_nan_parse_args() local
4397 chan = wf_mhz2channel((uint)nla_get_u32(iter), 0); in wl_cfgvendor_nan_parse_args()
4398 if (chan <= CH_MAX_2G_CHANNEL) { in wl_cfgvendor_nan_parse_args()
4399 cmd_data->chanspec[0] = wf_channel2chspec(chan, WL_CHANSPEC_BW_2 in wl_cfgvendor_nan_parse_args()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant.c2568 struct hostapd_channel_data *chan; local
2570 chan = hw_get_channel_chan(mode, i, NULL);
2571 if (!chan ||
2572 chan->flag & (HOSTAPD_CHAN_DISABLED | HOSTAPD_CHAN_NO_IR))
2689 if (pri_chan->chan == channel)
2700 freq->channel = pri_chan->chan;
2723 if (sec_chan->chan == channel + ht40 * 4)
2764 freq->freq = hw_get_freq(mode, sec_chan->chan);
2766 freq->channel = sec_chan->chan;
2859 struct hostapd_channel_data *chan; local
[all...]
H A Dwpa_supplicant_i.h1428 u8 chan; member
1717 u8 *op_class, u8 *chan, u8 *phy_type);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_cfg.h259 hi_u8 chan; /* 信道号 */ member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.h270 bool emit_simple_mov(nir_dest& dest, int chan, PVirtualValue src, Pin pin = pin_free);
H A Dsfn_shader_vs.cpp343 if ((*so_gpr[i])[j + sc]->chan() != j + sc) { in emit_stream()
H A Dsfn_optimizer.cpp558 if (s->chan() > 3) in replace_src()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_common.h263 int ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan);
/third_party/ffmpeg/libavfilter/
H A Daf_sofalizer.c267 int chan = av_channel_layout_channel_from_index(channel_layout, ch); in get_speaker_pos() local
269 switch (chan) { in get_speaker_pos()
/third_party/alsa-lib/src/pcm/
H A Dpcm_file.c60 short chan; member
328 fmt->chan = TO_LE16(pcm->channels); in setup_wav_header()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_etc_decode.c50 nir_ssa_def *chan = cnt == 1 ? src : nir_channel(b, src, i); in flip_endian() local
52 intermediate[j] = nir_ubfe_imm(b, chan, 8 * j, 8); in flip_endian()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_vbo.c750 nv50_draw_vbo_kick_notify(struct nouveau_pushbuf *chan) in nv50_draw_vbo_kick_notify() argument
752 struct nv50_screen *screen = chan->user_priv; in nv50_draw_vbo_kick_notify()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnve4_compute.c48 struct nouveau_object *chan = screen->base.channel; in nve4_screen_compute_setup() local
83 ret = nouveau_object_new(chan, 0xbeef00c0, obj_class, NULL, 0, in nve4_screen_compute_setup()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_go_neg.c448 p2p->cfg->pref_chan[i].chan)) { in p2p_reselect_channel()
450 p2p->op_channel = p2p->cfg->pref_chan[i].chan; in p2p_reselect_channel()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1568 unsigned chan = glsl_get_components(column); in agx_remap_varyings_fs() local
1575 chan += var->data.location_frac; in agx_remap_varyings_fs()
1576 comps[loc] = MAX2(comps[loc], chan); in agx_remap_varyings_fs()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c459 unsigned chan; in emit_repl() local
466 for (chan = 0; chan < 4; ++chan) { in emit_repl()
467 unsigned swizzle = (src0_swizzle >> (chan *2)) & 0x3; in emit_repl()

Completed in 68 milliseconds

1...<<11121314