Searched refs:num_components (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/media/platform/mediatek/mdp3/ |
| A D | mtk-mdp3-cmdq.c | 155 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_subfrm_require() 157 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_subfrm_require() 215 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_subfrm_run() 217 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_subfrm_run() 269 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_ctx_init() 271 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_ctx_init() 312 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_config_subfrm() 314 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_config_subfrm() 402 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_config() 611 num_comp = CFG_GET(MT8183, config, num_components); in mdp_cmdq_prepare() [all …]
|
| A D | mdp_sm_mt8183.h | 139 u32 num_components; member
|
| A D | mdp_sm_mt8195.h | 278 u32 num_components; member
|
| /linux/include/media/ |
| A D | v4l2-jpeg.h | 84 u8 num_components; member 109 u8 num_components; /* Ns */ member
|
| /linux/drivers/perf/ |
| A D | arm-ni.c | 88 u32 num_components; member 478 cd->num_units = node->num_components; in arm_ni_init_cd() 586 node->num_components = readl_relaxed(base + NI_CHILD_NODE_INFO); in arm_ni_probe_domain() 628 for (int v = 0; v < cfg.num_components; v++) { in arm_ni_probe() 631 for (int p = 0; p < vd.num_components; p++) { in arm_ni_probe() 634 num_cds += pd.num_components; in arm_ni_probe() 648 for (int v = 0; v < cfg.num_components; v++) { in arm_ni_probe() 651 for (int p = 0; p < vd.num_components; p++) { in arm_ni_probe() 654 for (int c = 0; c < pd.num_components; c++) { in arm_ni_probe()
|
| /linux/drivers/net/ethernet/mellanox/mlxfw/ |
| A D | mlxfw_mfa2_format.h | 24 __be16 num_components; member
|
| A D | mlxfw_mfa2.c | 308 mfa2_file->component_count = be16_to_cpu(pd->num_components); in mlxfw_mfa2_file_init()
|
| /linux/drivers/media/v4l2-core/ |
| A D | v4l2-jpeg.c | 324 frame_header->num_components = nf; in jpeg_parse_frame_header() 389 scan_header->num_components = ns; in jpeg_parse_scan_header()
|
| /linux/drivers/media/platform/chips-media/coda/ |
| 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/include/sound/ |
| A D | soc.h | 1213 int num_components; member 1214 struct snd_soc_component *components[] __counted_by(num_components); 1229 ((i) < rtd->num_components) && ((component) = rtd->components[i]);\
|
| /linux/drivers/gpu/drm/msm/dp/ |
| A D | dp_display.c | 917 const u32 num_components = 3, default_bpp = 24; in dp_bridge_mode_valid() local 941 mode_bpp = dp->connector->display_info.bpc * num_components; in dp_bridge_mode_valid()
|
| /linux/drivers/media/platform/nxp/imx-jpeg/ |
| A D | mxc-jpeg.c | 1716 fmt->nc != header->frame.num_components || in mxc_jpeg_match_image_format() 1749 header->frame.num_components, in mxc_jpeg_get_image_format() 1860 if (header.frame.num_components > V4L2_JPEG_MAX_COMPONENTS) { in mxc_jpeg_parse()
|
| /linux/sound/soc/ |
| A D | soc-core.c | 329 rtd->num_components++; // increment flex array count at first in snd_soc_rtd_add_component() 330 rtd->components[rtd->num_components - 1] = component; in snd_soc_rtd_add_component()
|
Completed in 51 milliseconds