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

/xsrc/external/mit/libdrm/dist/tests/nouveau/
H A Dthreaded.c120 err = nouveau_device_wrap(fd, 0, &nvdev);
122 err = nouveau_device_wrap(fd2, 0, &nvdev2);
/xsrc/external/mit/libdrm/dist/nouveau/
H A Dnouveau.h82 int nouveau_device_wrap(int fd, int close, struct nouveau_device **);
H A Dnouveau.c366 /* this is the old libdrm's version of nouveau_device_wrap(), the symbol
472 nouveau_device_wrap(int fd, int close, struct nouveau_device **pdev) function in typeref:typename:drm_public int
504 ret = nouveau_device_wrap(fd, 1, pdev);
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv_driver.c316 ret = nouveau_device_wrap(fd, 0, &dev);
325 ret = nouveau_device_wrap(fd, 1, &dev);
770 ret = nouveau_device_wrap(pNVEnt->fd, 0, &pNv->dev);

Completed in 5 milliseconds