HomeSort by relevance Sort by last modified time
    Searched defs:BusID (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/libva/va/x11/
dri1_util.c 82 char *BusID;
104 &dri_state->hSAREA, &BusID))
108 dri_state->base.fd = drmOpenOnce(NULL, BusID, &newlyopened);
109 XFree(BusID);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalNvmeMode.h 91 UINT8 BusID;
  /external/mesa3d/src/glx/
dri_glx.c 335 char *BusID;
361 if (!XF86DRIOpenConnection(dpy, scrn, &hSAREA, &BusID)) {
366 fd = drmOpenOnce(NULL, BusID, &newlyopened);
368 free(BusID); /* No longer needed */
  /external/libdrm/
xf86drm.c 227 * Compare two busid strings
568 * \param busid bus ID.
579 static int drmOpenByBusid(const char *busid, int type)
590 drmMsg("drmOpenByBusid: Searching for BusID %s\n", busid);
615 if (buf && drmMatchBusID(buf, busid, pci_domain_ok)) {
656 * already in use. If it's in use it will have a busid assigned already.
700 if (*pt) { /* Found busid */
702 } else { /* No busid */
723 * \param busid bus ID. Zero if not known
    [all...]

Completed in 130 milliseconds