Searched defs:nouveau_object (Results 1 – 2 of 2) sorted by relevance
24 struct nouveau_object { struct25 struct nouveau_object *parent; argument32 int nouveau_object_new(struct nouveau_object *parent, uint64_t handle, argument
236 abi16_object(struct nouveau_object *obj, int (**func)(struct nouveau_object *)) in abi16_object()