Searched refs:n_layers (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/gpu/drm/arm/display/include/
H A Dmalidp_product.h29 n_layers:3, /* number of layers per pipeline */ member in struct:komeda_config_id::__anon207
/linux-master/drivers/media/common/siano/
H A Dsmsdvb-main.c122 int i, n_layers; local
127 n_layers = 4;
130 n_layers = 1;
140 c->post_bit_error.len = n_layers;
141 c->post_bit_count.len = n_layers;
142 c->block_error.len = n_layers;
143 c->block_count.len = n_layers;
149 for (i = 0; i < n_layers; i++) {
355 int i, n_layers; local
379 n_layers
455 int i, n_layers; local
[all...]
/linux-master/include/linux/
H A Dedac.h455 int n_layers; member in struct:errcount_attribute_data
553 unsigned int n_layers; member in struct:mem_ctl_info
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)
645 || (mci->n_layers > 2 && layer2 < 0))
650 if (mci->n_layers > 1)
653 if (mci->n_layers > 2)
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c186 num = &pipe->n_layers;
187 if (idx != pipe->n_layers) {
255 DRM_INFO("Pipeline-%d: n_layers: %d, n_scalers: %d, output: %s.\n",
256 pipe->id, pipe->n_layers, pipe->n_scalers,
299 for (i = index + 1; i < pipe->n_layers; i++)
317 for (i = 0; i < pipe->n_layers; i++) {
H A Dkomeda_dev.c82 config_id.n_layers = pipe->n_layers;
84 for (i = 0; i < pipe->n_layers; i++) {
H A Dkomeda_plane.c327 for (j = 0; j < pipe->n_layers; j++) {
H A Dkomeda_private_obj.c379 for (j = 0; j < pipe->n_layers; j++) {
H A Dkomeda_pipeline.h410 /** @n_layers: the number of layer on @layers */
411 int n_layers; member in struct:komeda_pipeline
/linux-master/drivers/edac/
H A Dedac_mc.c68 for (i = 0; i < mci->n_layers; i++) {
294 for (layer = 0; layer < mci->n_layers; layer++) {
324 for (layer = mci->n_layers - 1; layer >= 0; layer--) {
336 unsigned int n_layers,
346 if (WARN_ON(n_layers > EDAC_MAX_LAYERS || n_layers == 0))
353 for (idx = 0; idx < n_layers; idx++) {
369 mci->layers = kcalloc(n_layers, sizeof(struct edac_mc_layer), GFP_KERNEL);
383 mci->n_layers = n_layers;
335 edac_mc_alloc(unsigned int mc_num, unsigned int n_layers, struct edac_mc_layer *layers, unsigned int sz_pvt) argument
[all...]
H A Ddebugfs.c63 for (i = 0; i < mci->n_layers; i++) {
H A Dedac_mc.h102 * @n_layers: Number of MC hierarchy layers
126 unsigned int n_layers,
H A Dedac_mc_sysfs.c848 for (i = 0; i < mci->n_layers; i++) {
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_hw.h116 const u8 n_layers; member in struct:malidp_hw_regmap
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++) {

Completed in 226 milliseconds