Home
last modified time | relevance | path

Searched defs:drvp (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86platformBus.c395 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 Dxf86noBus.c50 xf86ClaimNoSlot(DriverPtr drvp, int chipset, GDevPtr dev, Bool active) in xf86ClaimNoSlot()
H A Dxf86pciBus.c209 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 Dxf86fbBus.c52 xf86ClaimFbSlot(DriverPtr drvp, int chipset, GDevPtr dev, Bool active) in xf86ClaimFbSlot()
H A Dxf86sbusBus.c358 xf86ClaimSbusSlot(sbusDevicePtr psdp, DriverPtr drvp, GDevPtr dev, Bool active) in xf86ClaimSbusSlot()
383 GDevPtr * devList, int numDevs, DriverPtr drvp, in xf86MatchSbusInstances()
H A Dxf86platformBus.h165 static inline int xf86platformAddGPUDevices(DriverPtr drvp) { return FALSE; } in xf86platformAddGPUDevices()
H A Dxf86Bus.c316 xf86DriverHasEntities(DriverPtr drvp) in xf86DriverHasEntities()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfsi.h47 #define to_fsi_drv(drvp) container_of(drvp, struct fsi_driver, drv) argument