Home
last modified time | relevance | path

Searched refs:allocatedInstances (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.c663 int allocatedInstances = 0; in xf86MatchPciInstances() local
721 ++allocatedInstances; in xf86MatchPciInstances()
722 instances[allocatedInstances - 1].pci = pPci; in xf86MatchPciInstances()
723 instances[allocatedInstances - 1].dev = NULL; in xf86MatchPciInstances()
724 instances[allocatedInstances - 1].claimed = FALSE; in xf86MatchPciInstances()
725 instances[allocatedInstances - 1].foundHW = FALSE; in xf86MatchPciInstances()
726 instances[allocatedInstances - 1].screen = 0; in xf86MatchPciInstances()
735 instances[allocatedInstances - 1].foundHW = TRUE; in xf86MatchPciInstances()
736 instances[allocatedInstances - 1].chip = id->numChipset; in xf86MatchPciInstances()
781 if (allocatedInstances <= 0) { in xf86MatchPciInstances()
[all …]
H A Dxf86sbusBus.c389 int allocatedInstances = 0; in xf86MatchSbusInstances() local
408 ++allocatedInstances; in xf86MatchSbusInstances()
410 allocatedInstances, sizeof(struct Inst)); in xf86MatchSbusInstances()
411 instances[allocatedInstances - 1].sbus = psdp; in xf86MatchSbusInstances()
412 instances[allocatedInstances - 1].dev = NULL; in xf86MatchSbusInstances()
413 instances[allocatedInstances - 1].claimed = FALSE; in xf86MatchSbusInstances()
422 if (allocatedInstances <= 0) { in xf86MatchSbusInstances()
434 for (i = 0; i < allocatedInstances; i++) { in xf86MatchSbusInstances()
452 DebugF("%s instances found: %d\n", driverName, allocatedInstances); in xf86MatchSbusInstances()
454 for (i = 0; i < allocatedInstances; i++) { in xf86MatchSbusInstances()
[all …]