Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Dchannel.c134 struct host1x_channel *host1x_channel_request(struct device *dev) in host1x_channel_request() function
166 EXPORT_SYMBOL(host1x_channel_request);
/Linux-v4.19/drivers/gpu/drm/tegra/
Dgr2d.c45 gr2d->channel = host1x_channel_request(client->dev); in gr2d_init()
Dgr3d.c55 gr3d->channel = host1x_channel_request(client->dev); in gr3d_init()
Dvic.c166 vic->channel = host1x_channel_request(client->dev); in vic_init()
/Linux-v4.19/include/linux/
Dhost1x.h174 struct host1x_channel *host1x_channel_request(struct device *dev);