Home
last modified time | relevance | path

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

/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-cmdq.c18 struct mdp_comp_ctx comps[MDP_PATH_MAX_COMPS]; member
51 switch (path->comps[0].comp->id) { in mdp_path_subfrm_require()
71 ctx = &path->comps[index]; in mdp_path_subfrm_require()
104 ctx = &path->comps[index]; in mdp_path_subfrm_run()
117 ctx = &path->comps[index]; in mdp_path_subfrm_run()
137 ret = mdp_comp_ctx_config(mdp, &path->comps[index], in mdp_path_ctx_init()
169 ctx = &path->comps[index]; in mdp_path_config_subfrm()
182 ctx = &path->comps[index]; in mdp_path_config_subfrm()
191 ctx = &path->comps[index]; in mdp_path_config_subfrm()
216 ctx = &path->comps[index]; in mdp_path_config()
[all …]
Dmtk-mdp3-comp.h180 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num);
181 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num);
Dmtk-mdp3-cmdq.h34 struct mdp_comp *comps; member
Dmtk-mdp3-comp.c734 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_on() argument
739 ret = mdp_comp_clock_on(dev, &comps[i]); in mdp_comp_clocks_on()
747 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num) in mdp_comp_clocks_off() argument
752 mdp_comp_clock_off(dev, &comps[i]); in mdp_comp_clocks_off()
/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()
/drivers/infiniband/hw/hfi1/
Duser_sdma.c181 cq->comps = vmalloc_user(PAGE_ALIGN(sizeof(*cq->comps) in hfi1_user_sdma_alloc_queues()
183 if (!cq->comps) in hfi1_user_sdma_alloc_queues()
201 vfree(cq->comps); in hfi1_user_sdma_alloc_queues()
262 vfree(fd->cq->comps); in hfi1_user_sdma_free_queues()
1250 cq->comps[idx].errcode = -ret; in set_comp_state()
1252 cq->comps[idx].status = state; in set_comp_state()
Duser_sdma.h101 struct hfi1_sdma_comp_entry *comps; member
Dfile_ops.c512 memaddr = (u64)cq->comps; in hfi1_file_mmap()
513 memlen = PAGE_ALIGN(sizeof(*cq->comps) * cq->nentries); in hfi1_file_mmap()
/drivers/infiniband/ulp/isert/
Dib_isert.h200 struct isert_comp *comps; member
/drivers/media/i2c/ccs/
Dccs-core.c2089 struct v4l2_rect **comps, int which) in ccs_get_crop_compose() argument
2098 if (comps) in ccs_get_crop_compose()
2099 *comps = &ssd->compose; in ccs_get_crop_compose()
2107 if (comps) in ccs_get_crop_compose()
2108 *comps = v4l2_subdev_get_try_compose(subdev, sd_state, in ccs_get_crop_compose()
/drivers/infiniband/hw/mlx5/
Dmain.c3125 int comps; in mlx5_ib_unbind_slave_port() local
3148 comps = mpi->mdev_refcnt; in mlx5_ib_unbind_slave_port()
3149 if (comps) { in mlx5_ib_unbind_slave_port()
3154 for (i = 0; i < comps; i++) in mlx5_ib_unbind_slave_port()