Searched refs:n_layers (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/edac/ |
H A D | edac_mc.c | 68 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 D | edac_mc.h | 102 * @n_layers: Number of MC hierarchy layers 126 unsigned int n_layers,
|
H A D | debugfs.c | 66 for (i = 0; i < mci->n_layers; i++) { in edac_create_debugfs_nodes()
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_pipeline.c | 188 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 D | komeda_dev.c | 78 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 D | komeda_plane.c | 327 for (j = 0; j < pipe->n_layers; j++) { in komeda_kms_add_planes()
|
H A D | komeda_private_obj.c | 379 for (j = 0; j < pipe->n_layers; j++) { in komeda_kms_add_private_objs()
|
H A D | komeda_pipeline.h | 410 /** @n_layers: the number of layer on @layers */ 411 int n_layers; member
|
/linux/include/linux/ |
H A D | edac.h | 455 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 D | malidp_product.h | 29 n_layers:3, /* number of layers per pipeline */ member
|
/linux/drivers/gpu/drm/arm/ |
H A D | malidp_hw.h | 116 const u8 n_layers; member
|
H A D | malidp_hw.c | 944 .n_layers = ARRAY_SIZE(malidp500_layers), 996 .n_layers = ARRAY_SIZE(malidp550_layers), 1044 .n_layers = ARRAY_SIZE(malidp650_layers),
|
H A D | malidp_planes.c | 963 for (i = 0; i < map->n_layers; i++) { in malidp_de_planes_init()
|