Home
last modified time | relevance | path

Searched refs:nb_channels (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/host1x/
Ddev.c64 .nb_channels = 8,
73 .nb_channels = 9,
82 .nb_channels = 12,
Dchannel.c32 if (host->info->nb_channels > BITS_PER_LONG) { in host1x_channel_list_init()
86 int max_channels = host->info->nb_channels; in host1x_channel_request()
Ddev.h93 int nb_channels; /* host1x: num channels supported */ member