Searched refs:comps (Results 1 – 11 of 11) sorted by relevance
/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-cmdq.c | 18 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 …]
|
D | mtk-mdp3-comp.h | 180 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);
|
D | mtk-mdp3-cmdq.h | 34 struct mdp_comp *comps; member
|
D | mtk-mdp3-comp.c | 734 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/ |
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()
|
/drivers/infiniband/hw/hfi1/ |
D | user_sdma.c | 181 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()
|
D | user_sdma.h | 101 struct hfi1_sdma_comp_entry *comps; member
|
D | file_ops.c | 512 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/ |
D | ib_isert.h | 200 struct isert_comp *comps; member
|
/drivers/media/i2c/ccs/ |
D | ccs-core.c | 2089 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/ |
D | main.c | 3125 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()
|