Lines Matching defs:ptr
40 uint32_t *ptr;
61 err = drm_tegra_pushbuf_begin(pushbuf, 32, &ptr);
67 err = vic->ops->execute(vic, pushbuf, &ptr, output, NULL, 0);
73 err = drm_tegra_pushbuf_sync_cond(pushbuf, &ptr, vic->syncpt,
80 err = drm_tegra_pushbuf_end(pushbuf, ptr);
109 uint32_t *ptr;
124 err = drm_tegra_pushbuf_begin(pushbuf, 32, &ptr);
137 err = vic->ops->execute(vic, pushbuf, &ptr, output, NULL, 0);
143 err = drm_tegra_pushbuf_sync_cond(pushbuf, &ptr, vic->syncpt,
150 err = drm_tegra_pushbuf_end(pushbuf, ptr);
179 uint32_t *ptr;
194 err = drm_tegra_pushbuf_begin(pushbuf, 32, &ptr);
206 err = vic->ops->execute(vic, pushbuf, &ptr, output, &input, 1);
212 err = drm_tegra_pushbuf_sync_cond(pushbuf, &ptr, vic->syncpt,
219 err = drm_tegra_pushbuf_end(pushbuf, ptr);