Lines Matching defs:base
39 static void host1x_syncpt_base_free(struct host1x_syncpt_base *base)
41 if (base)
42 base->requested = false;
62 sp->base = host1x_syncpt_base_request(host);
63 if (!sp->base)
84 host1x_syncpt_base_free(sp->base);
85 sp->base = NULL;
168 * Get the current syncpoint base
447 host1x_syncpt_base_free(sp->base);
449 sp->base = NULL;
537 * host1x_syncpt_get_base() - obtain the wait base associated with a syncpoint
542 return sp ? sp->base : NULL;
547 * host1x_syncpt_base_id() - retrieve the ID of a syncpoint wait base
548 * @base: host1x syncpoint wait base
550 u32 host1x_syncpt_base_id(struct host1x_syncpt_base *base)
552 return base->id;