Home
last modified time | relevance | path

Searched refs:chan (Results 301 - 325 of 377) sorted by relevance

1...<<111213141516

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp95 int getSwizzle(int chan) const in getSwizzle()
97 return tgsi_util_get_src_register_swizzle(&reg, chan); in getSwizzle()
107 nv50_ir::Modifier getMod(int chan) const;
156 bool isMasked(int chan) const { return !(getMask() & (1 << chan)); } in isMasked()
405 nv50_ir::Modifier Instruction::SrcRegister::getMod(int chan) const in getMod()
2191 #define FOR_EACH_DST_ENABLED_CHANNEL(d, chan, inst) \
2192 for (chan = 0; chan < 4; ++chan) \
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux_lb.c976 const int chan = 0; in dhd_napi_poll() local
1009 dhd_rx_frame(&dhd->pub, ifid, skb, pkt_count, chan); in dhd_napi_poll()
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/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c86 int chan) in swizzled_border_color()
90 uint8_t swiz = chan; in swizzled_border_color()
83 swizzled_border_color(const struct v3d_device_info *devinfo, struct pipe_sampler_state *sampler, struct v3d_sampler_view *sview, int chan) swizzled_border_color() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c185 ntq_store_dest(struct vc4_compile *c, nir_dest *dest, int chan, in ntq_store_dest() argument
197 assert(chan < dest->ssa.num_components); in ntq_store_dest()
208 qregs[chan] = result; in ntq_store_dest()
227 last_inst->dst.index = qregs[chan].index; in ntq_store_dest()
233 last_inst->dst.index = qregs[chan].index; in ntq_store_dest()
273 unsigned chan = ffs(instr->dest.write_mask) - 1; in ntq_get_alu_src() local
275 instr->src[src].swizzle[chan]); in ntq_get_alu_src()
/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...]
/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);
/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/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);
/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()

Completed in 74 milliseconds

1...<<111213141516