HomeSort by: relevance | last modified time | path
    Searched refs:nvif_client (Results 1 - 10 of 10) 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); \
driver.h 7 struct nvif_client;
39 const char *name, u64 device, struct nvif_client *);
object.h 21 struct nvif_client *client;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_client.c 38 nvif_client_ioctl(struct nvif_client *client, void *data, u32 size)
44 nvif_client_suspend(struct nvif_client *client)
50 nvif_client_resume(struct nvif_client *client)
56 nvif_client_fini(struct nvif_client *client)
67 nvif_client_init(struct nvif_client *parent, const char *name, u64 device,
68 struct nvif_client *client)
nouveau_nvif_driver.c 46 const char *name, u64 device, struct nvif_client *client)
nouveau_nvif_object.c 38 struct nvif_client *client = object->client;
228 struct nvif_client *client = object->client;
251 struct nvif_client *client = object->client;
nouveau_nvif_notify.c 132 struct nvif_client *client = notify->object->client;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_usif.c 134 struct nvif_client *client = &cli->base;
179 struct nvif_client *client = &cli->base;
202 struct nvif_client *client = &cli->base;
239 struct nvif_client *client = &cli->base;
276 struct nvif_client *client = &cli->base;
310 struct nvif_client *client = &cli->base;
nouveau_drv.h 98 struct nvif_client base;
nouveau_abi16.c 434 struct nvif_client *client;
528 struct nvif_client *client;

Completed in 20 milliseconds