Lines Matching defs:base
36 struct drm_pending_event base;
38 struct drm_event base;
93 filp = ntfy->p->base.file_priv;
111 if (!WARN_ON(filp->event_space < ntfy->p->e.base.length)) {
112 list_add_tail(&ntfy->p->base.link, &filp->event_list);
113 filp->event_space -= ntfy->p->e.base.length;
125 struct nvif_client *client = &cli->base;
170 struct nvif_client *client = &cli->base;
193 struct nvif_client *client = &cli->base;
212 ntfy->p->base.event = &ntfy->p->e.base;
213 ntfy->p->base.file_priv = f;
214 ntfy->p->e.base.type = DRM_NOUVEAU_EVENT_NVIF;
215 ntfy->p->e.base.length = sizeof(ntfy->p->e.base) + ntfy->reply;
230 struct nvif_client *client = &cli->base;
267 struct nvif_client *client = &cli->base;
297 struct nvif_client *client = &cli->base;