Searched refs:fbfd (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86AutoConfig.c | 258 int fbfd; local in function:listPossibleVideoDrivers 260 fbfd = open(xf86SolarisFbDev, O_RDONLY); 261 if (fbfd >= 0) { 262 SYSCALL(iret = ioctl(fbfd, VIS_GETIDENTIFIER, &visid)); 263 close(fbfd);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86AutoConfig.c | 292 int fbfd; local in function:listPossibleVideoDrivers 294 fbfd = open(xf86SolarisFbDev, O_RDONLY); 295 if (fbfd >= 0) { 296 SYSCALL(iret = ioctl(fbfd, VIS_GETIDENTIFIER, &visid)); 297 close(fbfd);
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_drmif.h | 123 int fbfd, uint32_t size);
|
| H A D | freedreno_bo.c | 355 drm_public struct fd_bo * fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size) argument
|
| /xsrc/external/mit/libdrm/dist/freedreno/kgsl/ |
| H A D | kgsl_bo.c | 179 fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size) argument 194 MAP_SHARED, fbfd, 0);
|
Completed in 6 milliseconds