Searched refs:nouveau_device_wrap (Results 1 – 4 of 4) sorted by relevance
/third_party/libdrm/tests/nouveau/ |
D | threaded.c | 120 err = nouveau_device_wrap(fd, 0, &nvdev); in main() 122 err = nouveau_device_wrap(fd2, 0, &nvdev2); in main()
|
/third_party/libdrm/nouveau/ |
D | nouveau-symbols.txt | 22 nouveau_device_wrap
|
D | nouveau.h | 82 int nouveau_device_wrap(int fd, int close, struct nouveau_device **);
|
D | nouveau.c | 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()
|