Home
last modified time | relevance | path

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

/third_party/libdrm/tests/nouveau/
H A Dthreaded.c120 err = nouveau_device_wrap(fd, 0, &nvdev); in main()
122 err = nouveau_device_wrap(fd2, 0, &nvdev2); in main()
/third_party/libdrm/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) in nouveau_device_wrap() function
504 ret = nouveau_device_wrap(fd, 1, pdev); in nouveau_device_open()

Completed in 3 milliseconds