Home
last modified time | relevance | path

Searched refs:nouveau_device_wrap (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/tests/nouveau/
Dthreaded.c120 err = nouveau_device_wrap(fd, 0, &nvdev); in main()
122 err = nouveau_device_wrap(fd2, 0, &nvdev2); in main()
/external/libdrm/nouveau/
Dnouveau-symbol-check33 nouveau_device_wrap
Dnouveau.h82 int nouveau_device_wrap(int fd, int close, struct nouveau_device **);
Dnouveau.c462 nouveau_device_wrap(int fd, int close, struct nouveau_device **pdev) in nouveau_device_wrap() function
494 ret = nouveau_device_wrap(fd, 1, pdev); in nouveau_device_open()