HomeSort by: relevance | last modified time | path
    Searched defs:_DriverRec (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86str.h 210 struct _DriverRec;
218 typedef struct _DriverRec {
222 Bool (*Probe) (struct _DriverRec * drv, int flags);
229 Bool (*PciProbe) (struct _DriverRec * drv, int entity_num,
231 Bool (*platformProbe) (struct _DriverRec * drv, int entity_num, int flags,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86str.h 297 struct _DriverRec;
303 Bool (*Probe)(struct _DriverRec *drv, int flags);
312 typedef struct _DriverRec {
316 Bool (*Probe)(struct _DriverRec *drv, int flags);
323 Bool (*PciProbe)( struct _DriverRec * drv, int entity_num,

Completed in 9 milliseconds