Searched refs:nvif_user (Results 1 – 4 of 4) sorted by relevance
6 struct nvif_user { struct12 void (*doorbell)(struct nvif_user *, u32 token); argument13 u64 (*time)(struct nvif_user *);
18 struct nvif_user user;
25 nvif_userc361_time(struct nvif_user *user) in nvif_userc361_time()38 nvif_userc361_doorbell(struct nvif_user *user, u32 token) in nvif_userc361_doorbell()
74 struct nvif_user *user = &chan->drm->client.device.user; in nv50_dma_push()