Lines Matching refs:nvif_client
6 struct nvif_client { struct
13 static inline struct nvif_client * argument
14 nvif_client(struct nvif_object *object) in nvif_client() function
21 int nvif_client_init(void (*dtor)(struct nvif_client *), const char *,
23 struct nvif_client *);
24 void nvif_client_fini(struct nvif_client *);
26 const char *, struct nvif_client **);
27 void nvif_client_ref(struct nvif_client *, struct nvif_client **);
28 int nvif_client_ioctl(struct nvif_client *, void *, u32);
29 int nvif_client_suspend(struct nvif_client *);
30 int nvif_client_resume(struct nvif_client *);
35 struct nvif_client *_client = nvif_client(nvif_object(a)); \