Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c148 u32 num_comp = 0; in mdp_path_subfrm_require() local
151 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_subfrm_require()
153 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_subfrm_require()
161 for (index = 0; index < num_comp; index++) { in mdp_path_subfrm_require()
201 u32 num_comp = 0; in mdp_path_subfrm_run() local
211 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_subfrm_run()
213 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_subfrm_run()
217 for (index = 0; index < num_comp; index++) { in mdp_path_subfrm_run()
238 for (index = 0; index < num_comp; index++) { in mdp_path_subfrm_run()
262 u32 num_comp = 0; in mdp_path_ctx_init() local
[all …]
/linux/drivers/media/platform/samsung/exynos-gsc/
H A 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 …]
H A 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()
/linux/drivers/media/platform/mediatek/mdp/
H A 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()
H A Dmtk_mdp_core.h62 u16 num_comp; member
H A Dmtk_mdp_m2m.c54 .num_comp = 2,
62 .num_comp = 2,
70 .num_comp = 3,
78 .num_comp = 3,
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2761 int status, i, filehdr_size, num_comp; in be_flash_BEx() local
2811 num_comp = ARRAY_SIZE(gen3_flash_types); in be_flash_BEx()
2815 num_comp = ARRAY_SIZE(gen2_flash_types); in be_flash_BEx()
2825 for (i = 0; i < num_comp; i++) { in be_flash_BEx()