Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/exynos-gsc/
Dgsc-core.c39 .num_comp = 1,
46 .num_comp = 1,
55 .num_comp = 1,
65 .num_comp = 1,
75 .num_comp = 1,
85 .num_comp = 1,
95 .num_comp = 1,
104 .num_comp = 3,
113 .num_comp = 2,
122 .num_comp = 2,
[all …]
Dgsc-regs.c186 switch (frame->fmt->num_comp) { in gsc_hw_set_in_image_format()
312 switch (frame->fmt->num_comp) { in gsc_hw_set_out_image_format()
Dgsc-core.h125 u16 num_comp; member
/Linux-v4.19/drivers/media/platform/mtk-mdp/
Dmtk_mdp_regs.c103 src_buf->plane_num = frame->fmt->num_comp; in mtk_mdp_hw_set_in_image_format()
134 dst_buf->plane_num = frame->fmt->num_comp; in mtk_mdp_hw_set_out_image_format()
Dmtk_mdp_core.h72 u16 num_comp; member
Dmtk_mdp_m2m.c62 .num_comp = 2,
70 .num_comp = 2,
78 .num_comp = 3,
86 .num_comp = 3,
/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c2760 int status, i, filehdr_size, num_comp; in be_flash_BEx() local
2810 num_comp = ARRAY_SIZE(gen3_flash_types); in be_flash_BEx()
2814 num_comp = ARRAY_SIZE(gen2_flash_types); in be_flash_BEx()
2824 for (i = 0; i < num_comp; i++) { in be_flash_BEx()