Searched refs:to_cdx_device (Results 1 – 3 of 3) sorted by relevance
84 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_dev_reset()122 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_unregister_device()195 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_bus_match()230 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_probe()245 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_remove()254 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_shutdown()263 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_dma_configure()295 struct cdx_device *cdx_dev = to_cdx_device(dev); \351 struct cdx_device *cdx_dev = to_cdx_device(dev); in driver_override_store()367 struct cdx_device *cdx_dev = to_cdx_device(dev); in driver_override_show()[all …]
15 struct cdx_device *cdx_dev = to_cdx_device(core_vdev->dev); in vfio_cdx_open_device()59 struct cdx_device *cdx_dev = to_cdx_device(vdev->vdev.dev); in vfio_cdx_ioctl_get_info()81 struct cdx_device *cdx_dev = to_cdx_device(vdev->vdev.dev); in vfio_cdx_ioctl_get_region_info()145 struct cdx_device *cdx_dev = to_cdx_device(core_vdev->dev); in vfio_cdx_mmap()
108 #define to_cdx_device(_dev) \ macro