Home
last modified time | relevance | path

Searched refs:abi16_object (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/nouveau/
Dprivate.h117 drm_private bool abi16_object(struct nouveau_object *, int (**)(struct nouveau_object *));
Dabi16.c240 abi16_object(struct nouveau_object *obj, int (**func)(struct nouveau_object *)) in abi16_object() function
Dnouveau.c254 if (!abi16_object(obj, &func) && drm->nvif) { in nouveau_object_init()