Searched defs:nouveau_handle (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/nouveau/core/include/core/
H A Dhandle.h4 struct nouveau_handle { struct
16 struct nouveau_handle *parent;
21 struct nouveau_object *, struct nouveau_handle **);
22 void nouveau_handle_destroy(struct nouveau_handle *);
23 int nouveau_handle_init(struct nouveau_handle *);
24 int nouveau_handle_fini(struct nouveau_handle *, bool suspend);
34 struct nouveau_handle *nouveau_handle_get_class(struct nouveau_object *, u16);
35 struct nouveau_handle *nouveau_handle_get_vinst(struct nouveau_object *, u64);
36 struct nouveau_handle *nouveau_handle_get_cinst(struct nouveau_object *, u32);
37 void nouveau_handle_put(struct nouveau_handle *);
[all...]

Completed in 66 milliseconds