Searched refs:nouveau_device_wrap (Results 1 – 4 of 4) sorted by relevance
/external/libdrm/tests/nouveau/ |
D | threaded.c | 116 err = nouveau_device_wrap(fd, 0, &nvdev); in main() 118 err = nouveau_device_wrap(fd2, 0, &nvdev2); in main()
|
/external/libdrm/nouveau/ |
D | nouveau-symbol-check | 33 nouveau_device_wrap
|
D | nouveau.h | 82 int nouveau_device_wrap(int fd, int close, struct nouveau_device **);
|
D | nouveau.c | 458 nouveau_device_wrap(int fd, int close, struct nouveau_device **pdev) in nouveau_device_wrap() function 490 ret = nouveau_device_wrap(fd, 1, pdev); in nouveau_device_open()
|