Home
last modified time | relevance | path

Searched refs:num_components (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c151 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()
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()
265 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_ctx_init()
267 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_ctx_init()
308 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_config_subfrm()
310 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_config_subfrm()
396 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_config()
398 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_config()
[all …]
H A Dmdp_sm_mt8183.h139 u32 num_components; member
H A Dmdp_sm_mt8195.h278 u32 num_components; member
/linux/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_format.h24 __be16 num_components; member
H A Dmlxfw_mfa2.c308 mfa2_file->component_count = be16_to_cpu(pd->num_components); in mlxfw_mfa2_file_init()
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-jpeg.c310 if (header.frame.num_components != 3) { in coda_jpeg_decode_header()
313 header.frame.num_components); in coda_jpeg_decode_header()
371 for (i = 0; i < scan_header.num_components; i++) { in coda_jpeg_decode_header()
375 for (j = 0; j < header.frame.num_components; j++) { in coda_jpeg_decode_header()
380 if (j == header.frame.num_components) in coda_jpeg_decode_header()
/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c1808 fmt->nc != header->frame.num_components || in mxc_jpeg_match_image_format()
1841 header->frame.num_components, in mxc_jpeg_get_image_format()
1952 if (header.frame.num_components > V4L2_JPEG_MAX_COMPONENTS) { in mxc_jpeg_parse()
/linux/sound/soc/
H A Dsoc-core.c330 rtd->num_components++; // increment flex array count at first in snd_soc_rtd_add_component()
331 rtd->components[rtd->num_components - 1] = component; in snd_soc_rtd_add_component()