/kernel/linux/linux-6.6/include/linux/ |
H A D | init.h | 121 static inline initcall_t initcall_from_entry(initcall_entry_t *entry) in initcall_from_entry() argument 123 return offset_to_ptr(entry); in initcall_from_entry() 128 static inline initcall_t initcall_from_entry(initcall_entry_t *entry) in initcall_from_entry() argument 130 return *entry; in initcall_from_entry()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_sdma.c | 125 struct amdgpu_iv_entry *entry) in amdgpu_sdma_process_ras_data_cb() 139 struct amdgpu_iv_entry *entry) in amdgpu_sdma_process_ecc_irq() 143 .entry = entry, in amdgpu_sdma_process_ecc_irq() 123 amdgpu_sdma_process_ras_data_cb(struct amdgpu_device *adev, void *err_data, struct amdgpu_iv_entry *entry) amdgpu_sdma_process_ras_data_cb() argument 137 amdgpu_sdma_process_ecc_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) amdgpu_sdma_process_ecc_irq() argument
|
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | pgtable.h | 42 * PTE tables (page table entry), ie. 1st-level page tables: 211 printk("%s:%d: bad pgd entry %08lx.\n", __FILE__, __LINE__, pgd_val(e)) 273 * Conversion functions: convert a page and protection to a page entry, 274 * and a page entry and page directory to the page they refer to. 350 #define __swp_type(entry) (((entry).val >> 6) & 0x1f) 351 #define __swp_offset(entry) ((entry).val >> 11)
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq-sysfs.c | 52 struct blk_mq_hw_ctx_sysfs_entry *entry; in blk_mq_hw_sysfs_show() local 57 entry = container_of(attr, struct blk_mq_hw_ctx_sysfs_entry, attr); in blk_mq_hw_sysfs_show() 61 if (!entry->show) in blk_mq_hw_sysfs_show() 65 res = entry->show(hctx, page); in blk_mq_hw_sysfs_show()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_iommu_v2.c | 98 u32 entry = lower_32_bits(paddr) | MMUv2_PTE_PRESENT; in etnaviv_iommuv2_map() local 104 entry |= (upper_32_bits(paddr) & 0xff) << 4; in etnaviv_iommuv2_map() 107 entry |= MMUv2_PTE_WRITEABLE; in etnaviv_iommuv2_map() 116 v2_context->stlb_cpu[mtlb_entry][stlb_entry] = entry; in etnaviv_iommuv2_map()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/ |
H A D | hdlcd_drv.c | 196 struct drm_debugfs_entry *entry = m->private; in hdlcd_show_underrun_count() local 197 struct drm_device *drm = entry->dev; in hdlcd_show_underrun_count() 209 struct drm_debugfs_entry *entry = m->private; in hdlcd_show_pxlclock() local 210 struct drm_device *drm = entry->dev; in hdlcd_show_pxlclock()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/ |
H A D | base.c | 229 struct nvbios_power_budget_entry entry; in nvkm_iccsense_oneinit() local 231 budget.cap_entry, &entry); in nvkm_iccsense_oneinit() 233 iccsense->power_w_max = entry.avg_w; in nvkm_iccsense_oneinit() 234 iccsense->power_w_crit = entry.max_w; in nvkm_iccsense_oneinit()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/udl/ |
H A D | udl_main.c | 141 list_add_tail(&unode->entry, &udl->urbs.list); in udl_urb_completion() 224 list_add_tail(&unode->entry, &udl->urbs.list); in udl_alloc_urb_list() 254 unode = list_first_entry(&udl->urbs.list, struct urb_node, entry); in udl_get_urb_locked() 255 list_del_init(&unode->entry); in udl_get_urb_locked()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_streamoutput.c | 359 struct vmw_dx_streamoutput *entry, *next; in vmw_dx_streamoutput_cotable_list_scrub() local 363 list_for_each_entry_safe(entry, next, list, cotable_head) { in vmw_dx_streamoutput_cotable_list_scrub() 364 WARN_ON(vmw_dx_streamoutput_scrub(&entry->res)); in vmw_dx_streamoutput_cotable_list_scrub() 366 entry->committed =false; in vmw_dx_streamoutput_cotable_list_scrub()
|
/kernel/linux/linux-6.6/drivers/hid/surface-hid/ |
H A D | surface_kbd.c | 34 static int ssam_kbd_get_descriptor(struct surface_hid_device *shid, u8 entry, u8 *buf, size_t len) in ssam_kbd_get_descriptor() argument 45 rqst.length = sizeof(entry); in ssam_kbd_get_descriptor() 46 rqst.payload = &entry; in ssam_kbd_get_descriptor() 52 status = ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(entry)); in ssam_kbd_get_descriptor()
|
H A D | surface_hid.c | 26 __u8 entry; member 42 static int ssam_hid_get_descriptor(struct surface_hid_device *shid, u8 entry, u8 *buf, size_t len) in ssam_hid_get_descriptor() argument 71 slice->entry = entry; in ssam_hid_get_descriptor()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_smbus.c | 22 #define RMI_SMB2_MAP_SIZE 8 /* 8 entry of 4 bytes each */ 91 struct mapping_table_entry *entry = &rmi_smb->mapping_table[i]; in rmi_smb_get_command_code() local 93 if (le16_to_cpu(entry->rmiaddr) == rmiaddr) { in rmi_smb_get_command_code() 95 if (entry->readcount == bytecount) in rmi_smb_get_command_code() 98 if (entry->flags & RMI_SMB2_MAP_FLAGS_WE) { in rmi_smb_get_command_code() 108 /* constructs mapping table data entry. 4 bytes each entry */ in rmi_smb_get_command_code()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_immediate.c | 280 struct flow_action_entry *entry; in nft_immediate_offload_verdict() local 283 entry = &flow->rule->action.entries[ctx->num_actions++]; in nft_immediate_offload_verdict() 288 entry->id = FLOW_ACTION_ACCEPT; in nft_immediate_offload_verdict() 291 entry->id = FLOW_ACTION_DROP; in nft_immediate_offload_verdict()
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | test.c | 258 void *entry; in item_kill_tree() local 260 xas_for_each(&xas, entry, ULONG_MAX) { in item_kill_tree() 261 if (!xa_is_value(entry)) { in item_kill_tree() 262 item_free(entry, xas.xa_index); in item_kill_tree()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_osm_pci.c | 142 const struct ahd_pci_identity *entry; in ahd_linux_pci_dev_probe() local 148 entry = ahd_find_pci_device(pci); in ahd_linux_pci_dev_probe() 149 if (entry == NULL) in ahd_linux_pci_dev_probe() 188 error = ahd_pci_config(ahd, entry); in ahd_linux_pci_dev_probe()
|
H A D | aic7xxx_osm_pci.c | 185 const struct ahc_pci_identity *entry; in ahc_linux_pci_dev_probe() local 191 entry = ahc_find_pci_device(pci); in ahc_linux_pci_dev_probe() 192 if (entry == NULL) in ahc_linux_pci_dev_probe() 230 error = ahc_pci_config(ahc, entry); in ahc_linux_pci_dev_probe()
|
/third_party/ffmpeg/doc/examples/ |
H A D | demuxing_decoding.c | 215 struct sample_fmt_entry *entry = &sample_fmt_entries[i]; in get_format_from_sample_fmt() local 216 if (sample_fmt == entry->sample_fmt) { in get_format_from_sample_fmt() 217 *fmt = AV_NE(entry->fmt_be, entry->fmt_le); in get_format_from_sample_fmt()
|
/third_party/eudev/src/udev/ |
H A D | udev-node.c | 258 struct udev_list_entry *entry; in node_permissions_apply() local 296 udev_list_entry_foreach(entry, udev_list_get_entry(seclabel_list)) { in node_permissions_apply() 300 name = udev_list_entry_get_name(entry); in node_permissions_apply() 301 label = udev_list_entry_get_value(entry); in node_permissions_apply()
|
/third_party/ffmpeg/libavcodec/ |
H A D | xpmdec.c | 240 const ColorEntry *entry; in color_string_to_rgba() local 278 entry = bsearch(color_name, in color_string_to_rgba() 284 if (!entry) in color_string_to_rgba() 287 ret = entry->rgb_color; in color_string_to_rgba()
|
/third_party/glfw/src/ |
H A D | linux_joystick.c | 339 struct dirent* entry; in _glfwInitJoysticksLinux() local 341 while ((entry = readdir(dir))) in _glfwInitJoysticksLinux() 345 if (regexec(&_glfw.linjs.regex, entry->d_name, 1, &match, 0) != 0) in _glfwInitJoysticksLinux() 350 snprintf(path, sizeof(path), "%s/%s", dirname, entry->d_name); in _glfwInitJoysticksLinux()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | PersonNameFormatterTest.java | 37 String entry = entrySplitter.nextToken(); in buildPersonName() 38 int equalPos = entry.indexOf('='); in buildPersonName() 40 throw new IllegalArgumentException("No = found in name field entry"); in buildPersonName() 42 String fieldName = entry.substring(0, equalPos); in buildPersonName() 43 String fieldValue = entry.substring(equalPos + 1); in buildPersonName()
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_bo.c | 131 struct hash_entry *entry; in lookup_bo() local 135 entry = _mesa_hash_table_search(tbl, &handle); in lookup_bo() 137 if (entry) { in lookup_bo() 139 bo = etna_bo_ref(entry->data); in lookup_bo()
|
H A D | etnaviv_cmd_stream.c | 179 struct hash_entry *entry; in bo2idx() local 182 entry = _mesa_hash_table_search_pre_hashed(priv->bo_table, hash, bo); in bo2idx() 184 if (entry) { in bo2idx() 185 idx = (uint32_t)(uintptr_t)entry->data; in bo2idx()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_gs_intrinsics.c | 283 set_foreach(end_block->predecessors, entry) { in append_set_vertex_and_primitive_count() 284 nir_block *pred = (nir_block *) entry->key; in append_set_vertex_and_primitive_count() 333 set_foreach(end_block->predecessors, entry) { in a_block_needs_set_vertex_and_primitive_count() 334 nir_block *pred = (nir_block *) entry->key; in a_block_needs_set_vertex_and_primitive_count()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_tree_grafting.cpp | 385 ir_variable_refcount_entry *entry = info->refs->get_variable_entry(lhs_var); in tree_grafting_basic_block() local 387 if (!entry->declaration || in tree_grafting_basic_block() 388 entry->assigned_count != 1 || in tree_grafting_basic_block() 389 entry->referenced_count != 2) in tree_grafting_basic_block()
|