Lines Matching refs:base
40 static void host1x_syncpt_base_free(struct host1x_syncpt_base *base)
42 if (base)
43 base->requested = false;
78 sp->base = host1x_syncpt_base_request(host);
79 if (!sp->base)
100 host1x_syncpt_base_free(sp->base);
101 sp->base = NULL;
194 * Get the current syncpoint base
350 host1x_syncpt_base_free(sp->base);
352 sp->base = NULL;
487 * host1x_syncpt_get_base() - obtain the wait base associated with a syncpoint
492 return sp ? sp->base : NULL;
497 * host1x_syncpt_base_id() - retrieve the ID of a syncpoint wait base
498 * @base: host1x syncpoint wait base
500 u32 host1x_syncpt_base_id(struct host1x_syncpt_base *base)
502 return base->id;