Home
last modified time | relevance | path

Searched refs:num_comp (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-cmdq.c57 u32 num_comp = 0; in mdp_path_subfrm_require() local
60 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_subfrm_require()
83 for (index = 0; index < num_comp; index++) { in mdp_path_subfrm_require()
107 u32 num_comp = 0; in mdp_path_subfrm_run() local
116 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_subfrm_run()
120 for (index = 0; index < num_comp; index++) { in mdp_path_subfrm_run()
133 for (index = 0; index < num_comp; index++) { in mdp_path_subfrm_run()
150 u32 num_comp = 0; in mdp_path_ctx_init() local
153 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_ctx_init()
155 if (num_comp < 1) in mdp_path_ctx_init()
[all …]
/Linux-v6.6/drivers/media/platform/samsung/exynos-gsc/
Dgsc-core.c33 .num_comp = 1,
39 .num_comp = 1,
47 .num_comp = 1,
56 .num_comp = 1,
65 .num_comp = 1,
74 .num_comp = 1,
83 .num_comp = 1,
91 .num_comp = 3,
99 .num_comp = 2,
107 .num_comp = 2,
[all …]
Dgsc-regs.c182 switch (frame->fmt->num_comp) { in gsc_hw_set_in_image_format()
308 switch (frame->fmt->num_comp) { in gsc_hw_set_out_image_format()
Dgsc-core.h119 u16 num_comp; member
/Linux-v6.6/drivers/infiniband/core/
Duverbs_std_types_device.c214 u32 num_comp = attrs->ufile->device->num_comp_vectors; in UVERBS_HANDLER() local
219 &num_comp, sizeof(num_comp)); in UVERBS_HANDLER()
246 u32 num_comp; in UVERBS_HANDLER() local
257 num_comp = attrs->ufile->device->num_comp_vectors; in UVERBS_HANDLER()
259 &num_comp, sizeof(num_comp)); in UVERBS_HANDLER()
/Linux-v6.6/drivers/media/platform/mediatek/mdp/
Dmtk_mdp_regs.c95 src_buf->plane_num = frame->fmt->num_comp; in mtk_mdp_hw_set_in_image_format()
126 dst_buf->plane_num = frame->fmt->num_comp; in mtk_mdp_hw_set_out_image_format()
Dmtk_mdp_core.h62 u16 num_comp; member
Dmtk_mdp_m2m.c54 .num_comp = 2,
62 .num_comp = 2,
70 .num_comp = 3,
78 .num_comp = 3,
/Linux-v6.6/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c2757 int status, i, filehdr_size, num_comp; in be_flash_BEx() local
2807 num_comp = ARRAY_SIZE(gen3_flash_types); in be_flash_BEx()
2811 num_comp = ARRAY_SIZE(gen2_flash_types); in be_flash_BEx()
2821 for (i = 0; i < num_comp; i++) { in be_flash_BEx()