Home | History | Annotate | Download | only in libdrm

Lines Matching refs:id2

220 static int drmMatchBusID(const char *id1, const char *id2, int pci_domain_ok)
223 if (strcasecmp(id1, id2) == 0)
240 ret = sscanf(id2, "pci:%04x:%02x:%02x.%u", &o2, &b2, &d2, &f2);
243 ret = sscanf(id2, "PCI:%u:%u:%u", &b2, &d2, &f2);