Home
last modified time | relevance | path

Searched refs:BusID (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/
Dxf86drm.c2661 char *BusID; member
2670 const char *BusID, in drmOpenOnce() argument
2673 return drmOpenOnceWithType(BusID, newlyopened, DRM_NODE_PRIMARY); in drmOpenOnce()
2676 int drmOpenOnceWithType(const char *BusID, int *newlyopened, int type) in drmOpenOnceWithType() argument
2682 if ((strcmp(BusID, connection[i].BusID) == 0) && in drmOpenOnceWithType()
2689 fd = drmOpenWithType(NULL, BusID, type); in drmOpenOnceWithType()
2693 connection[nr_fds].BusID = strdup(BusID); in drmOpenOnceWithType()
2701 nr_fds, connection[nr_fds].BusID, in drmOpenOnceWithType()
2702 strcmp(BusID, connection[nr_fds].BusID)); in drmOpenOnceWithType()
2717 free(connection[i].BusID); in drmCloseOnce()
Dxf86drm.h729 extern int drmOpenOnce(void *unused, const char *BusID, int *newlyopened);
730 extern int drmOpenOnceWithType(const char *BusID, int *newlyopened, int type);
/external/mesa3d/src/glx/
Ddri_glx.c416 char *BusID; in CallCreateNewScreen() local
442 if (!XF86DRIOpenConnection(dpy, scrn, &hSAREA, &BusID)) { in CallCreateNewScreen()
447 fd = drmOpenOnce(NULL, BusID, &newlyopened); in CallCreateNewScreen()
449 free(BusID); /* No longer needed */ in CallCreateNewScreen()