HomeSort by: relevance | last modified time | path
    Searched refs:PciProbe (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Bus.c 63 * If the driver implements the \c DriverRec::PciProbe entry-point and an
65 * is found, it is called. If \c DriverRec::PciProbe or no devices can be
88 if (!foundScreen && (drv->PciProbe != NULL)) {
xf86str.h 229 Bool (*PciProbe) (struct _DriverRec * drv, int entity_num,
xf86pciBus.c 564 if ((*drvp->PciProbe) (drvp, entry, pPci,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Bus.c 62 * If the driver implements the \c DriverRec::PciProbe entry-point and an
64 * is found, it is called. If \c DriverRec::PciProbe or no devices can be
79 if (drv->PciProbe != NULL) {
xf86str.h 323 Bool (*PciProbe)( struct _DriverRec * drv, int entity_num,
xf86pciBus.c 550 if ((*drvp->PciProbe)(drvp, entry, pPci,

Completed in 38 milliseconds