Home
last modified time | relevance | path

Searched refs:allocated_channels (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/host1x/
Dchannel.c92 index = find_first_zero_bit(&host->allocated_channels, max_channels); in host1x_channel_request()
110 host->allocated_channels |= BIT(index); in host1x_channel_request()
127 host->allocated_channels &= ~BIT(channel->id); in host1x_channel_free()
Ddev.h125 unsigned long allocated_channels; member