Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/host1x/
Dchannel.c153 struct host1x_channel *host1x_channel_request(struct host1x_client *client) in host1x_channel_request() function
186 EXPORT_SYMBOL(host1x_channel_request);
/linux-6.12.1/drivers/gpu/drm/tegra/
Dgr2d.c57 gr2d->channel = host1x_channel_request(client); in gr2d_init()
Duapi.c102 context->channel = host1x_channel_request(&client->base); in tegra_drm_ioctl_channel_open()
Dgr3d.c66 gr3d->channel = host1x_channel_request(client); in gr3d_init()
Dvic.c132 vic->channel = host1x_channel_request(client); in vic_init()
Dnvdec.c166 nvdec->channel = host1x_channel_request(client); in nvdec_init()
Ddrm.c914 client->shared_channel = host1x_channel_request(&client->base); in tegra_drm_register_client()
/linux-6.12.1/include/linux/
Dhost1x.h236 struct host1x_channel *host1x_channel_request(struct host1x_client *client);
/linux-6.12.1/drivers/crypto/tegra/
Dtegra-se-main.c202 se->channel = host1x_channel_request(&se->client); in tegra_se_client_init()