Home
last modified time | relevance | path

Searched refs:entry (Results 6976 - 7000 of 7379) sorted by relevance

1...<<271272273274275276277278279280>>...296

/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1873 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry) in rtw_init_hwxmits() argument
1877 for (i = 0; i < entry; i++, phwxmit++) in rtw_init_hwxmits()
1928 * The main transmit(tx) entry
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1942 s8 b43legacy_tssi2dbm_entry(s8 entry [], u8 index, s16 pab0, s16 pab1, s16 pab2) in b43legacy_tssi2dbm_entry()
1963 entry[index] = clamp_val(b43legacy_tssi2dbm_ad(m1 * f, 8192), in b43legacy_tssi2dbm_entry()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c77 struct rtl_tx_desc *entry = &ring->desc[ring->idx]; in _rtl88ee_return_beacon_queue_skb() local
81 rtlpriv->cfg->ops->get_desc(hw, (u8 *)entry, in _rtl88ee_return_beacon_queue_skb()
2347 pr_err("Can not find free hw security cam entry\n"); in rtl88ee_set_key()
2360 "delete one entry, entry_id is %d\n", in rtl88ee_set_key()
2368 "add one entry\n"); in rtl88ee_set_key()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dhw.c39 struct rtl_tx_desc *entry = &ring->desc[ring->idx]; in _rtl8723be_return_beacon_queue_skb() local
43 rtlpriv->cfg->ops->get_desc(hw, (u8 *)entry, in _rtl8723be_return_beacon_queue_skb()
2611 pr_err("Can not find free hw security cam entry\n"); in rtl8723be_set_key()
2625 "delete one entry, entry_id is %d\n", in rtl8723be_set_key()
2632 "add one entry\n"); in rtl8723be_set_key()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c1714 const struct iceland_mc_reg_entry *entry, in iceland_convert_mc_registers()
1722 data->value[i] = PP_HOST_TO_SMC_UL(entry->mc_data[j]); in iceland_convert_mc_registers()
1713 iceland_convert_mc_registers( const struct iceland_mc_reg_entry *entry, SMU71_Discrete_MCRegisterSet *data, uint32_t num_entries, uint32_t valid_flag) iceland_convert_mc_registers() argument
/kernel/linux/linux-6.6/sound/pci/
H A Dintel8x0.c2785 static void snd_intel8x0_proc_read(struct snd_info_entry * entry, in snd_intel8x0_proc_read() argument
2788 struct intel8x0 *chip = entry->private_data; in snd_intel8x0_proc_read()
H A Dvia82xx.c2100 static void snd_via82xx_proc_read(struct snd_info_entry *entry, in snd_via82xx_proc_read() argument
2103 struct via82xx *chip = entry->private_data; in snd_via82xx_proc_read()
H A Dens1370.c1846 static void snd_ensoniq_proc_read(struct snd_info_entry *entry, in snd_ensoniq_proc_read() argument
1849 struct ensoniq *ensoniq = entry->private_data; in snd_ensoniq_proc_read()
/kernel/linux/linux-6.6/sound/pci/asihpi/
H A Dasihpi.c2667 snd_asihpi_proc_read(struct snd_info_entry *entry, in snd_asihpi_proc_read() argument
2670 struct snd_card_asihpi *asihpi = entry->private_data; in snd_asihpi_proc_read()
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dice1724.c1488 static void snd_vt1724_proc_read(struct snd_info_entry *entry, in snd_vt1724_proc_read() argument
1491 struct snd_ice1712 *ice = entry->private_data; in snd_vt1724_proc_read()
H A Dice1712.c1516 static void snd_ice1712_proc_read(struct snd_info_entry *entry, in snd_ice1712_proc_read() argument
1519 struct snd_ice1712 *ice = entry->private_data; in snd_ice1712_proc_read()
/kernel/linux/linux-6.6/sound/pci/ymfpci/
H A Dymfpci_main.c1964 static void snd_ymfpci_proc_read(struct snd_info_entry *entry, in snd_ymfpci_proc_read() argument
1967 struct snd_ymfpci *chip = entry->private_data; in snd_ymfpci_proc_read()
/kernel/linux/linux-6.6/sound/pci/riptide/
H A Driptide.c1864 snd_riptide_proc_read(struct snd_info_entry *entry, in snd_riptide_proc_read() argument
1867 struct snd_riptide *chip = entry->private_data; in snd_riptide_proc_read()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_lazy.c414 * single entry. We will use the rest of the space to construct a temporary in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
487 /* move chain pointers into the last entry of each hash bucket */ in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
682 const U32* entry = &dms->hashTable[ddsIdx]; in ZSTD_HcFindBestMatch() local
683 PREFETCH_L1(entry); in ZSTD_HcFindBestMatch()
847 /* Note: prefetching more of the hash table does not appear to be beneficial for 128-entry rows */ in ZSTD_row_prefetch()
1105 * - Figure out where to insert the new entry:
1109 * - Determine the correct position within the row to insert the entry into. Each row of 16 or 32 can
1112 * - Note: The tagTable has 17 or 33 1-byte entries per row, due to 16 or 32 tags, and 1 "head" entry.
1113 * The 17 or 33 entry rows are spaced out to occur every 32 or 64 bytes, respectively,
1161 { /* Prefetch DDS hashtable entry */ in ZSTD_RowFindBestMatch()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dbpf_trace.c829 static void do_bpf_send_signal(struct irq_work *entry) in do_bpf_send_signal() argument
833 work = container_of(entry, struct send_signal_irq_work, irq_work); in do_bpf_send_signal()
1052 /* Being extra safe in here in case entry ip is on the page-edge. */ in get_entry_ip()
2170 * Kprobe override only works if they are on the function entry, in perf_event_attach_bpf_prog()
/third_party/mesa3d/src/compiler/nir/
H A Dnir.c2121 set_foreach(block->predecessors, entry) in nir_block_get_predecessors_sorted()
2122 preds[i++] = (nir_block *) entry->key; in nir_block_get_predecessors_sorted()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h197 * URB entry to the VS unit, software is required to send a “GS NULL
1116 struct GENX(BLEND_STATE_ENTRY) entry = { in blorp_emit_blend_state()
1126 GENX(BLEND_STATE_ENTRY_pack)(NULL, pos, &entry); in blorp_emit_blend_state()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc2081 InternalIndex entry = InternalIndex::NotFound(); in DeserializeExports() local
2112 transition_cell, property_details, &entry); in DeserializeExports()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc1090 ConstantExpression entry = in DecodeElementSection() local
1096 segment.entries.push_back(entry); in DecodeElementSection()
2213 "Invalid type in element entry: expected %s, got %s instead.", in consume_element_func_index()
2394 // Add an entry for the stack check, associated with position 0. in DecodeAsmJsOffsets()
2406 // The last entry is the function end marker. in DecodeAsmJsOffsets()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py338 # Find a matching entry in sdk_dir\include.
1308 for entry in reversed(libraries):
1309 library = re.sub(r"^\-l", "", entry)
1871 # Walk down from the top until we hit a folder that has more than one entry.
1878 # Merge buckets until everything is a root entry.
2093 This is the entry point for this generator.
2275 # It's a source. Create a source entry.
3310 # just add one unconditional entry.
/third_party/nghttp2/src/
H A Dshrpx_tls.cc1794 auto entry = X509_NAME_get_entry(subjectname, lastpos); in get_common_name() local
1797 auto plen = ASN1_STRING_to_UTF8(&p, X509_NAME_ENTRY_get_data(entry)); in get_common_name()
2434 LOG(INFO) << "Client session cache entry is still fresh."; in try_cache_tls_session()
2440 LOG(INFO) << "Update client cache entry " in try_cache_tls_session()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py338 # Find a matching entry in sdk_dir\include.
1306 for entry in reversed(libraries):
1307 library = re.sub(r"^\-l", "", entry)
1863 # Walk down from the top until we hit a folder that has more than one entry.
1870 # Merge buckets until everything is a root entry.
2085 This is the entry point for this generator.
2267 # It's a source. Create a source entry.
3314 # just add one unconditional entry.
/third_party/ltp/tools/sparse/sparse-src/
H A Dsimplify.c88 // as in this context they mean 'entry has been removed'.
252 static int delete_pseudo_user_list_entry(struct pseudo_user_list **list, pseudo_t *entry, int count) in delete_pseudo_user_list_entry() argument
257 if (pu->userp == entry) { in delete_pseudo_user_list_entry()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c775 uint32_t entry = 0; in iris_print_binding_table() local
780 fprintf(fp, " [%u] %s #%d\n", entry++, surface_group_names[i], index); in iris_print_binding_table()
1218 /* Check the first list entry. There will always be at least one in find_or_add_variant()
1453 * TCS and TES need to agree on a common URB entry layout. In particular,
1454 * the data for all patch vertices is stored in a single URB entry (unlike
1455 * GS which has one entry per input vertex). This means that per-vertex
1981 * and do not need a binding table entry with a null surface. Earlier in iris_compile_fs()
1982 * generations need an entry for a null surface. in iris_compile_fs()
2962 /* When precompile is enabled, the first entry is the precompile variant. in iris_is_parallel_shader_compilation_finished()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c1258 hash_table_foreach(&screen->dts, entry) in zink_destroy_screen()
1259 zink_kopper_deinit_displaytarget(screen, entry->data); in zink_destroy_screen()

Completed in 92 milliseconds

1...<<271272273274275276277278279280>>...296