Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c20 struct mdp_comp_ctx comps[MDP_PATH_MAX_COMPS]; member
156 index = __get_pipe(path->mdp_dev, path->comps[0].comp->public_id); in mdp_path_subfrm_require()
174 ctx = &path->comps[index]; in mdp_path_subfrm_require()
225 ctx = &path->comps[index]; in mdp_path_subfrm_run()
246 ctx = &path->comps[index]; in mdp_path_subfrm_run()
286 ret = mdp_comp_ctx_config(mdp, &path->comps[index], in mdp_path_ctx_init()
335 ctx = &path->comps[index]; in mdp_path_config_subfrm()
355 ctx = &path->comps[index]; in mdp_path_config_subfrm()
371 ctx = &path->comps[index]; in mdp_path_config_subfrm()
415 ctx = &path->comps[index]; in mdp_path_config()
[all …]
/linux/sound/hda/codecs/side-codecs/
H A Dhda_component.c25 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_acpi_device_notify()
43 adev = parent->comps[0].adev; in hda_component_manager_bind_acpi_notifications()
47 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_bind_acpi_notifications()
75 adev = parent->comps[0].adev; in hda_component_manager_unbind_acpi_notifications()
92 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_playback_hook()
97 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_playback_hook()
102 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_playback_hook()
140 memset(parent->comps, 0, sizeof(parent->comps)); in hda_component_manager_bind()
/linux/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/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/drivers/infiniband/hw/hfi1/
H A Duser_sdma.c163 cq->comps = vmalloc_user(PAGE_ALIGN(sizeof(*cq->comps) in hfi1_user_sdma_alloc_queues()
165 if (!cq->comps) in hfi1_user_sdma_alloc_queues()
180 vfree(cq->comps); in hfi1_user_sdma_alloc_queues()
240 vfree(fd->cq->comps); in hfi1_user_sdma_free_queues()
1217 cq->comps[idx].errcode = -ret; in set_comp_state()
1219 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/drivers/block/zram/
H A Dzram_drv.h111 struct zcomp *comps[ZRAM_MAX_COMPS]; member
H A Dzram_drv.c1366 zstrm = zcomp_stream_get(zram->comps[prio]); in decompress_bdev_page()
1368 ret = zcomp_decompress(zram->comps[prio], zstrm, src, size, in decompress_bdev_page()
2099 zstrm = zcomp_stream_get(zram->comps[prio]); in read_compressed_page()
2103 ret = zcomp_decompress(zram->comps[prio], zstrm, src, size, dst); in read_compressed_page()
2127 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in read_from_zspool_raw()
2281 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
2283 ret = zcomp_compress(zram->comps[ZRAM_PRIMARY_COMP], zstrm, in zram_write_page()
2453 zstrm = zcomp_stream_get(zram->comps[prio]); in recompress_slot()
2455 ret = zcomp_compress(zram->comps[prio], zstrm, src, &comp_len_new); in recompress_slot()
2618 if (!zram->comps[prio]) in recompress_store()
[all …]
/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.h200 struct isert_comp *comps; member
/linux/sound/hda/codecs/cirrus/
H A Dcs8409.c1224 return hda_component_manager_bind(codec, &spec->comps); in cs8409_comp_bind()
1232 hda_component_manager_unbind(codec, &spec->comps); in cs8409_comp_unbind()
1245 hda_component_manager_playback_hook(&spec->comps, action); in cs8409_comp_playback_hook()
1357 ret = hda_component_manager_init(codec, &spec->comps, count, bus, in cs8409_cdb35l56_four_autodet_fixup()
1380 hda_component_manager_free(&spec->comps, &cs8409_comp_master_ops); in cs8409_cdb35l56_four_autodet_fixup()
/linux/arch/s390/kernel/
H A Dipl.c2464 struct ipl_rb_components *comps; in ipl_report_finish() local
2484 comps = ptr; in ipl_report_finish()
2485 comps->rbt = IPL_RBT_COMPONENTS; in ipl_report_finish()
2486 ptr += sizeof(*comps); in ipl_report_finish()
2491 comps->len = ptr - (void *)comps; in ipl_report_finish()
/linux/sound/hda/codecs/realtek/
H A Dalc269.c3140 hda_component_acpi_device_notify(&spec->comps, handle, event, data); in comp_acpi_device_notify()
3149 ret = hda_component_manager_bind(cdc, &spec->comps); in comp_bind()
3154 &spec->comps, in comp_bind()
3163 hda_component_manager_unbind_acpi_notifications(cdc, &spec->comps, comp_acpi_device_notify); in comp_unbind()
3164 hda_component_manager_unbind(cdc, &spec->comps); in comp_unbind()
3177 hda_component_manager_playback_hook(&spec->comps, action); in comp_generic_playback_hook()
3188 ret = hda_component_manager_init(cdc, &spec->comps, count, bus, hid, in comp_generic_fixup()
3196 hda_component_manager_free(&spec->comps, &comp_master_ops); in comp_generic_fixup()
8578 hda_component_manager_free(&spec->comps, &comp_master_ops);