/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_xmit.c | 1873 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 D | phy.c | 1942 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 D | hw.c | 77 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 D | hw.c | 39 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 D | iceland_smumgr.c | 1714 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 D | intel8x0.c | 2785 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 D | via82xx.c | 2100 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 D | ens1370.c | 1846 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 D | asihpi.c | 2667 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 D | ice1724.c | 1488 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 D | ice1712.c | 1516 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 D | ymfpci_main.c | 1964 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 D | riptide.c | 1864 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 D | zstd_lazy.c | 414 * 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 D | bpf_trace.c | 829 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 D | nir.c | 2121 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 D | blorp_genX_exec.h | 197 * 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 D | web-snapshot.cc | 2081 InternalIndex entry = InternalIndex::NotFound(); in DeserializeExports() local 2112 transition_cell, property_details, &entry); in DeserializeExports()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-decoder.cc | 1090 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 D | msvs.py | 338 # 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 D | shrpx_tls.cc | 1794 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 D | msvs.py | 338 # 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 D | simplify.c | 88 // 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 D | iris_program.c | 775 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 D | zink_screen.c | 1258 hash_table_foreach(&screen->dts, entry) in zink_destroy_screen() 1259 zink_kopper_deinit_displaytarget(screen, entry->data); in zink_destroy_screen()
|