Home
last modified time | relevance | path

Searched defs:nouveau_object (Results 1 – 2 of 2) sorted by relevance

/external/libdrm/nouveau/
Dnouveau.h24 struct nouveau_object { struct
25 struct nouveau_object *parent; argument
32 int nouveau_object_new(struct nouveau_object *parent, uint64_t handle, argument
Dabi16.c236 abi16_object(struct nouveau_object *obj, int (**func)(struct nouveau_object *)) in abi16_object()