Searched refs:_DriverRec (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86str.h | 297 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 D | xf86Priv.h | 149 extern _X_EXPORT Bool xf86CallDriverProbe( struct _DriverRec * drv, Bool detect_only );
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86str.h | 210 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 D | xf86Priv.h | 159 xf86CallDriverProbe(struct _DriverRec *drv, Bool detect_only);
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_driver.c | 1309 qxl_probe (struct _DriverRec *drv, int flags)
|
Completed in 233 milliseconds