Searched refs:host1x_syncpt_get_by_id_noref (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/host1x/
H A Dsyncpt.c459 * host1x_syncpt_get_by_id_noref() - obtain a syncpoint by ID but don't
464 struct host1x_syncpt *host1x_syncpt_get_by_id_noref(struct host1x *host, function
472 EXPORT_SYMBOL(host1x_syncpt_get_by_id_noref); variable
/linux-master/drivers/gpu/drm/tegra/
H A Duapi.c352 sp = host1x_syncpt_get_by_id_noref(host1x, args->id);
H A Ddrm.c390 sp = host1x_syncpt_get_by_id_noref(host, args->id);
405 sp = host1x_syncpt_get_by_id_noref(host1x, args->id);
419 sp = host1x_syncpt_get_by_id_noref(host1x, args->id);
/linux-master/include/linux/
H A Dhost1x.h202 struct host1x_syncpt *host1x_syncpt_get_by_id_noref(struct host1x *host, u32 id);

Completed in 301 milliseconds