/Linux-v6.6/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-cmdq.c | 19 struct mdp_comp_ctx comps[MDP_PATH_MAX_COMPS]; member 63 switch (path->comps[0].comp->public_id) { in mdp_path_subfrm_require() 84 ctx = &path->comps[index]; in mdp_path_subfrm_require() 121 ctx = &path->comps[index]; in mdp_path_subfrm_run() 134 ctx = &path->comps[index]; in mdp_path_subfrm_run() 161 ret = mdp_comp_ctx_config(mdp, &path->comps[index], in mdp_path_ctx_init() 199 ctx = &path->comps[index]; in mdp_path_config_subfrm() 212 ctx = &path->comps[index]; in mdp_path_config_subfrm() 221 ctx = &path->comps[index]; in mdp_path_config_subfrm() 254 ctx = &path->comps[index]; in mdp_path_config() [all …]
|
D | mtk-mdp3-comp.h | 200 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num); 201 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num);
|
D | mtk-mdp3-cmdq.h | 34 struct mdp_comp *comps; member
|
D | mtk-mdp3-comp.c | 851 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_on() argument 856 ret = mdp_comp_clock_on(dev, &comps[i]); in mdp_comp_clocks_on() 864 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_off() argument 869 mdp_comp_clock_off(dev, &comps[i]); in mdp_comp_clocks_off()
|
/Linux-v6.6/arch/s390/boot/ |
D | ipl_report.c | 21 static struct ipl_rb_components *comps; variable 39 for_each_rb_entry(comp, comps) in get_cert_comp_list_size() 69 for_each_rb_entry(comp, comps) in copy_components_bootdata() 115 comps = NULL; in read_ipl_report() 126 comps = (struct ipl_rb_components *) rb_hdr; in read_ipl_report() 139 if (!comps || !certs) { in read_ipl_report()
|
/Linux-v6.6/sound/pci/hda/ |
D | tas2781_hda_i2c.c | 569 struct hda_component *comps = master_data; in tas2781_hda_bind() local 574 if (!comps || tas_priv->index < 0 || in tas2781_hda_bind() 578 comps = &comps[tas_priv->index]; in tas2781_hda_bind() 579 if (comps->dev) in tas2781_hda_bind() 582 codec = comps->codec; in tas2781_hda_bind() 596 comps->dev = dev; in tas2781_hda_bind() 598 strscpy(comps->name, dev_name(dev), sizeof(comps->name)); in tas2781_hda_bind() 602 comps->playback_hook = tas2781_hda_playback_hook; in tas2781_hda_bind() 614 struct hda_component *comps = master_data; in tas2781_hda_unbind() local 616 if (comps[tas_priv->index].dev == dev) in tas2781_hda_unbind() [all …]
|
D | cs35l56_hda.c | 640 struct hda_component *comps = master_data; in cs35l56_hda_bind() local 643 if (!comps || cs35l56->index < 0 || cs35l56->index >= HDA_MAX_COMPONENTS) in cs35l56_hda_bind() 646 comps = &comps[cs35l56->index]; in cs35l56_hda_bind() 647 if (comps->dev) in cs35l56_hda_bind() 650 comps->dev = dev; in cs35l56_hda_bind() 651 cs35l56->codec = comps->codec; in cs35l56_hda_bind() 652 strscpy(comps->name, dev_name(dev), sizeof(comps->name)); in cs35l56_hda_bind() 653 comps->playback_hook = cs35l56_hda_playback_hook; in cs35l56_hda_bind() 675 struct hda_component *comps = master_data; in cs35l56_hda_unbind() local 689 if (comps[cs35l56->index].dev == dev) in cs35l56_hda_unbind() [all …]
|
D | cs35l41_hda.c | 1122 struct hda_component *comps = master_data; in cs35l41_hda_bind() local 1126 if (!comps || cs35l41->index < 0 || cs35l41->index >= HDA_MAX_COMPONENTS) in cs35l41_hda_bind() 1129 comps = &comps[cs35l41->index]; in cs35l41_hda_bind() 1130 if (comps->dev) in cs35l41_hda_bind() 1137 comps->dev = dev; in cs35l41_hda_bind() 1140 comps->codec->core.subsystem_id); in cs35l41_hda_bind() 1141 cs35l41->codec = comps->codec; in cs35l41_hda_bind() 1142 strscpy(comps->name, dev_name(dev), sizeof(comps->name)); in cs35l41_hda_bind() 1157 comps->playback_hook = cs35l41_hda_playback_hook; in cs35l41_hda_bind() 1158 comps->pre_playback_hook = cs35l41_hda_pre_playback_hook; in cs35l41_hda_bind() [all …]
|
D | patch_realtek.c | 136 struct hda_component comps[HDA_MAX_COMPONENTS]; member 6712 return component_bind_all(dev, spec->comps); in comp_bind() 6720 component_unbind_all(dev, spec->comps); in comp_unbind() 6735 if (spec->comps[i].dev && spec->comps[i].pre_playback_hook) in comp_generic_playback_hook() 6736 spec->comps[i].pre_playback_hook(spec->comps[i].dev, action); in comp_generic_playback_hook() 6739 if (spec->comps[i].dev && spec->comps[i].playback_hook) in comp_generic_playback_hook() 6740 spec->comps[i].playback_hook(spec->comps[i].dev, action); in comp_generic_playback_hook() 6743 if (spec->comps[i].dev && spec->comps[i].post_playback_hook) in comp_generic_playback_hook() 6744 spec->comps[i].post_playback_hook(spec->comps[i].dev, action); in comp_generic_playback_hook() 6810 spec->comps[i].codec = cdc; in cs35l41_generic_fixup() [all …]
|
/Linux-v6.6/include/trace/events/ |
D | rdma_core.h | 168 u16 comps, 172 TP_ARGS(cq, comps, usec), 176 __field(unsigned int, comps) 182 __entry->comps = comps; 187 __entry->cq_id, __entry->comps, __entry->usec
|
/Linux-v6.6/include/linux/ |
D | dim.h | 45 u16 comps; member 270 dim_update_sample_with_comps(u16 event_ctr, u64 packets, u64 bytes, u64 comps, in dim_update_sample_with_comps() argument 274 s->comp_ctr = comps; in dim_update_sample_with_comps()
|
/Linux-v6.6/drivers/infiniband/core/ |
D | cq.c | 45 u16 comps = rdma_dim_prof[dim->profile_ix].comps; in ib_cq_rdma_dim_work() local 49 trace_cq_modify(cq, comps, usec); in ib_cq_rdma_dim_work() 50 cq->device->ops.modify_cq(cq, comps, usec); in ib_cq_rdma_dim_work()
|
/Linux-v6.6/drivers/block/zram/ |
D | zram_drv.c | 1338 zstrm = zcomp_stream_get(zram->comps[prio]); in zram_read_from_zspool() 1351 zcomp_stream_put(zram->comps[prio]); in zram_read_from_zspool() 1434 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page() 1440 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page() 1468 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page() 1485 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page() 1492 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page() 1506 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page() 1609 if (!zram->comps[prio]) in zram_recompress() 1620 zstrm = zcomp_stream_get(zram->comps[prio]); in zram_recompress() [all …]
|
D | zram_drv.h | 109 struct zcomp *comps[ZRAM_MAX_COMPS]; member
|
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
D | user_sdma.c | 165 cq->comps = vmalloc_user(PAGE_ALIGN(sizeof(*cq->comps) in hfi1_user_sdma_alloc_queues() 167 if (!cq->comps) in hfi1_user_sdma_alloc_queues() 182 vfree(cq->comps); in hfi1_user_sdma_alloc_queues() 242 vfree(fd->cq->comps); in hfi1_user_sdma_free_queues() 1219 cq->comps[idx].errcode = -ret; in set_comp_state() 1221 cq->comps[idx].status = state; in set_comp_state()
|
D | user_sdma.h | 103 struct hfi1_sdma_comp_entry *comps; member
|
D | file_ops.c | 542 memaddr = (u64)cq->comps; in hfi1_file_mmap() 543 memlen = PAGE_ALIGN(sizeof(*cq->comps) * cq->nentries); in hfi1_file_mmap()
|
/Linux-v6.6/drivers/infiniband/ulp/isert/ |
D | ib_isert.h | 200 struct isert_comp *comps; member
|
/Linux-v6.6/arch/s390/kernel/ |
D | ipl.c | 2456 struct ipl_rb_components *comps; in ipl_report_finish() local 2476 comps = ptr; in ipl_report_finish() 2477 comps->rbt = IPL_RBT_COMPONENTS; in ipl_report_finish() 2478 ptr += sizeof(*comps); in ipl_report_finish() 2483 comps->len = ptr - (void *)comps; in ipl_report_finish()
|
/Linux-v6.6/drivers/media/i2c/ccs/ |
D | ccs-core.c | 2095 struct v4l2_rect **comps, int which) in ccs_get_crop_compose() argument 2104 if (comps) in ccs_get_crop_compose() 2105 *comps = &ssd->compose; in ccs_get_crop_compose() 2113 if (comps) in ccs_get_crop_compose() 2114 *comps = v4l2_subdev_get_try_compose(subdev, sd_state, in ccs_get_crop_compose()
|
/Linux-v6.6/drivers/infiniband/hw/mlx5/ |
D | main.c | 3172 int comps; in mlx5_ib_unbind_slave_port() local 3195 comps = mpi->mdev_refcnt; in mlx5_ib_unbind_slave_port() 3196 if (comps) { in mlx5_ib_unbind_slave_port() 3201 for (i = 0; i < comps; i++) in mlx5_ib_unbind_slave_port()
|