Home
last modified time | relevance | path

Searched refs:def (Results 1426 - 1450 of 1664) sorted by relevance

1...<<51525354555657585960>>...67

/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b.c1768 const struct rtw89_reg3_def *def = rtw8852b_pmac_ht20_mcs7_tbl; in rtw8852b_bb_set_plcp_tx() local
1771 for (i = 0; i < ARRAY_SIZE(rtw8852b_pmac_ht20_mcs7_tbl); i++, def++) in rtw8852b_bb_set_plcp_tx()
1772 rtw89_phy_write32_mask(rtwdev, def->addr, def->mask, def->data); in rtw8852b_bb_set_plcp_tx()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp2381 // NOTE: maybe hook up def too, for CSE in handleTEX()
2660 std::vector<Value *> off, src, ldv, def; in handleLOAD() local
2704 def.resize(4); in handleLOAD()
2708 def[c] = getScratch(); in handleLOAD()
2710 def[c] = dst0[c]; in handleLOAD()
2718 mkTex(OP_SULDP, tgsi.getImageTarget(), 0, 0, def, off); in handleLOAD()
2729 if (dst0[c] != def[c]) in handleLOAD()
2730 mkMov(dst0[c], def[tgsi.getSrc(0).getSwizzle(c)]); in handleLOAD()
2755 def.resize(4); // index by component, the ones we need will be non-NULL in handleLOAD()
2758 def[ in handleLOAD()
[all...]
H A Dnv50_ir_target_nv50.cpp303 if (i->def(d).getFile() == FILE_FLAGS) in insnCanLoad()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dinsn.h13 #include <asm/insn-def.h>
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtdls.c446 chandef = &chanctx->def; in iwl_mvm_tdls_config_channel_switch()
/kernel/linux/linux-5.10/net/9p/
H A Dtrans_rdma.c751 .def = 0,
H A Dtrans_virtio.c765 .def = 1,
/kernel/linux/linux-5.10/drivers/memory/tegra/
H A Dmc.c268 value |= (la->def & la->mask) << la->shift; in tegra_mc_setup_latency_allowance()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/m5602/
H A Dm5602_mt9m111.c191 .def = MT9M111_GREEN_GAIN_DEFAULT,
H A Dm5602_po1030.c151 .def = PO1030_GREEN_GAIN_DEFAULT,
/kernel/linux/linux-6.6/drivers/media/usb/gspca/m5602/
H A Dm5602_mt9m111.c191 .def = MT9M111_GREEN_GAIN_DEFAULT,
H A Dm5602_po1030.c151 .def = PO1030_GREEN_GAIN_DEFAULT,
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc2235.c361 .def = 0x00,
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtdls.c390 chandef = &chanctx->def; in iwl_mvm_tdls_config_channel_switch()
/kernel/linux/linux-6.6/net/9p/
H A Dtrans_virtio.c806 .def = 1,
H A Dtrans_rdma.c751 .def = 0,
H A Dtrans_xen.c261 .def = 1,
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_vars_to_ssa.c540 * SSA def on the stack per block.
580 &undef->def); in rename_variables()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.cpp75 v->def = this; in init_args()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.h377 BITSET_WORD *def; member
/third_party/skia/src/ports/
H A DSkTypeface_win_dw.cpp248 parameters[coordIndex].def = fontAxisDefaultValue[axisIndex].value; in onGetVariationDesignParameters()
/third_party/python/Python/
H A Dceval.c4900 PyObject *def = PyTuple_GET_ITEM(func->func_defaults, local
4902 Py_INCREF(def);
4903 new_frame->localsplus[i] = def;
6309 PyObject *def = defs[i]; local
6310 Py_INCREF(def);
6311 localsplus[m+i] = def;
6325 PyObject *def = PyDict_GetItemWithError(func->func_kwdefaults, varname); local
6326 if (def) {
6327 Py_INCREF(def);
6328 localsplus[i] = def;
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dmlme.c675 &chanctx_conf->def, in ieee80211_add_he_ie()
731 chan = chanctx_conf->def.chan; in ieee80211_send_assoc()
743 rates_len = ieee80211_parse_bitrates(&chanctx_conf->def, sband, in ieee80211_send_assoc()
875 *pos++ = ieee80211_chandef_max_power(&chanctx_conf->def); in ieee80211_send_assoc()
4005 ieee80211_channel_to_khz(chanctx_conf->def.chan)) { in ieee80211_rx_mgmt_beacon()
4009 chan = chanctx_conf->def.chan; in ieee80211_rx_mgmt_beacon()
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c722 ntq_init_ssa_def(struct v3d_compile *c, nir_ssa_def *def) in ntq_init_ssa_def() argument
725 def->num_components); in ntq_init_ssa_def()
726 _mesa_hash_table_insert(c->def_ht, def, qregs); in ntq_init_ssa_def()
754 * If it's a NIR SSA def, then we just set the associated hash table entry to
2517 struct qreg *qregs = ntq_init_ssa_def(c, &instr->def); in ntq_emit_load_const()
2518 for (int i = 0; i < instr->def.num_components; i++) in ntq_emit_load_const()
2521 _mesa_hash_table_insert(c->def_ht, &instr->def, qregs); in ntq_emit_load_const()
/kernel/linux/linux-6.6/net/mac80211/
H A Dtx.c62 shift = ieee80211_chandef_get_shift(&chanctx_conf->def); in ieee80211_duration()
63 rate_flags = ieee80211_chandef_rate_flags(&chanctx_conf->def); in ieee80211_duration()
2385 chandef = &chanctx_conf->def; in ieee80211_monitor_start_xmit()
2819 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
3062 build.band = chanctx_conf->def.chan->band; in ieee80211_check_fast_xmit()
4787 info->band = chanctx_conf->def.chan->band; in ieee80211_tx_pending_skb()
5194 band = chanctx_conf->def.chan->band; in ieee80211_beacon_get_finish()
5907 info->band = chanctx_conf->def.chan->band; in ieee80211_get_buffered_bc()
6082 band = chanctx_conf->def.chan->band; in ieee80211_tx_skb_tid()

Completed in 56 milliseconds

1...<<51525354555657585960>>...67