Home
last modified time | relevance | path

Searched refs:BUS_NONE (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86fbBus.c74 p->bus.type = BUS_NONE; in xf86ClaimFbSlot()
95 if (p->bus.type == BUS_NONE) { in xf86GetFbInfoForScreen()
H A Dxf86Bus.c58 BusRec primaryBus = { BUS_NONE, {0} };
250 BusType ret = BUS_NONE; in StringToBusType()
263 return BUS_NONE; in StringToBusType()
271 if (ret != BUS_NONE) in StringToBusType()
H A Dxf86noBus.c59 p->bus.type = BUS_NONE; in xf86ClaimNoSlot()
H A Dxf86str.h253 #undef BUS_NONE
261 BUS_NONE, enumerator
H A Dxf86pciBus.c113 if (primaryBus.type == BUS_NONE && pci_device_is_boot_vga(info)) { in xf86PciProbe()
123 if (primaryBus.type == BUS_NONE && num) { in xf86PciProbe()
132 if (primaryBus.type == BUS_NONE) { in xf86PciProbe()
249 p->bus.type = BUS_NONE; in xf86UnclaimPciSlot()
H A Dxf86platformBus.c432 p->bus.type = BUS_NONE; in xf86UnclaimPlatformSlot()
746 if (primaryBus.type == BUS_NONE) { in xf86platformPrimary()
H A Dxf86Helper.c1685 if (!(pEnt->location.type == BUS_NONE)) { in xf86ConfigFbEntity()