Searched refs:_DriverRec (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86str.h297 struct _DriverRec;
303 Bool (*Probe)(struct _DriverRec *drv, int flags);
312 typedef struct _DriverRec { struct
316 Bool (*Probe)(struct _DriverRec *drv, int flags);
323 Bool (*PciProbe)( struct _DriverRec * drv, int entity_num,
H A Dxf86Priv.h149 extern _X_EXPORT Bool xf86CallDriverProbe( struct _DriverRec * drv, Bool detect_only );
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86str.h210 struct _DriverRec;
218 typedef struct _DriverRec { struct
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,
H A Dxf86Priv.h159 xf86CallDriverProbe(struct _DriverRec *drv, Bool detect_only);
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_driver.c1309 qxl_probe (struct _DriverRec *drv, int flags)

Completed in 8 milliseconds