HomeSort by: relevance | last modified time | path
    Searched refs:nouveau_device_wrap (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/tests/nouveau/
threaded.c 120 err = nouveau_device_wrap(fd, 0, &nvdev);
122 err = nouveau_device_wrap(fd2, 0, &nvdev2);
  /xsrc/external/mit/libdrm/dist/nouveau/
nouveau.h 82 int nouveau_device_wrap(int fd, int close, struct nouveau_device **);
nouveau.c 366 /* 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
504 ret = nouveau_device_wrap(fd, 1, pdev);
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv_driver.c 316 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 7 milliseconds