Home
last modified time | relevance | path

Searched refs:n_layers (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/edac/
H A Dedac_mc.c68 for (i = 0; i < mci->n_layers; i++) { in edac_dimm_info_location()
294 for (layer = 0; layer < mci->n_layers; layer++) { in edac_mc_alloc_dimms()
324 for (layer = mci->n_layers - 1; layer >= 0; layer--) { in edac_mc_alloc_dimms()
336 unsigned int n_layers, in edac_mc_alloc() argument
346 if (WARN_ON(n_layers > EDAC_MAX_LAYERS || n_layers == 0)) in edac_mc_alloc()
353 for (idx = 0; idx < n_layers; idx++) { in edac_mc_alloc()
369 mci->layers = kcalloc(n_layers, sizeof(struct edac_mc_layer), GFP_KERNEL); in edac_mc_alloc()
383 mci->n_layers = n_layers; in edac_mc_alloc()
[all...]
H A Dedac_mc.h102 * @n_layers: Number of MC hierarchy layers
126 unsigned int n_layers,
H A Ddebugfs.c66 for (i = 0; i < mci->n_layers; i++) { in edac_create_debugfs_nodes()
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c188 num = &pipe->n_layers; in komeda_component_add()
189 if (idx != pipe->n_layers) { in komeda_component_add()
257 DRM_INFO("Pipeline-%d: n_layers: %d, n_scalers: %d, output: %s.\n", in komeda_pipeline_dump()
258 pipe->id, pipe->n_layers, pipe->n_scalers, in komeda_pipeline_dump()
301 for (i = index + 1; i < pipe->n_layers; i++) in komeda_get_layer_split_right_layer()
319 for (i = 0; i < pipe->n_layers; i++) { in komeda_pipeline_assemble()
H A Dkomeda_dev.c78 config_id.n_layers = pipe->n_layers; in config_id_show()
80 for (i = 0; i < pipe->n_layers; i++) { in config_id_show()
H A Dkomeda_plane.c327 for (j = 0; j < pipe->n_layers; j++) { in komeda_kms_add_planes()
H A Dkomeda_private_obj.c379 for (j = 0; j < pipe->n_layers; j++) { in komeda_kms_add_private_objs()
H A Dkomeda_pipeline.h410 /** @n_layers: the number of layer on @layers */
411 int n_layers; member
/linux/include/linux/
H A Dedac.h455 int n_layers; member
553 unsigned int n_layers; member
627 * @layer1: layer1 position. Unused if n_layers < 2
628 * @layer2: layer2 position. Unused if n_layers < 3
644 || (mci->n_layers > 1 && layer1 < 0) in edac_get_dimm()
645 || (mci->n_layers > 2 && layer2 < 0)) in edac_get_dimm()
650 if (mci->n_layers > 1) in edac_get_dimm()
653 if (mci->n_layers > 2) in edac_get_dimm()
/linux/drivers/gpu/drm/arm/display/include/
H A Dmalidp_product.h29 n_layers:3, /* number of layers per pipeline */ member
/linux/drivers/gpu/drm/arm/
H A Dmalidp_hw.h116 const u8 n_layers; member
H A Dmalidp_hw.c944 .n_layers = ARRAY_SIZE(malidp500_layers),
996 .n_layers = ARRAY_SIZE(malidp550_layers),
1044 .n_layers = ARRAY_SIZE(malidp650_layers),
H A Dmalidp_planes.c963 for (i = 0; i < map->n_layers; i++) { in malidp_de_planes_init()