Searched defs:BusID (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/glx/
H A Ddri_glx.c335 char *BusID; local
361 if (!XF86DRIOpenConnection(dpy, scrn, &hSAREA, &BusID)) {
366 fd = drmOpenOnce(NULL, BusID, &newlyopened);
368 free(BusID); /* No longer needed */
/external/libdrm/
H A Dxf86drm.c590 drmMsg("drmOpenByBusid: Searching for BusID %s\n", busid);
2623 char *BusID; member in struct:__anon11349
2632 const char *BusID,
2635 return drmOpenOnceWithType(BusID, newlyopened, DRM_NODE_PRIMARY);
2638 int drmOpenOnceWithType(const char *BusID, int *newlyopened, int type) argument
2644 if ((strcmp(BusID, connection[i].BusID) == 0) &&
2651 fd = drmOpenWithType(NULL, BusID, type);
2655 connection[nr_fds].BusID = strdup(BusID);
2631 drmOpenOnce(void *unused, const char *BusID, int *newlyopened) argument
[all...]

Completed in 109 milliseconds