HomeSort by: relevance | last modified time | path
    Searched refs:BusType (Results 1 - 25 of 28) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-mach64/dist/src/
atichip.c 95 pATI->BusType = ATI_BUS_PCI;
102 pATI->BusType = ATI_BUS_PCI;
109 pATI->BusType = ATI_BUS_PCI;
128 pATI->BusType = ATI_BUS_PCI;
139 pATI->BusType = ATI_BUS_PCI;
146 pATI->BusType = ATI_BUS_PCI;
153 pATI->BusType = ATI_BUS_PCI;
160 pATI->BusType = ATI_BUS_PCI;
169 pATI->BusType = ATI_BUS_PCI;
178 pATI->BusType = ATI_BUS_AGP
    [all...]
atiprobe.c 294 pATI->BusType = GetBits(IOValue, CFG_BUS_TYPE);
atistruct.h 274 CARD8 BusType;
atidri.c 796 if ( pATI->BusType != ATI_BUS_PCI ) {
1197 pATIDRIServer->IsPCI = (pATI->BusType == ATI_BUS_PCI || pATI->OptionIsPCI) ? TRUE : FALSE;
1199 if ( pATI->BusType != ATI_BUS_PCI && pATI->OptionIsPCI ) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Bus.h 68 BusType StringToBusType(const char *busID, const char **retID);
xf86Bus.c 263 BusType
267 BusType ret = BUS_NONE;
xf86str.h 223 const OptionInfoRec *(*AvailableOptions) (int chipid, int bustype);
269 } BusType;
276 BusType type;
xf86.h 172 BusType bus, void *busData,
xf86Configure.c 81 xf86AddBusDeviceToConfigure(const char *driver, BusType bus, void *busData,
xf86pciBus.c 139 primaryBus.type ^= (BusType) (-1);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Bus.h 73 BusType StringToBusType(const char* busID, const char **retID);
xf86Bus.c 209 BusType
213 BusType ret = BUS_NONE;
xf86str.h 304 const OptionInfoRec * (*AvailableOptions)(int chipid, int bustype);
317 const OptionInfoRec * (*AvailableOptions)(int chipid, int bustype);
352 } BusType;
361 BusType type;
xf86.h 153 extern _X_EXPORT GDevPtr xf86AddBusDeviceToConfigure(const char *driver, BusType bus,
xf86Configure.c 76 xf86AddBusDeviceToConfigure(const char *driver, BusType bus, void *busData, int chipset)
xf86pciBus.c 151 primaryBus.type ^= (BusType)(-1);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
helper_mem.c 269 BusType
272 BusType location_type;
xf86int10.h 182 extern _X_EXPORT BusType xf86int10GetBiosLocationType(const xf86Int10InfoPtr
generic.c 186 const BusType location_type = xf86int10GetBiosLocationType(pInt);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
helper_mem.c 272 BusType
275 BusType location_type;
xf86int10.h 178 extern _X_EXPORT BusType xf86int10GetBiosLocationType(const xf86Int10InfoPtr pInt);
generic.c 204 const BusType location_type = xf86int10GetBiosLocationType(pInt);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_platform.c 79 BusType bustype; local
85 bustype = StringToBusType(busid, &id);
86 if (bustype == BUS_PCI) {
98 else if (bustype == BUS_PLATFORM) {
109 else if (bustype == BUS_USB) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/
linux.c 256 const BusType location_type = xf86int10GetBiosLocationType(pInt);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/
linux.c 274 const BusType location_type = xf86int10GetBiosLocationType(pInt);

Completed in 22 milliseconds

1 2