Searched refs:BUS_PCI (Results 1 - 25 of 54) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86pciBus.c126 primaryBus.type = BUS_PCI;
146 primaryBus.type = BUS_PCI;
230 p->bus.type = BUS_PCI;
259 if ((p->bus.type == BUS_PCI) && (p->bus.id.pci == d)) {
285 if (StringToBusType(busID, &id) != BUS_PCI)
366 return ((primaryBus.type == BUS_PCI) && (pPci == primaryBus.id.pci));
381 return (p->bus.type == BUS_PCI) ? p->bus.id.pci : NULL;
411 if ((p->bus.type == BUS_PCI) && (p->bus.id.pci == d)) {
443 drvp->driverName, BUS_PCI, pPci, -1);
539 if (pEnt->bus.type != BUS_PCI)
[all...]
H A Dxf86Bus.c219 return BUS_PCI;
229 ret = BUS_PCI;
259 case BUS_PCI:
H A Dxf86str.h341 #undef BUS_PCI
348 BUS_PCI, enumerator in enum:__anon1b1d0d510e03
H A Dxf86Configure.c86 case BUS_PCI:
121 case BUS_PCI:
H A Dxf86VGAarbiter.c132 if (pEnt->bus.type != BUS_PCI)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86pciBus.c114 primaryBus.type = BUS_PCI;
133 primaryBus.type = BUS_PCI;
220 p->bus.type = BUS_PCI;
245 if ((p->bus.type == BUS_PCI) && (p->bus.id.pci == d)) {
273 if (StringToBusType(busID, &id) != BUS_PCI)
359 if (primaryBus.type == BUS_PCI)
383 case BUS_PCI:
420 if ((p->bus.type == BUS_PCI) && (p->bus.id.pci == d)) {
458 xf86AddBusDeviceToConfigure(drvp->driverName, BUS_PCI,
553 if (pEnt->bus.type != BUS_PCI)
[all...]
H A Dxf86Bus.c273 return BUS_PCI;
283 ret = BUS_PCI;
315 if (primaryBus.type == BUS_PLATFORM && pEnt->bus.type == BUS_PCI)
324 case BUS_PCI:
H A Dxf86platformBus.c126 if (primaryBus.type == BUS_PCI)
163 if (pd->pdev && u->bus.type == BUS_PCI &&
366 case BUS_PCI:
H A Dxf86str.h254 #undef BUS_PCI
263 BUS_PCI, enumerator in enum:__anonf472aec40c03
H A Dxf86Configure.c94 case BUS_PCI:
132 case BUS_PCI:
H A Dxf86VGAarbiter.c133 if (pEnt->bus.type != BUS_PCI)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_platform.c86 if (bustype == BUS_PCI) {
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident.h357 #define IsPciCard (pTrident->pEnt->location.type == BUS_PCI)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dgeneric.c211 case BUS_PCI: {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/
H A Dlinux.c259 case BUS_PCI: {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dgeneric.c193 case BUS_PCI:{
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_driver.c783 if (busid == BUS_PCI) {
1056 if (cPtr->pEnt->location.type == BUS_PCI) {
1128 if (cPtr->pEnt->location.type != BUS_PCI)
1498 if (cPtr->pEnt->location.type == BUS_PCI) {
1620 && (cPtr->pEnt->location.type == BUS_PCI)) {
3040 if (cPtr->pEnt->location.type == BUS_PCI) {
6867 if (cPtr->pEnt->location.type == BUS_PCI)
6879 if (cPtr->pEnt->location.type == BUS_PCI) {
6902 if (cPtr->pEnt->location.type == BUS_PCI)
6914 if (cPtr->pEnt->location.type == BUS_PCI) {
[all...]
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_driver.c689 if (nPtr->pEnt->location.type == BUS_PCI) {
1133 if (nPtr->pEnt->location.type == BUS_PCI) {
1963 if (nPtr->pEnt->location.type == BUS_PCI){
2010 if (nPtr->pEnt->location.type == BUS_PCI)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/
H A Dlinux.c277 case BUS_PCI:{
/xsrc/external/mit/xf86-video-vesa/dist/src/
H A Dvesa.c711 if (pVesa->pEnt->location.type == BUS_PCI) {
1375 if (pVesa->mapPhys != 0xa0000 && pVesa->pEnt->location.type == BUS_PCI)
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Drendition.c505 if (pRendition->pEnt->location.type != BUS_PCI)
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_driver.c452 if (pEnt->location.type != BUS_PCI
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_driver.c459 if (pEnt->location.type != BUS_PCI
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_driver.c185 if(pEnt->location.type != BUS_PCI) goto fail;
H A Driva_driver.c383 if (pRiva->pEnt->location.type != BUS_PCI)

Completed in 44 milliseconds

123