Home
last modified time | relevance | path

Searched refs:comps (Results 1 – 21 of 21) sorted by relevance

/linux-6.6.21/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-cmdq.c19 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 …]
Dmtk-mdp3-cmdq.h34 struct mdp_comp *comps; member
Dmtk-mdp3-comp.h200 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);
Dmtk-mdp3-comp.c851 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-6.6.21/arch/s390/boot/
Dipl_report.c21 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-6.6.21/sound/pci/hda/
Dtas2781_hda_i2c.c599 struct hda_component *comps = master_data; in tas2781_hda_bind() local
604 if (!comps || tas_hda->priv->index < 0 || in tas2781_hda_bind()
608 comps = &comps[tas_hda->priv->index]; in tas2781_hda_bind()
609 if (comps->dev) in tas2781_hda_bind()
612 codec = comps->codec; in tas2781_hda_bind()
626 comps->dev = dev; in tas2781_hda_bind()
628 strscpy(comps->name, dev_name(dev), sizeof(comps->name)); in tas2781_hda_bind()
632 comps->playback_hook = tas2781_hda_playback_hook; in tas2781_hda_bind()
644 struct hda_component *comps = master_data; in tas2781_hda_unbind() local
645 comps = &comps[tas_hda->priv->index]; in tas2781_hda_unbind()
[all …]
Dcs35l56_hda.c640 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 …]
Dcs35l41_hda.c1122 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 …]
Dpatch_realtek.c136 struct hda_component comps[HDA_MAX_COMPONENTS]; member
6726 return component_bind_all(dev, spec->comps); in comp_bind()
6734 component_unbind_all(dev, spec->comps); in comp_unbind()
6749 if (spec->comps[i].dev && spec->comps[i].pre_playback_hook) in comp_generic_playback_hook()
6750 spec->comps[i].pre_playback_hook(spec->comps[i].dev, action); in comp_generic_playback_hook()
6753 if (spec->comps[i].dev && spec->comps[i].playback_hook) in comp_generic_playback_hook()
6754 spec->comps[i].playback_hook(spec->comps[i].dev, action); in comp_generic_playback_hook()
6757 if (spec->comps[i].dev && spec->comps[i].post_playback_hook) in comp_generic_playback_hook()
6758 spec->comps[i].post_playback_hook(spec->comps[i].dev, action); in comp_generic_playback_hook()
6824 spec->comps[i].codec = cdc; in cs35l41_generic_fixup()
[all …]
/linux-6.6.21/include/trace/events/
Drdma_core.h168 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-6.6.21/include/linux/
Ddim.h45 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-6.6.21/drivers/infiniband/core/
Dcq.c45 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-6.6.21/drivers/block/zram/
Dzram_drv.c1338 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 …]
Dzram_drv.h109 struct zcomp *comps[ZRAM_MAX_COMPS]; member
/linux-6.6.21/drivers/infiniband/hw/hfi1/
Duser_sdma.c165 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()
Duser_sdma.h103 struct hfi1_sdma_comp_entry *comps; member
Dfile_ops.c542 memaddr = (u64)cq->comps; in hfi1_file_mmap()
543 memlen = PAGE_ALIGN(sizeof(*cq->comps) * cq->nentries); in hfi1_file_mmap()
/linux-6.6.21/drivers/infiniband/ulp/isert/
Dib_isert.h200 struct isert_comp *comps; member
/linux-6.6.21/arch/s390/kernel/
Dipl.c2457 struct ipl_rb_components *comps; in ipl_report_finish() local
2477 comps = ptr; in ipl_report_finish()
2478 comps->rbt = IPL_RBT_COMPONENTS; in ipl_report_finish()
2479 ptr += sizeof(*comps); in ipl_report_finish()
2484 comps->len = ptr - (void *)comps; in ipl_report_finish()
/linux-6.6.21/drivers/media/i2c/ccs/
Dccs-core.c2095 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-6.6.21/drivers/infiniband/hw/mlx5/
Dmain.c3173 int comps; in mlx5_ib_unbind_slave_port() local
3203 comps = mpi->mdev_refcnt; in mlx5_ib_unbind_slave_port()
3204 if (comps) { in mlx5_ib_unbind_slave_port()
3209 for (i = 0; i < comps; i++) in mlx5_ib_unbind_slave_port()