Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c174 ctx = &path->comps[index]; in mdp_path_subfrm_require()
225 ctx = &path->comps[index]; in mdp_path_subfrm_run()
499 kfree(cmd->comps); in mdp_auto_release_work()
500 cmd->comps = NULL; in mdp_auto_release_work()
539 kfree(cmd->comps); in mdp_handle_cmdq_callback()
540 cmd->comps = NULL; in mdp_handle_cmdq_callback()
586 comps = kcalloc(num_comp, sizeof(*comps), GFP_KERNEL); in mdp_cmdq_prepare()
587 if (!comps) { in mdp_cmdq_prepare()
643 memcpy(&comps[i], path->comps[i].comp, in mdp_cmdq_prepare()
651 cmd->comps = comps; in mdp_cmdq_prepare()
[all …]
H A Dmtk-mdp3-cmdq.h35 struct mdp_comp *comps; member
H A Dmtk-mdp3-comp.h258 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num);
259 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num);
H A Dmtk-mdp3-comp.c1619 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_on() argument
1624 struct mdp_dev *m = comps[i].mdp_dev; in mdp_comp_clocks_on()
1632 ret = mdp_comp_clock_on(dev, &comps[i]); in mdp_comp_clocks_on()
1636 id = comps[i].public_id; in mdp_comp_clocks_on()
1649 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_off() argument
1654 struct mdp_dev *m = comps[i].mdp_dev; in mdp_comp_clocks_off()
1662 mdp_comp_clock_off(dev, &comps[i]); in mdp_comp_clocks_off()
1664 id = comps[i].public_id; in mdp_comp_clocks_off()
/linux-6.15/sound/pci/hda/
H A 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()
H A 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()
H A Dpatch_realtek.c139 struct hda_component_parent comps; member
965 hda_component_manager_free(&spec->comps, &comp_master_ops); in alc_free()
7159 hda_component_acpi_device_notify(&spec->comps, handle, event, data); in comp_acpi_device_notify()
7168 ret = hda_component_manager_bind(cdc, &spec->comps); in comp_bind()
7173 &spec->comps, in comp_bind()
7182 hda_component_manager_unbind_acpi_notifications(cdc, &spec->comps, comp_acpi_device_notify); in comp_unbind()
7183 hda_component_manager_unbind(cdc, &spec->comps); in comp_unbind()
7196 hda_component_manager_playback_hook(&spec->comps, action); in comp_generic_playback_hook()
7207 ret = hda_component_manager_init(cdc, &spec->comps, count, bus, hid, in comp_generic_fixup()
7215 hda_component_manager_free(&spec->comps, &comp_master_ops); in comp_generic_fixup()
/linux-6.15/arch/s390/boot/
H A Dipl_report.c21 static struct ipl_rb_components *comps; variable
38 for_each_rb_entry(comp, comps) in get_cert_comp_list_size()
68 for_each_rb_entry(comp, comps) in copy_components_bootdata()
114 comps = NULL; in read_ipl_report()
125 comps = (struct ipl_rb_components *) rb_hdr; in read_ipl_report()
138 if (!comps || !certs) { in read_ipl_report()
/linux-6.15/include/trace/events/
H A 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.15/include/linux/
H A Ddim.h55 u16 comps; member
384 dim_update_sample_with_comps(u16 event_ctr, u64 packets, u64 bytes, u64 comps, in dim_update_sample_with_comps() argument
388 s->comp_ctr = comps; in dim_update_sample_with_comps()
/linux-6.15/drivers/infiniband/core/
H A 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.15/drivers/infiniband/hw/hfi1/
H A 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()
H A Duser_sdma.h103 struct hfi1_sdma_comp_entry *comps; member
H A 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.15/Documentation/networking/
H A 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.15/drivers/block/zram/
H A Dzram_drv.h106 struct zcomp *comps[ZRAM_MAX_COMPS]; member
H A Dzram_drv.c1587 zstrm = zcomp_stream_get(zram->comps[prio]); in read_compressed_page()
1590 ret = zcomp_decompress(zram->comps[prio], zstrm, src, size, dst); in read_compressed_page()
1745 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
1747 ret = zcomp_compress(zram->comps[ZRAM_PRIMARY_COMP], zstrm, in zram_write_page()
1923 if (!zram->comps[prio]) in recompress_slot()
1926 zstrm = zcomp_stream_get(zram->comps[prio]); in recompress_slot()
1928 ret = zcomp_compress(zram->comps[prio], zstrm, in recompress_slot()
2325 struct zcomp *comp = zram->comps[prio]; in zram_destroy_comps()
2327 zram->comps[prio] = NULL; in zram_destroy_comps()
2404 zram->comps[prio] = comp; in disksize_store()
/linux-6.15/drivers/infiniband/ulp/isert/
H A Dib_isert.h200 struct isert_comp *comps; member
/linux-6.15/net/ethtool/
H A 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.15/arch/s390/kernel/
H A Dipl.c2435 struct ipl_rb_components *comps; in ipl_report_finish() local
2455 comps = ptr; in ipl_report_finish()
2456 comps->rbt = IPL_RBT_COMPONENTS; in ipl_report_finish()
2457 ptr += sizeof(*comps); in ipl_report_finish()
2462 comps->len = ptr - (void *)comps; in ipl_report_finish()
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dmain.c3480 int comps; in mlx5_ib_unbind_slave_port() local
3510 comps = mpi->mdev_refcnt; in mlx5_ib_unbind_slave_port()
3511 if (comps) { in mlx5_ib_unbind_slave_port()
3516 for (i = 0; i < comps; i++) in mlx5_ib_unbind_slave_port()
/linux-6.15/drivers/media/i2c/ccs/
H A 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()
/linux-6.15/Documentation/netlink/specs/
H A Dethtool.yaml636 name: comps