| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | mtk-mdp3-cmdq.c | 20 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 D | hda_component.c | 25 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 D | ipl_report.c | 21 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 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/drivers/infiniband/core/ |
| H A 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/drivers/infiniband/hw/hfi1/ |
| H A D | user_sdma.c | 163 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 D | user_sdma.h | 103 struct hfi1_sdma_comp_entry *comps; member
|
| H A 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/drivers/block/zram/ |
| H A D | zram_drv.c | 1380 zstrm = zcomp_stream_get(zram->comps[prio]); in decompress_bdev_page() 1382 ret = zcomp_decompress(zram->comps[prio], zstrm, src, size, in decompress_bdev_page() 2086 zstrm = zcomp_stream_get(zram->comps[prio]); in read_compressed_page() 2090 ret = zcomp_decompress(zram->comps[prio], zstrm, src, size, dst); in read_compressed_page() 2114 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in read_from_zspool_raw() 2268 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page() 2270 ret = zcomp_compress(zram->comps[ZRAM_PRIMARY_COMP], zstrm, in zram_write_page() 2447 if (!zram->comps[prio]) in recompress_slot() 2450 zstrm = zcomp_stream_get(zram->comps[prio]); in recompress_slot() 2452 ret = zcomp_compress(zram->comps[prio], zstrm, in recompress_slot() [all …]
|
| /linux/drivers/infiniband/ulp/isert/ |
| H A D | ib_isert.h | 200 struct isert_comp *comps; member
|
| /linux/sound/hda/codecs/cirrus/ |
| H A D | cs8409.c | 1229 return hda_component_manager_bind(codec, &spec->comps); in cs8409_comp_bind() 1237 hda_component_manager_unbind(codec, &spec->comps); in cs8409_comp_unbind() 1250 hda_component_manager_playback_hook(&spec->comps, action); in cs8409_comp_playback_hook() 1362 ret = hda_component_manager_init(codec, &spec->comps, count, bus, in cs8409_cdb35l56_four_autodet_fixup() 1385 hda_component_manager_free(&spec->comps, &cs8409_comp_master_ops); in cs8409_cdb35l56_four_autodet_fixup()
|
| /linux/net/ethtool/ |
| H A D | coalesce.c | 189 profile[i].comps); in coalesce_put_profile() 486 ret = ethnl_update_irq_moder(irq_moder, &new_profile[i].comps, in ethnl_update_profile()
|
| /linux/arch/s390/kernel/ |
| H A D | ipl.c | 2458 struct ipl_rb_components *comps; in ipl_report_finish() local 2478 comps = ptr; in ipl_report_finish() 2479 comps->rbt = IPL_RBT_COMPONENTS; in ipl_report_finish() 2480 ptr += sizeof(*comps); in ipl_report_finish() 2485 comps->len = ptr - (void *)comps; in ipl_report_finish()
|
| /linux/sound/hda/codecs/realtek/ |
| H A D | alc269.c | 3088 hda_component_acpi_device_notify(&spec->comps, handle, event, data); in comp_acpi_device_notify() 3097 ret = hda_component_manager_bind(cdc, &spec->comps); in comp_bind() 3102 &spec->comps, in comp_bind() 3111 hda_component_manager_unbind_acpi_notifications(cdc, &spec->comps, comp_acpi_device_notify); in comp_unbind() 3112 hda_component_manager_unbind(cdc, &spec->comps); in comp_unbind() 3125 hda_component_manager_playback_hook(&spec->comps, action); in comp_generic_playback_hook() 3136 ret = hda_component_manager_init(cdc, &spec->comps, count, bus, hid, in comp_generic_fixup() 3144 hda_component_manager_free(&spec->comps, &comp_master_ops); in comp_generic_fixup() 8364 hda_component_manager_free(&spec->comps, &comp_master_ops); in alc269_remove()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | main.c | 3869 int comps; in mlx5_ib_unbind_slave_port() local 3901 comps = mpi->mdev_refcnt; in mlx5_ib_unbind_slave_port() 3902 if (comps) { in mlx5_ib_unbind_slave_port() 3907 for (i = 0; i < comps; i++) in mlx5_ib_unbind_slave_port()
|