Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tegra/
H A Duapi.c59 host1x_syncpt_put(sp); in tegra_drm_uapi_close_file()
317 host1x_syncpt_put(sp); in tegra_drm_ioctl_syncpoint_allocate()
337 host1x_syncpt_put(sp); in tegra_drm_ioctl_syncpoint_free()
H A Dgr3d.c95 host1x_syncpt_put(client->syncpts[0]); in gr3d_init()
116 host1x_syncpt_put(client->syncpts[0]); in gr3d_exit()
H A Ddc.c2729 host1x_syncpt_put(dc->syncpt); in tegra_dc_init()
2754 host1x_syncpt_put(dc->syncpt); in tegra_dc_exit()
/linux/drivers/staging/media/tegra-video/
H A Dtegra210.c202 host1x_syncpt_put(fs_sp); in tegra210_channel_host1x_syncpt_init()
216 host1x_syncpt_put(chan->mw_ack_sp[i]); in tegra210_channel_host1x_syncpt_init()
217 host1x_syncpt_put(chan->frame_start_sp[i]); in tegra210_channel_host1x_syncpt_init()
227 host1x_syncpt_put(chan->mw_ack_sp[i]); in tegra210_channel_host1x_syncpt_free()
228 host1x_syncpt_put(chan->frame_start_sp[i]); in tegra210_channel_host1x_syncpt_free()
H A Dtegra20.c267 host1x_syncpt_put(chan->mw_ack_sp[0]); in tegra20_channel_host1x_syncpt_free()
/linux/drivers/gpu/host1x/
H A Dsyncpt.c329 * client driver needs to release it using host1x_syncpt_put().
360 * host1x_syncpt_put() - free a requested syncpoint
367 void host1x_syncpt_put(struct host1x_syncpt *sp) in host1x_syncpt_put() function
374 EXPORT_SYMBOL(host1x_syncpt_put);
H A Djob.c102 host1x_syncpt_put(job->syncpt); in job_free()
/linux/drivers/crypto/tegra/
H A Dtegra-se-main.c242 host1x_syncpt_put(se->syncpt); in tegra_se_client_init()
255 host1x_syncpt_put(se->syncpt); in tegra_se_client_deinit()
/linux/include/linux/
H A Dhost1x.h219 void host1x_syncpt_put(struct host1x_syncpt *sp);