| /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 …]
|
| H A D | mtk-mdp3-cmdq.h | 33 struct mdp_comp *comps; member
|
| H A D | mtk-mdp3-comp.h | 258 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 D | mtk-mdp3-comp.c | 1622 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_on() argument 1627 struct mdp_dev *m = comps[i].mdp_dev; in mdp_comp_clocks_on() 1635 ret = mdp_comp_clock_on(dev, &comps[i]); in mdp_comp_clocks_on() 1639 id = comps[i].public_id; in mdp_comp_clocks_on() 1652 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_off() argument 1657 struct mdp_dev *m = comps[i].mdp_dev; in mdp_comp_clocks_off() 1665 mdp_comp_clock_off(dev, &comps[i]); in mdp_comp_clocks_off() 1667 id = comps[i].public_id; in mdp_comp_clocks_off()
|
| /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()
|
| H A D | hda_component.h | 34 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()
|
| /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/include/linux/ |
| H A D | dim.h | 55 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/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/Documentation/networking/ |
| H A D | net_dim.rst | 202 {.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/drivers/block/zram/ |
| H A D | zram_drv.h | 111 struct zcomp *comps[ZRAM_MAX_COMPS]; member
|
| H A D | zram_drv.c | 1364 zstrm = zcomp_stream_get(zram->comps[prio]); in decompress_bdev_page() 1366 ret = zcomp_decompress(zram->comps[prio], zstrm, src, size, in decompress_bdev_page() 2075 zstrm = zcomp_stream_get(zram->comps[prio]); in read_compressed_page() 2079 ret = zcomp_decompress(zram->comps[prio], zstrm, src, size, dst); in read_compressed_page() 2103 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in read_from_zspool_raw() 2257 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page() 2259 ret = zcomp_compress(zram->comps[ZRAM_PRIMARY_COMP], zstrm, in zram_write_page() 2436 if (!zram->comps[prio]) in recompress_slot() 2439 zstrm = zcomp_stream_get(zram->comps[prio]); in recompress_slot() 2441 ret = zcomp_compress(zram->comps[prio], zstrm, in recompress_slot() [all …]
|
| /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/drivers/infiniband/ulp/isert/ |
| H A D | ib_isert.h | 200 struct isert_comp *comps; member
|
| /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 | realtek.h | 132 struct hda_component_parent comps; member
|
| H A D | alc269.c | 3132 hda_component_acpi_device_notify(&spec->comps, handle, event, data); in comp_acpi_device_notify() 3141 ret = hda_component_manager_bind(cdc, &spec->comps); in comp_bind() 3146 &spec->comps, in comp_bind() 3155 hda_component_manager_unbind_acpi_notifications(cdc, &spec->comps, comp_acpi_device_notify); in comp_unbind() 3156 hda_component_manager_unbind(cdc, &spec->comps); in comp_unbind() 3169 hda_component_manager_playback_hook(&spec->comps, action); in comp_generic_playback_hook() 3180 ret = hda_component_manager_init(cdc, &spec->comps, count, bus, hid, in comp_generic_fixup() 3188 hda_component_manager_free(&spec->comps, &comp_master_ops); in comp_generic_fixup() 8481 hda_component_manager_free(&spec->comps, &comp_master_ops); in alc269_probe()
|
| /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()
|