| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86Bus.h | 68 BusType StringToBusType(const char *busID, const char **retID);
|
| xf86pciBus.c | 261 xf86ParsePciBusString(const char *busID, int *bus, int *device, int *func) 273 if (StringToBusType(busID, &id) != BUS_PCI) 335 xf86ComparePciBusString(const char *busID, int bus, int device, int func) 339 if (xf86ParsePciBusString(busID, &ibus, &idevice, &ifunc)) { 499 if (devList[i]->busID && *devList[i]->busID) { 500 if (xf86ComparePciBusString(devList[i]->busID, 615 Bool claimed; /* BusID matches with a device section */ 792 * XXX This currently doesn't work for cases where the BusID isn't 797 if (devList[j]->screen > 0 && devList[j]->busID && *devList[j]->busID) [all...] |
| xf86sbusBus.c | 248 xf86ParseSbusBusString(const char *busID, int *fbNum) 261 if (StringToBusType(busID, &id) != BUS_SBUS) 320 xf86CompareSbusBusString(const char *busID, int fbNum) 324 if (xf86ParseSbusBusString(busID, &iFbNum)) { 399 Bool claimed; /* BusID matches with a device section */ 464 if (devList[j]->busID && *devList[j]->busID) { 465 if (xf86CompareSbusBusString(devList[j]->busID, psdp->fbNum)) { 469 "instance (BusID: %s) found: %s\n", 471 devList[j]->busID); [all...] |
| xf86Bus.c | 259 * Determine what bus type the busID string represents. The start of the 264 StringToBusType(const char *busID, const char **retID) 270 if (isdigit(busID[0])) { 272 *retID = busID; 276 s = xstrdup(busID); 292 *retID = busID + strlen(p) + 1;
|
| xf86platformBus.c | 135 platform_find_pci_info(struct xf86_platform_device *pd, char *busid) 142 ret = sscanf(busid, "pci:%04x:%02x:%02x.%u", 291 char *busid = xf86_platform_odev_attributes(i)->busid; local 293 if (pci && busid && (strncmp(busid, "pci:", 4) == 0)) { 294 platform_find_pci_info(&xf86_platform_devices[i], busid); 554 } else if (devList[i]->busID && *devList[i]->busID) { 555 if (xf86PlatformDeviceCheckBusID(&xf86_platform_devices[j], devList[i]->busID)) [all...] |
| xf86.h | 108 extern _X_EXPORT Bool xf86ParsePciBusString(const char *busID, int *bus, 110 extern _X_EXPORT Bool xf86ComparePciBusString(const char *busID, int bus,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86Bus.h | 73 BusType StringToBusType(const char* busID, const char **retID);
|
| xf86sbusBus.c | 230 xf86ParseSbusBusString(const char *busID, int *fbNum) 243 if (StringToBusType(busID, &id) != BUS_SBUS) 299 xf86CompareSbusBusString(const char *busID, int fbNum) 303 if (xf86ParseSbusBusString(busID, &iFbNum)) { 377 Bool claimed; /* BusID matches with a device section */ 441 if (devList[j]->busID && *devList[j]->busID) { 442 if (xf86CompareSbusBusString(devList[j]->busID, psdp->fbNum)) { 446 "instance (BusID: %s) found: %s\n", 448 devList[j]->busID); [all...] |
| xf86pciBus.c | 273 xf86ParsePciBusString(const char *busID, int *bus, int *device, int *func) 285 if (StringToBusType(busID, &id) != BUS_PCI) 347 xf86ComparePciBusString(const char *busID, int bus, int device, int func) 351 if (xf86ParsePciBusString(busID, &ibus, &idevice, &ifunc)) { 484 if (devList[i]->busID && *devList[i]->busID) { 485 if (xf86ComparePciBusString(devList[i]->busID, 599 Bool claimed; /* BusID matches with a device section */ 782 * XXX This currently doesn't work for cases where the BusID isn't 787 if (devList[j]->screen > 0 && devList[j]->busID [all...] |
| xf86Bus.c | 205 * Determine what bus type the busID string represents. The start of the 210 StringToBusType(const char* busID, const char **retID) 216 if (isdigit(busID[0])) { 218 *retID = busID; 222 s = xstrdup(busID); 234 *retID = busID + strlen(p) + 1;
|
| xf86Configure.c | 135 DevToConfig[i].GDev.busID = xnfalloc(6); 136 strcpy(DevToConfig[i].GDev.busID, "ISA"); 271 ptr->dev_busid = DevToConfig[screennum].GDev.busID;
|
| xf86.h | 102 extern _X_EXPORT Bool xf86ParsePciBusString(const char *busID, int *bus, 104 extern _X_EXPORT Bool xf86ComparePciBusString(const char *busID, int bus,
|
| /xsrc/external/mit/libXvMC/dist/src/ |
| XvMC.c | 470 char **name, char **busID, 485 *busID = NULL; 562 *busID = Xmalloc(rep.busIDLen); 566 if (*name && *busID && tmpBuf) { 570 strncpy(*busID, tmpBuf + rep.nameLen, rep.busIDLen); 571 (*busID)[rep.busIDLen == 0 ? 0 : rep.busIDLen - 1] = '\0'; 577 XFree(*busID); 578 *busID = NULL;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| ati.c | 192 if (ati_gdev->busID) { 195 if (!xf86ParsePciBusString(ati_gdev->busID, &bus, &dev, &func))
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| xvmcext.h | 95 const char *busID, int major, int minor,
|
| xvmc.c | 54 char busID[DR_BUSID_SIZE]; 629 .busIDLen = bytes_to_int32(strlen(pScreenPriv->busID) + 1), 666 WriteToClient(client, rep.busIDLen, pScreenPriv->busID); 768 pScreenPriv->busID[0] = 0; 815 const char *busID, int major, int minor, int patchLevel) 820 strlcpy(pScreenPriv->busID, busID, DR_BUSID_SIZE);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| xvmcext.h | 114 char *busID, int major, int minor,
|
| xvmc.c | 54 char busID[DR_BUSID_SIZE]; 590 rep.busIDLen = bytes_to_int32(strlen(pScreenPriv->busID) + 1); 629 pScreenPriv->busID); 731 pScreenPriv->busID[0] = 0; 776 char *busID, int major, int minor, 782 strncpy(pScreenPriv->busID, busID, DR_BUSID_SIZE); 787 pScreenPriv->busID[DR_BUSID_SIZE-1] = 0;
|
| /xsrc/external/mit/xf86-video-newport/dist/src/ |
| newport_driver.c | 79 static const OptionInfoRec * NewportAvailableOptions(int chipid, int busid); 176 { OPTION_BUS_ID, "BusID", OPTV_INTEGER, {0}, FALSE }, 217 int numDevSections, numUsed, i, j, busID; 253 busID = xf86SetIntOption(dev->options, "BusID", 0); 256 if ( busID == probedIDs[j] ) { 263 + busID * NEWPORT_BASE_OFFSET); 277 pScrn->driverPrivate = (void*)(long)busID; 292 int i, busID; 302 busID = (long)(pScrn->driverPrivate) [all...] |
| newport.h | 68 unsigned busID;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| ati.c | 167 if (ati_gdev->busID) { 170 if (!xf86ParsePciBusString(ati_gdev->busID, &bus, &dev, &func)) 206 char *busid; local 208 XNFasprintf(&busid, "pci:%04x:%02x:%02x.%d", 212 if (busid) { 213 int fd = drmOpen(NULL, busid); 227 free(busid);
|
| /xsrc/external/mit/libXvMC/dist/include/X11/extensions/ |
| XvMClib.h | 13 char **name, char **busID,
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/ |
| dri.h | 190 const char *busID,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/ |
| dri.h | 202 const char *busID,
|
| /xsrc/external/mit/libXvMC/dist/wrapper/ |
| XvMCWrapper.c | 302 char *busID = NULL; 304 if (0 == xW.XvMCGetDRInfo(dpy, port, &clientName, &busID, &major, 307 XFree(busID);
|