Home
last modified time | relevance | path

Searched refs:entry (Results 5076 - 5100 of 7706) sorted by relevance

1...<<201202203204205206207208209210>>...309

/kernel/linux/linux-5.10/kernel/irq/
H A Dchip.c107 * @entry: Pointer to MSI descriptor data
109 * Set the MSI descriptor entry for an irq at offset
112 struct msi_desc *entry) in irq_set_msi_desc_off()
119 desc->irq_common_data.msi_desc = entry; in irq_set_msi_desc_off()
120 if (entry && !irq_offset) in irq_set_msi_desc_off()
121 entry->irq = irq_base; in irq_set_msi_desc_off()
129 * @entry: Pointer to MSI descriptor data
131 * Set the MSI descriptor entry for an irq
133 int irq_set_msi_desc(unsigned int irq, struct msi_desc *entry) in irq_set_msi_desc() argument
135 return irq_set_msi_desc_off(irq, 0, entry); in irq_set_msi_desc()
111 irq_set_msi_desc_off(unsigned int irq_base, unsigned int irq_offset, struct msi_desc *entry) irq_set_msi_desc_off() argument
[all...]
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dcharger-manager.c634 list_for_each_entry(cm, &cm_list, entry) { in cm_monitor()
657 list_for_each_entry(cm, &cm_list, entry) { in _setup_polling()
871 list_for_each_entry(cm, &cm_list, entry) { in cm_setup_timer()
1161 * charger_manager_prepare_sysfs - Prepare sysfs entry for each charger
1164 * This function add sysfs entry for charger(regulator) to control charger from
1181 /* Create sysfs entry to control charger(regulator) */ in charger_manager_prepare_sysfs()
1577 /* Register sysfs entry for charger(regulator) */ in charger_manager_probe()
1581 "Cannot prepare sysfs entry of regulators\n"); in charger_manager_probe()
1604 list_add(&cm->entry, &cm_list); in charger_manager_probe()
1642 list_del(&cm->entry); in charger_manager_remove()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dacpi.h212 #define BAD_MADT_ENTRY(entry, end) ( \
213 (!entry) || (unsigned long)entry + sizeof(*entry) > end || \
214 ((struct acpi_subtable_header *)entry)->length < sizeof(*entry))
444 * offline nodes. A node may be offline when SRAT memory entry does not exist,
640 /* Table must be terminted by a NULL entry */
1170 * struct acpi_probe_entry - boot-time probing entry
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dcamera.c1146 const struct gb_camera_debugfs_entry *entry = in gb_camera_debugfs_open() local
1149 if (!strcmp(file->f_path.dentry->d_iname, entry->name)) { in gb_camera_debugfs_open()
1150 file->private_data = (void *)entry; in gb_camera_debugfs_open()
1171 * Create root debugfs entry and a file entry for each camera operation. in gb_camera_debugfs_init()
1185 const struct gb_camera_debugfs_entry *entry = in gb_camera_debugfs_init() local
1190 debugfs_create_file(entry->name, entry->mask, in gb_camera_debugfs_init()
/kernel/linux/linux-6.6/fs/f2fs/
H A Ddir.c181 * Test whether a case-insensitive directory entry matches the filename
192 struct qstr entry = QSTR_INIT(de_name, de_name_len); in f2fs_match_ci_name() local
209 entry.name = decrypted_name.name; in f2fs_match_ci_name()
210 entry.len = decrypted_name.len; in f2fs_match_ci_name()
213 res = utf8_strncasecmp_folded(um, name, &entry); in f2fs_match_ci_name()
219 res = name->len == entry.len && in f2fs_match_ci_name()
220 memcmp(name->name, entry.name, name->len) == 0; in f2fs_match_ci_name()
400 * Find an entry in the specified directory with the wanted name.
401 * It returns the page where the entry was found (as a parameter - res_page),
402 * and the entry itsel
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dacpi.h206 #define BAD_MADT_ENTRY(entry, end) ( \
207 (!entry) || (unsigned long)entry + sizeof(*entry) > end || \
208 ((struct acpi_subtable_header *)entry)->length < sizeof(*entry))
457 * offline nodes. A node may be offline when SRAT memory entry does not exist,
688 /* Table must be terminted by a NULL entry */
1318 * struct acpi_probe_entry - boot-time probing entry
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfsctl.c1485 struct proc_dir_entry *entry; in create_proc_exports_entry() local
1487 entry = proc_mkdir("fs/nfs", NULL); in create_proc_exports_entry()
1488 if (!entry) in create_proc_exports_entry()
1490 entry = proc_create("exports", 0, entry, &exports_proc_ops); in create_proc_exports_entry()
1491 if (!entry) { in create_proc_exports_entry()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dcamera.c1139 const struct gb_camera_debugfs_entry *entry = in gb_camera_debugfs_open() local
1142 if (!strcmp(file->f_path.dentry->d_iname, entry->name)) { in gb_camera_debugfs_open()
1143 file->private_data = (void *)entry; in gb_camera_debugfs_open()
1164 * Create root debugfs entry and a file entry for each camera operation. in gb_camera_debugfs_init()
1178 const struct gb_camera_debugfs_entry *entry = in gb_camera_debugfs_init() local
1183 debugfs_create_file(entry->name, entry->mask, in gb_camera_debugfs_init()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dcharger-manager.c634 list_for_each_entry(cm, &cm_list, entry) { in cm_monitor()
657 list_for_each_entry(cm, &cm_list, entry) { in _setup_polling()
871 list_for_each_entry(cm, &cm_list, entry) { in cm_setup_timer()
1158 * charger_manager_prepare_sysfs - Prepare sysfs entry for each charger
1161 * This function add sysfs entry for charger(regulator) to control charger from
1178 /* Create sysfs entry to control charger(regulator) */ in charger_manager_prepare_sysfs()
1574 /* Register sysfs entry for charger(regulator) */ in charger_manager_probe()
1578 "Cannot prepare sysfs entry of regulators\n"); in charger_manager_probe()
1601 list_add(&cm->entry, &cm_list); in charger_manager_probe()
1639 list_del(&cm->entry); in charger_manager_remove()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-q.c14 * entries describing USB transactions, max 16-20kB/entry (with 4kB-aligned
44 /* one buffer entry per 4K ... first might be short or unaligned */ in qtd_fill()
293 struct list_head *entry, *tmp; in qh_completions() local
323 list_for_each_safe (entry, tmp, &qh->qtd_list) { in qh_completions()
328 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions()
561 struct list_head *entry, *temp; in qtd_list_free() local
563 list_for_each_safe (entry, temp, qtd_list) { in qtd_list_free()
566 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c854 struct amdgpu_iv_entry *entry) in amdgpu_gfx_poison_consumption_handler()
857 return adev->gfx.ras->poison_consumption_handler(adev, entry); in amdgpu_gfx_poison_consumption_handler()
864 struct amdgpu_iv_entry *entry) in amdgpu_gfx_process_ras_data_cb()
884 struct amdgpu_iv_entry *entry) in amdgpu_gfx_cp_ecc_error_irq()
888 .entry = entry, in amdgpu_gfx_cp_ecc_error_irq()
853 amdgpu_gfx_poison_consumption_handler(struct amdgpu_device *adev, struct amdgpu_iv_entry *entry) amdgpu_gfx_poison_consumption_handler() argument
862 amdgpu_gfx_process_ras_data_cb(struct amdgpu_device *adev, void *err_data, struct amdgpu_iv_entry *entry) amdgpu_gfx_process_ras_data_cb() argument
882 amdgpu_gfx_cp_ecc_error_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) amdgpu_gfx_cp_ecc_error_irq() argument
H A Djpeg_v4_0_3.c977 struct amdgpu_iv_entry *entry) in jpeg_v4_0_3_process_interrupt()
981 i = node_id_to_phys_map[entry->node_id]; in jpeg_v4_0_3_process_interrupt()
991 entry->node_id); in jpeg_v4_0_3_process_interrupt()
995 switch (entry->src_id) { in jpeg_v4_0_3_process_interrupt()
1022 entry->src_id, entry->src_data[0]); in jpeg_v4_0_3_process_interrupt()
975 jpeg_v4_0_3_process_interrupt(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) jpeg_v4_0_3_process_interrupt() argument
H A Dsdma_v3_0.c922 * @pe: addr of the page entry
948 * @pe: addr of the page entry
977 * @pe: addr of the page entry
1377 struct amdgpu_iv_entry *entry) in sdma_v3_0_process_trap_irq()
1381 instance_id = (entry->ring_id & 0x3) >> 0; in sdma_v3_0_process_trap_irq()
1382 queue_id = (entry->ring_id & 0xc) >> 2; in sdma_v3_0_process_trap_irq()
1417 struct amdgpu_iv_entry *entry) in sdma_v3_0_process_illegal_inst_irq()
1422 instance_id = (entry->ring_id & 0x3) >> 0; in sdma_v3_0_process_illegal_inst_irq()
1423 queue_id = (entry->ring_id & 0xc) >> 2; in sdma_v3_0_process_illegal_inst_irq()
1375 sdma_v3_0_process_trap_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) sdma_v3_0_process_trap_irq() argument
1415 sdma_v3_0_process_illegal_inst_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) sdma_v3_0_process_illegal_inst_irq() argument
H A Dsdma_v2_4.c651 * @pe: addr of the page entry
677 * @pe: addr of the page entry
706 * @pe: addr of the page entry
1043 struct amdgpu_iv_entry *entry) in sdma_v2_4_process_trap_irq()
1047 instance_id = (entry->ring_id & 0x3) >> 0; in sdma_v2_4_process_trap_irq()
1048 queue_id = (entry->ring_id & 0xc) >> 2; in sdma_v2_4_process_trap_irq()
1083 struct amdgpu_iv_entry *entry) in sdma_v2_4_process_illegal_inst_irq()
1088 instance_id = (entry->ring_id & 0x3) >> 0; in sdma_v2_4_process_illegal_inst_irq()
1089 queue_id = (entry->ring_id & 0xc) >> 2; in sdma_v2_4_process_illegal_inst_irq()
1041 sdma_v2_4_process_trap_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) sdma_v2_4_process_trap_irq() argument
1081 sdma_v2_4_process_illegal_inst_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) sdma_v2_4_process_illegal_inst_irq() argument
/kernel/linux/linux-6.6/kernel/irq/
H A Dchip.c104 * @entry: Pointer to MSI descriptor data
106 * Set the MSI descriptor entry for an irq at offset
109 struct msi_desc *entry) in irq_set_msi_desc_off()
116 desc->irq_common_data.msi_desc = entry; in irq_set_msi_desc_off()
117 if (entry && !irq_offset) in irq_set_msi_desc_off()
118 entry->irq = irq_base; in irq_set_msi_desc_off()
126 * @entry: Pointer to MSI descriptor data
128 * Set the MSI descriptor entry for an irq
130 int irq_set_msi_desc(unsigned int irq, struct msi_desc *entry) in irq_set_msi_desc() argument
132 return irq_set_msi_desc_off(irq, 0, entry); in irq_set_msi_desc()
108 irq_set_msi_desc_off(unsigned int irq_base, unsigned int irq_offset, struct msi_desc *entry) irq_set_msi_desc_off() argument
[all...]
/kernel/linux/linux-6.6/drivers/iommu/
H A Dvirtio-iommu.c917 struct iommu_resv_region *entry, *new_entry, *msi = NULL; in viommu_get_resv_regions() local
921 list_for_each_entry(entry, &vdev->resv_regions, list) { in viommu_get_resv_regions()
922 if (entry->type == IOMMU_RESV_MSI) in viommu_get_resv_regions()
923 msi = entry; in viommu_get_resv_regions()
925 new_entry = kmemdup(entry, sizeof(*entry), GFP_KERNEL); in viommu_get_resv_regions()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dmap.c217 * means there is no entry for that key. Do not print an error message in print_entry_error()
225 jsonw_start_object(json_wtr); /* entry */ in print_entry_error()
232 jsonw_end_object(json_wtr); /* entry */ in print_entry_error()
237 msg = "<no entry>"; in print_entry_error()
525 struct hashmap_entry *entry; in show_map_close_json() local
529 hashmap__for_each_key_entry(map_table, entry, info->id) in show_map_close_json()
530 jsonw_string(json_wtr, entry->pvalue); in show_map_close_json()
603 struct hashmap_entry *entry; in show_map_close_plain() local
605 hashmap__for_each_key_entry(map_table, entry, info->id) in show_map_close_plain()
606 printf("\n\tpinned %s", (char *)entry in show_map_close_plain()
[all...]
/third_party/glslang/Test/
H A Druntests91 # entry point renaming tests
93 echo Running entry-point renaming tests
94 run -i -H -V -D -Od --entry-point main_in_spv --ku --source-entrypoint main -Od hlsl.entry.rename.frag > $TARGETDIR/hlsl.entry.rename.frag.out
95 diff -b $BASEDIR/hlsl.entry.rename.frag.out $TARGETDIR/hlsl.entry.rename.frag.out || HASERROR=1
233 # Testing GLSL entry point rename
235 echo "Testing GLSL entry point rename"
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp581 s=inItemStrings+offset; // name of the first entry in readPackage()
584 // Use the first entry's prefix. Must be a new-style package. in readPackage()
589 "the first entry \"%s\" does not contain a '%c'\n", in readPackage()
597 "the prefix of the first entry \"%s\" is empty or too long\n", in readPackage()
604 "the prefix of the first entry \"%s\" does not end with '%c'\n", in readPackage()
688 UDataOffsetTOCEntry entry; in writePackage() local
836 entry.nameOffset=(uint32_t)(basenameOffset+(items[i].name-outStrings)); in writePackage()
837 entry.dataOffset=(uint32_t)offset; in writePackage()
839 dsLocalToOut->swapArray32(dsLocalToOut, &entry, 8, &entry, in writePackage()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCharsTrieTest.java973 CharsTrie.Entry entry=iter.next(); in checkIterator()
975 if(!expectedString.contentEquals(entry.chars)) { in checkIterator()
977 entry.chars, data[i].s, i)); in checkIterator()
979 if(entry.value!=data[i].value) { in checkIterator()
981 entry.value, entry.value, in checkIterator()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCharsTrieTest.java970 CharsTrie.Entry entry=iter.next(); in checkIterator()
972 if(!expectedString.contentEquals(entry.chars)) { in checkIterator()
974 entry.chars, data[i].s, i)); in checkIterator()
976 if(entry.value!=data[i].value) { in checkIterator()
978 entry.value, entry.value, in checkIterator()
/third_party/icu/icu4c/source/i18n/
H A Dtzgnames.cpp1129 // Cache expiration in millisecond. When a cached entry is no
1131 // access time, then the cache entry will be deleted by the sweep
1154 icu::TZGNCoreRef *entry = (icu::TZGNCoreRef*)obj; in deleteTZGNCoreRef() local
1155 delete (icu::TZGNCore*) entry->obj; in deleteTZGNCoreRef()
1156 uprv_free(entry); in deleteTZGNCoreRef()
1171 TZGNCoreRef *entry = (TZGNCoreRef *)elem->value.pointer; in sweepCache() local
1172 if (entry->refCount <= 0 && (now - entry->lastAccess) > CACHE_EXPIRATION) { in sweepCache()
1173 // delete this entry in sweepCache()
1290 // ref entry in operator ==()
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_queue.c51 set_foreach(job->bos, entry) { in v3dv_clif_dump()
52 struct v3dv_bo *bo = (void *)entry->key; in v3dv_clif_dump()
786 set_foreach(job->bos, entry) { in handle_cl_job()
787 struct v3dv_bo *bo = (struct v3dv_bo *)entry->key; in handle_cl_job()
941 set_foreach(job->bos, entry) { in handle_csd_job()
942 struct v3dv_bo *bo = (struct v3dv_bo *)entry->key; in handle_csd_job()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpackage.cpp581 s=inItemStrings+offset; // name of the first entry in readPackage()
584 // Use the first entry's prefix. Must be a new-style package. in readPackage()
589 "the first entry \"%s\" does not contain a '%c'\n", in readPackage()
597 "the prefix of the first entry \"%s\" is empty or too long\n", in readPackage()
604 "the prefix of the first entry \"%s\" does not end with '%c'\n", in readPackage()
688 UDataOffsetTOCEntry entry; in writePackage() local
836 entry.nameOffset=(uint32_t)(basenameOffset+(items[i].name-outStrings)); in writePackage()
837 entry.dataOffset=(uint32_t)offset; in writePackage()
839 dsLocalToOut->swapArray32(dsLocalToOut, &entry, 8, &entry, in writePackage()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtzgnames.cpp1129 // Cache expiration in millisecond. When a cached entry is no
1131 // access time, then the cache entry will be deleted by the sweep
1154 icu::TZGNCoreRef *entry = (icu::TZGNCoreRef*)obj; in deleteTZGNCoreRef() local
1155 delete (icu::TZGNCore*) entry->obj; in deleteTZGNCoreRef()
1156 uprv_free(entry); in deleteTZGNCoreRef()
1171 TZGNCoreRef *entry = (TZGNCoreRef *)elem->value.pointer; in sweepCache() local
1172 if (entry->refCount <= 0 && (now - entry->lastAccess) > CACHE_EXPIRATION) { in sweepCache()
1173 // delete this entry in sweepCache()
1290 // ref entry in operator ==()
[all...]

Completed in 42 milliseconds

1...<<201202203204205206207208209210>>...309