Searched defs:busid (Results 1 - 3 of 3) sorted by relevance

/external/libdrm/nouveau/
H A Dnouveau.c490 nouveau_device_open(const char *busid, struct nouveau_device **pdev) argument
492 int ret = -ENODEV, fd = drmOpen("nouveau", busid);
/external/libdrm/
H A Dxf86drmMode.c747 int drmCheckModesettingSupported(const char *busid) argument
756 ret = sscanf(busid, "pci:%04x:%02x:%02x.%d", &domain, &bus, &dev, &func);
806 ret = sscanf(busid, "pci:%04x:%02x:%02x.%d", &domain, &bus, &dev,
815 snprintf(oid, sizeof(oid), "hw.dri.%d.busid", i);
840 if ((fd = drmOpen(NULL, busid)) < 0)
H A Dxf86drm.c227 * Compare two busid strings
568 * \param busid bus ID.
579 static int drmOpenByBusid(const char *busid, int type) argument
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.
728 * It calls drmOpenByBusid() if \p busid i
731 drmOpen(const char *name, const char *busid) argument
752 drmOpenWithType(const char *name, const char *busid, int type) argument
970 drmFreeBusid(const char *busid) argument
1017 drmSetBusid(int fd, const char *busid) argument
[all...]

Completed in 84 milliseconds