/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gmc_v7_0.c | 1263 struct amdgpu_iv_entry *entry) in gmc_v7_0_process_interrupt() 1281 entry->src_id, entry->src_data[0]); in gmc_v7_0_process_interrupt() 1287 entry->pasid); in gmc_v7_0_process_interrupt() 1261 gmc_v7_0_process_interrupt(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) gmc_v7_0_process_interrupt() argument
|
H A D | uvd_v6_0.c | 1247 struct amdgpu_iv_entry *entry) in uvd_v6_0_process_interrupt() 1252 switch (entry->src_id) { in uvd_v6_0_process_interrupt() 1272 entry->src_id, entry->src_data[0]); in uvd_v6_0_process_interrupt() 1245 uvd_v6_0_process_interrupt(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) uvd_v6_0_process_interrupt() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/src/ |
H A D | dmub_srv.c | 934 void *entry) in dmub_rb_out_trace_buffer_front() 937 uint64_t *dst = (uint64_t *)entry; in dmub_rb_out_trace_buffer_front() 956 bool dmub_srv_get_outbox0_msg(struct dmub_srv *dmub, struct dmcub_trace_buf_entry *entry) in dmub_srv_get_outbox0_msg() argument 960 return dmub_rb_out_trace_buffer_front(&dmub->outbox0_rb, (void *)entry); in dmub_srv_get_outbox0_msg() 933 dmub_rb_out_trace_buffer_front(struct dmub_rb *rb, void *entry) dmub_rb_out_trace_buffer_front() argument
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | rsrc.c | 200 struct io_cache_entry *entry; in io_rsrc_node_alloc() local 202 entry = io_alloc_cache_get(&ctx->rsrc_node_cache); in io_rsrc_node_alloc() 203 if (entry) { in io_rsrc_node_alloc() 204 ref_node = container_of(entry, struct io_rsrc_node, cache); in io_rsrc_node_alloc() 938 /* If it's a huge page, try to coalesce them into a single bvec entry */ in io_sqe_buffer_register() 1106 * bvec entry and should always go this way. The other in io_import_fixed()
|
/kernel/linux/linux-6.6/kernel/irq/ |
H A D | msi.c | 50 * @nvec: The number of vectors used in this entry 256 void __get_cached_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __get_cached_msi_msg() argument 258 *msg = entry->msg; in __get_cached_msi_msg() 263 struct msi_desc *entry = irq_get_msi_desc(irq); in get_cached_msi_msg() local 265 __get_cached_msi_msg(entry, msg); in get_cached_msi_msg() 931 * On IMS domains the hardware interrupt number is either a table entry 1145 * masking of the entry then this can result in spurious interrupts when 1148 * and render the device unusable. If the entry can be masked then the core
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-dev-v5.c | 41 /* No joy; try to get an entry from the shared blocks */ in ccp_lsb_alloc() 77 /* An entry from the private LSB */ in ccp_lsb_free() 1053 cmd = list_first_entry(&ccp->cmd, struct ccp_cmd, entry); in ccp5_destroy() 1054 list_del(&cmd->entry); in ccp5_destroy() 1059 cmd = list_first_entry(&ccp->backlog, struct ccp_cmd, entry); in ccp5_destroy() 1060 list_del(&cmd->entry); in ccp5_destroy()
|
/kernel/linux/linux-6.6/drivers/extcon/ |
H A D | extcon.c | 207 * @attr_name: "name" sysfs entry 208 * @attr_state: "state" sysfs entry 889 list_for_each_entry(sd, &extcon_dev_list, entry) { in extcon_get_extcon_dev() 1321 list_add(&edev->entry, &extcon_dev_list); in extcon_dev_register() 1366 list_del(&edev->entry); in extcon_dev_unregister() 1412 list_for_each_entry(edev, &extcon_dev_list, entry) in extcon_find_edev_by_node() 1435 dev_dbg(dev, "device does not have a device node entry\n"); in extcon_get_edev_by_phandle()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_dev.c | 1181 * @entry: In case of ADD filter, the caller passes the RQ number in this 1191 int vnic_dev_classifier(struct vnic_dev *vdev, u8 cmd, u16 *entry, in vnic_dev_classifier() argument 1226 action->u.rq_idx = *entry; in vnic_dev_classifier() 1229 *entry = (u16)a0; in vnic_dev_classifier() 1232 a0 = *entry; in vnic_dev_classifier()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pcie-mediatek.c | 671 struct resource_entry *entry; in mtk_pcie_startup_port_v2() local 676 entry = resource_list_first_type(&host->windows, IORESOURCE_MEM); in mtk_pcie_startup_port_v2() 677 if (entry) in mtk_pcie_startup_port_v2() 678 mem = entry->res; in mtk_pcie_startup_port_v2()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | skcipher.c | 39 struct list_head entry; member 204 list_for_each_entry_safe(p, tmp, &walk->buffers, entry) { in skcipher_walk_complete() 223 list_del(&p->entry); in skcipher_walk_complete() 240 list_add_tail(&p->entry, &walk->buffers); in skcipher_queue_write()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_connector.c | 694 * the nouveau decides an entry in the VBIOS FP mode table is in nouveau_connector_detect_lvds() 1301 u32 entry = ROM16(nv_connector->dcb[0]); in nouveau_connector_create() local 1303 entry |= (u32)ROM16(nv_connector->dcb[2]) << 16; in nouveau_connector_create() 1338 if (dcbt->entry[i].connector == nv_connector->index) in nouveau_connector_create() 1339 encoders |= (1 << dcbt->entry[i].type); in nouveau_connector_create()
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-tmc-etr.c | 60 * A table entry has the following format: 71 * b01 - Last entry in the tables, points to 4K page buffer. 72 * b10 - Normal entry, points to 4K page buffer. 95 #define ETR_SG_ADDR(entry) \ 96 (((dma_addr_t)(entry) >> ETR_SG_ADDR_SHIFT) << ETR_SG_PAGE_SHIFT) 97 #define ETR_SG_ET(entry) ((entry) & ETR_SG_ET_MASK) 116 * with the last entry pointing to another page of table entries. 117 * If we spill over to a new page for mapping 1 entry, we could as 118 * well replace the link entry o [all...] |
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | elf.c | 387 WARN("section entry mismatch"); in read_sections() 396 struct list_head *entry; in elf_add_symbol() local 420 entry = &rb_entry(pnode, struct symbol, node)->list; in elf_add_symbol() 422 entry = &sym->sec->symbol_list; in elf_add_symbol() 423 list_add(&sym->list, entry); in elf_add_symbol() 647 /* if @idx == 0, it's the next contiguous entry, create it */ in elf_update_symbol() 973 WARN("can't find reloc entry symbol %d for %s", in read_relocs()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_gred.c | 446 * Every entry point to GRED is synchronized with the above code in gred_change_table_def() 538 static void gred_vq_apply(struct gred_sched *table, const struct nlattr *entry) in gred_vq_apply() argument 543 nla_parse_nested_deprecated(tb, TCA_GRED_VQ_MAX, entry, in gred_vq_apply() 567 const struct nlattr *entry, in gred_vq_validate() 574 err = nla_parse_nested_deprecated(tb, TCA_GRED_VQ_MAX, entry, in gred_vq_validate() 629 NL_SET_ERR_MSG_MOD(extack, "GRED_VQ_LIST can contain only entry attributes"); in gred_vqs_validate() 566 gred_vq_validate(struct gred_sched *table, u32 cdp, const struct nlattr *entry, struct netlink_ext_ack *extack) gred_vq_validate() argument
|
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | dummy.c | 960 static void dummy_proc_read(struct snd_info_entry *entry, in dummy_proc_read() argument 963 struct snd_dummy *dummy = entry->private_data; in dummy_proc_read() 982 static void dummy_proc_write(struct snd_info_entry *entry, in dummy_proc_write() argument 985 struct snd_dummy *dummy = entry->private_data; in dummy_proc_write()
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | prodigy_hifi.c | 861 static void wm_proc_regs_write(struct snd_info_entry *entry, in wm_proc_regs_write() argument 864 struct snd_ice1712 *ice = entry->private_data; in wm_proc_regs_write() 877 static void wm_proc_regs_read(struct snd_info_entry *entry, in wm_proc_regs_read() argument 880 struct snd_ice1712 *ice = entry->private_data; in wm_proc_regs_read() 1231 /* entry point */
|
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | src.c | 79 struct list_head *entry; in aac_src_intr_message() local 101 entry = dev->sync_fib_list.next; in aac_src_intr_message() 102 dev->sync_fib = list_entry(entry, in aac_src_intr_message() 105 list_del(entry); in aac_src_intr_message()
|
/kernel/linux/linux-6.6/drivers/scsi/device_handler/ |
H A D | scsi_dh_alua.c | 95 struct list_head entry; member 961 list_for_each_entry_safe(qdata, tmp, &qdata_list, entry) { in alua_rtpg_work() 962 list_del(&qdata->entry); in alua_rtpg_work() 1006 list_add_tail(&qdata->entry, &pg->rtpg_list); in alua_rtpg_queue()
|
/kernel/linux/linux-6.6/sound/soc/intel/catpt/ |
H A D | pcm.c | 1151 struct catpt_module_entry *entry; in catpt_arm_stream_templates() local 1158 entry = &template->entries[j]; in catpt_arm_stream_templates() 1159 type = &cdev->modules[entry->module_id]; in catpt_arm_stream_templates() 1164 entry->entry_point = type->entry_point; in catpt_arm_stream_templates()
|
/third_party/ffmpeg/libavdevice/ |
H A D | v4l2.c | 1030 struct dirent *entry; in v4l2_get_device_list() local 1042 while ((entry = readdir(dir))) { in v4l2_get_device_list() 1048 if (!v4l2_is_v4l_dev(entry->d_name)) in v4l2_get_device_list() 1051 size = snprintf(device_name, sizeof(device_name), "/dev/%s", entry->d_name); in v4l2_get_device_list()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_astats.c | 247 double entry = p->ehistogram[i] / ((double)p->nb_samples); in calc_entropy() local 249 if (entry > 1e-8) in calc_entropy() 250 entropy += entry * log2(entry); in calc_entropy()
|
/third_party/ffmpeg/libavformat/ |
H A D | asfenc.c | 345 avio_wl16(pb, 12 + len); // entry length in asf_write_markers() 394 AVDictionaryEntry *entry; in asf_write_header1() local 404 entry = av_dict_get(s->streams[n]->metadata, "language", NULL, 0); in asf_write_header1() 405 if (entry) { in asf_write_header1() 406 const char *iso6391lang = ff_convert_lang_to(entry->value, AV_LANG_ISO639_1); in asf_write_header1()
|
/third_party/libsnd/src/ |
H A D | flac.c | 435 value = (const char*) metadata->data.vorbis_comment.comments [tag_num].entry ; in sf_flac_meta_get_vorbiscomments() 593 { FLAC__StreamMetadata_VorbisComment_Entry entry ; in flac_write_strings() local 649 FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair (&entry, key, value) ; in flac_write_strings() 650 FLAC__metadata_object_vorbiscomment_append_comment (pflac->metadata, entry, /* copy */ SF_FALSE) ; in flac_write_strings()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.h | 78 // A helper for an entry for an imported function, indexed statically. 81 // Each entry is either: 92 // Initialize this entry as a Wasm to JS call. This accepts the isolate as a 97 // Initialize this entry as a Wasm to Wasm call. 190 Handle<Object> entry); 194 uint32_t index, Handle<Object> entry); 202 uint32_t start, Handle<Object> entry, 226 // This function reads the content of a function table entry and returns it 236 // {entry} is either {Null} or a {WasmInternalFunction}. 240 Handle<Object> entry); [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | context.c | 867 _glapi_proc *entry = (_glapi_proc *) table; in _mesa_new_nop_table() local 870 entry[i] = (_glapi_proc) generic_nop; in _mesa_new_nop_table() 878 _glapi_proc *entry = (_glapi_proc *) table; in _mesa_new_nop_table() local 880 entry[i] = (_glapi_proc)glthread_nop; in _mesa_new_nop_table()
|