Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-cmdq.c20 struct mdp_comp_ctx comps[MDP_PATH_MAX_COMPS]; member
160 index = __get_pipe(path->mdp_dev, path->comps[0].comp->public_id); in mdp_path_subfrm_require()
178 ctx = &path->comps[index]; in mdp_path_subfrm_require()
229 ctx = &path->comps[index]; in mdp_path_subfrm_run()
250 ctx = &path->comps[index]; in mdp_path_subfrm_run()
290 ret = mdp_comp_ctx_config(mdp, &path->comps[index], in mdp_path_ctx_init()
340 ctx = &path->comps[index]; in mdp_path_config_subfrm()
360 ctx = &path->comps[index]; in mdp_path_config_subfrm()
376 ctx = &path->comps[index]; in mdp_path_config_subfrm()
421 ctx = &path->comps[index]; in mdp_path_config()
[all …]
Dmtk-mdp3-cmdq.h35 struct mdp_comp *comps; member
Dmtk-mdp3-comp.h261 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num);
262 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num);
Dmtk-mdp3-comp.c1680 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_on() argument
1685 struct mdp_dev *m = comps[i].mdp_dev; in mdp_comp_clocks_on()
1693 ret = mdp_comp_clock_on(dev, &comps[i]); in mdp_comp_clocks_on()
1697 id = comps[i].public_id; in mdp_comp_clocks_on()
1710 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_off() argument
1715 struct mdp_dev *m = comps[i].mdp_dev; in mdp_comp_clocks_off()
1723 mdp_comp_clock_off(dev, &comps[i]); in mdp_comp_clocks_off()
1725 id = comps[i].public_id; in mdp_comp_clocks_off()
/linux-6.12.1/sound/pci/hda/
Dhda_component.c25 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_acpi_device_notify()
44 adev = parent->comps[0].adev; in hda_component_manager_bind_acpi_notifications()
48 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_bind_acpi_notifications()
76 adev = parent->comps[0].adev; in hda_component_manager_unbind_acpi_notifications()
93 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_playback_hook()
98 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_playback_hook()
103 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_playback_hook()
144 memset(parent->comps, 0, sizeof(parent->comps)); in hda_component_manager_bind()
Dhda_component.h34 struct hda_component comps[HDA_MAX_COMPONENTS]; member
89 if (index < 0 || index >= ARRAY_SIZE(parent->comps)) in hda_component_from_index()
92 return &parent->comps[index]; in hda_component_from_index()
Dpatch_realtek.c138 struct hda_component_parent comps; member
962 hda_component_manager_free(&spec->comps, &comp_master_ops); in alc_free()
6959 hda_component_acpi_device_notify(&spec->comps, handle, event, data); in comp_acpi_device_notify()
6968 ret = hda_component_manager_bind(cdc, &spec->comps); in comp_bind()
6973 &spec->comps, in comp_bind()
6982 hda_component_manager_unbind_acpi_notifications(cdc, &spec->comps, comp_acpi_device_notify); in comp_unbind()
6983 hda_component_manager_unbind(cdc, &spec->comps); in comp_unbind()
6996 hda_component_manager_playback_hook(&spec->comps, action); in comp_generic_playback_hook()
7007 ret = hda_component_manager_init(cdc, &spec->comps, count, bus, hid, in comp_generic_fixup()
7015 hda_component_manager_free(&spec->comps, &comp_master_ops); in comp_generic_fixup()
/linux-6.12.1/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.12.1/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.12.1/include/linux/
Ddim.h55 u16 comps; member
383 dim_update_sample_with_comps(u16 event_ctr, u64 packets, u64 bytes, u64 comps, in dim_update_sample_with_comps() argument
387 s->comp_ctr = comps; in dim_update_sample_with_comps()
/linux-6.12.1/drivers/block/zram/
Dzram_drv.c1420 zstrm = zcomp_stream_get(zram->comps[prio]); in zram_read_from_zspool()
1431 ret = zcomp_decompress(zram->comps[prio], zstrm, in zram_read_from_zspool()
1434 zcomp_stream_put(zram->comps[prio]); in zram_read_from_zspool()
1517 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
1519 ret = zcomp_compress(zram->comps[ZRAM_PRIMARY_COMP], zstrm, in zram_write_page()
1524 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
1552 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
1569 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
1576 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
1590 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
[all …]
Dzram_drv.h108 struct zcomp *comps[ZRAM_MAX_COMPS]; member
/linux-6.12.1/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.12.1/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.12.1/Documentation/networking/
Dnet_dim.rst202 {.usec = 1, .pkts = 1, .comps = n/a,},
203 {.usec = 2, .pkts = 2, .comps = n/a,},
204 {.usec = 3, .pkts = 64, .comps = n/a,},
205 {.usec = 64, .pkts = 4, .comps = n/a,},
206 {.usec = 64, .pkts = 64, .comps = n/a,}
/linux-6.12.1/drivers/infiniband/ulp/isert/
Dib_isert.h200 struct isert_comp *comps; member
/linux-6.12.1/net/ethtool/
Dcoalesce.c189 profile[i].comps); in coalesce_put_profile()
486 ret = ethnl_update_irq_moder(irq_moder, &new_profile[i].comps, in ethnl_update_profile()
/linux-6.12.1/arch/s390/kernel/
Dipl.c2416 struct ipl_rb_components *comps; in ipl_report_finish() local
2436 comps = ptr; in ipl_report_finish()
2437 comps->rbt = IPL_RBT_COMPONENTS; in ipl_report_finish()
2438 ptr += sizeof(*comps); in ipl_report_finish()
2443 comps->len = ptr - (void *)comps; in ipl_report_finish()
/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dmain.c3453 int comps; in mlx5_ib_unbind_slave_port() local
3483 comps = mpi->mdev_refcnt; in mlx5_ib_unbind_slave_port()
3484 if (comps) { in mlx5_ib_unbind_slave_port()
3489 for (i = 0; i < comps; i++) in mlx5_ib_unbind_slave_port()
/linux-6.12.1/drivers/media/i2c/ccs/
Dccs-core.c2068 struct v4l2_rect **comps) in ccs_get_crop_compose() argument
2077 if (comps) in ccs_get_crop_compose()
2078 *comps = v4l2_subdev_state_get_compose(sd_state, in ccs_get_crop_compose()