Searched refs:host1x_syncpt_wait (Results 1 – 3 of 3) sorted by relevance
188 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait() function273 EXPORT_SYMBOL(host1x_syncpt_wait);
141 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout,
521 return host1x_syncpt_wait(sp, args->thresh, args->timeout, in tegra_syncpt_wait()