Home
last modified time | relevance | path

Searched refs:host1x_channel_request (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A Dchannel.c123 struct host1x_channel *host1x_channel_request(struct host1x_client *client) in host1x_channel_request() function
156 EXPORT_SYMBOL(host1x_channel_request);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dgr2d.c42 gr2d->channel = host1x_channel_request(client); in gr2d_init()
H A Dgr3d.c51 gr3d->channel = host1x_channel_request(client); in gr3d_init()
H A Dvic.c176 vic->channel = host1x_channel_request(client); in vic_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhost1x.h168 struct host1x_channel *host1x_channel_request(struct host1x_client *client);