Searched defs:drvp (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86platformBus.c | 395 xf86ClaimPlatformSlot(struct xf86_platform_device * d, DriverPtr drvp, in xf86ClaimPlatformSlot() 443 static Bool doPlatformProbe(struct xf86_platform_device *dev, DriverPtr drvp, in doPlatformProbe() 487 probeSingleDevice(struct xf86_platform_device *dev, DriverPtr drvp, GDevPtr gdev, int flags) in probeSingleDevice() 529 xf86platformProbeDev(DriverPtr drvp) in xf86platformProbeDev() 578 xf86platformAddGPUDevices(DriverPtr drvp) in xf86platformAddGPUDevices() 609 DriverPtr drvp = NULL; in xf86platformAddDevice() local
|
| H A D | xf86noBus.c | 50 xf86ClaimNoSlot(DriverPtr drvp, int chipset, GDevPtr dev, Bool active) in xf86ClaimNoSlot()
|
| H A D | xf86pciBus.c | 209 xf86ClaimPciSlot(struct pci_device *d, DriverPtr drvp, in xf86ClaimPciSlot() 438 xf86PciAddMatchingDev(DriverPtr drvp) in xf86PciAddMatchingDev() 482 xf86PciProbeDev(DriverPtr drvp) in xf86PciProbeDev() 655 GDevPtr * devList, int numDevs, DriverPtr drvp, in xf86MatchPciInstances()
|
| H A D | xf86fbBus.c | 52 xf86ClaimFbSlot(DriverPtr drvp, int chipset, GDevPtr dev, Bool active) in xf86ClaimFbSlot()
|
| H A D | xf86sbusBus.c | 358 xf86ClaimSbusSlot(sbusDevicePtr psdp, DriverPtr drvp, GDevPtr dev, Bool active) in xf86ClaimSbusSlot() 383 GDevPtr * devList, int numDevs, DriverPtr drvp, in xf86MatchSbusInstances()
|
| H A D | xf86platformBus.h | 165 static inline int xf86platformAddGPUDevices(DriverPtr drvp) { return FALSE; } in xf86platformAddGPUDevices()
|
| H A D | xf86Bus.c | 316 xf86DriverHasEntities(DriverPtr drvp) in xf86DriverHasEntities()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fsi.h | 47 #define to_fsi_drv(drvp) container_of(drvp, struct fsi_driver, drv) argument
|