Home
last modified time | relevance | path

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

/drivers/gpu/host1x/
Dchannel.c30 mutex_init(&host->chlist_mutex); in host1x_channel_list_init()
90 mutex_lock(&host->chlist_mutex); in host1x_channel_request()
112 mutex_unlock(&host->chlist_mutex); in host1x_channel_request()
118 mutex_unlock(&host->chlist_mutex); in host1x_channel_request()
Ddev.h123 struct mutex chlist_mutex; member