Searched refs:num_components (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | mtk-mdp3-cmdq.c | 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() 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 D | mdp_sm_mt8183.h | 139 u32 num_components; member
|
| H A D | mdp_sm_mt8195.h | 278 u32 num_components; member
|
| /linux/drivers/net/ethernet/mellanox/mlxfw/ |
| H A D | mlxfw_mfa2_format.h | 24 __be16 num_components; member
|
| H A D | mlxfw_mfa2.c | 308 mfa2_file->component_count = be16_to_cpu(pd->num_components); in mlxfw_mfa2_file_init()
|
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | coda-jpeg.c | 310 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 D | mxc-jpeg.c | 1808 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 D | soc-core.c | 330 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()
|