HomeSort by: relevance | last modified time | path
    Searched defs:nvif_client (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
client.h 9 struct nvif_client { struct
17 int nvif_client_init(struct nvif_client *parent, const char *name, u64 device,
18 struct nvif_client *);
19 void nvif_client_fini(struct nvif_client *);
20 int nvif_client_ioctl(struct nvif_client *, void *, u32);
21 int nvif_client_suspend(struct nvif_client *);
22 int nvif_client_resume(struct nvif_client *);
27 struct nvif_client *_client = (a); \
client.h 9 struct nvif_client { struct
17 int nvif_client_init(struct nvif_client *parent, const char *name, u64 device,
18 struct nvif_client *);
19 void nvif_client_fini(struct nvif_client *);
20 int nvif_client_ioctl(struct nvif_client *, void *, u32);
21 int nvif_client_suspend(struct nvif_client *);
22 int nvif_client_resume(struct nvif_client *);
27 struct nvif_client *_client = (a); \
client.h 9 struct nvif_client { struct
17 int nvif_client_init(struct nvif_client *parent, const char *name, u64 device,
18 struct nvif_client *);
19 void nvif_client_fini(struct nvif_client *);
20 int nvif_client_ioctl(struct nvif_client *, void *, u32);
21 int nvif_client_suspend(struct nvif_client *);
22 int nvif_client_resume(struct nvif_client *);
27 struct nvif_client *_client = (a); \
client.h 9 struct nvif_client { struct
17 int nvif_client_init(struct nvif_client *parent, const char *name, u64 device,
18 struct nvif_client *);
19 void nvif_client_fini(struct nvif_client *);
20 int nvif_client_ioctl(struct nvif_client *, void *, u32);
21 int nvif_client_suspend(struct nvif_client *);
22 int nvif_client_resume(struct nvif_client *);
27 struct nvif_client *_client = (a); \

Completed in 94 milliseconds