Home
last modified time | relevance | path

Searched refs:nb_bases (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/host1x/
H A Dsyncpt.c28 for (i = 0; i < host->info->nb_bases; i++) in host1x_syncpt_base_request()
32 if (i >= host->info->nb_bases) in host1x_syncpt_base_request()
376 bases = devm_kcalloc(host->dev, host->info->nb_bases, sizeof(*bases), in host1x_syncpt_init()
393 for (i = 0; i < host->info->nb_bases; i++) in host1x_syncpt_init()
514 return host->info->nb_bases; in host1x_syncpt_nb_bases()
H A Ddev.c76 .nb_bases = 8,
90 .nb_bases = 12,
104 .nb_bases = 64,
118 .nb_bases = 64,
141 .nb_bases = 16,
164 .nb_bases = 0,
H A Ddev.h95 unsigned int nb_bases; /* host1x: number of syncpoint bases supported */ member
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Dsyncpt.c29 for (i = 0; i < host->info->nb_bases; i++) in host1x_syncpt_base_request()
33 if (i >= host->info->nb_bases) in host1x_syncpt_base_request()
291 bases = devm_kcalloc(host->dev, host->info->nb_bases, sizeof(*bases), in host1x_syncpt_init()
301 for (i = 0; i < host->info->nb_bases; i++) in host1x_syncpt_init()
432 return host->info->nb_bases; in host1x_syncpt_nb_bases()
H A Ddev.c88 .nb_bases = 8,
103 .nb_bases = 12,
118 .nb_bases = 64,
133 .nb_bases = 64,
163 .nb_bases = 16,
199 .nb_bases = 0,
247 .nb_bases = 0,
H A Ddev.h100 unsigned int nb_bases; /* host1x: number of syncpoint bases supported */ member

Completed in 5 milliseconds