Home
last modified time | relevance | path

Searched refs:to_cdx_device (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/cdx/
H A Dcdx.c97 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_dev_reset()
149 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_unregister_device()
267 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_bus_match()
305 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_probe()
331 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_remove()
340 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_shutdown()
352 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_dma_configure()
386 struct cdx_device *cdx_dev = to_cdx_device(dev); \
425 struct cdx_device *cdx_dev = to_cdx_device(dev); in reset_store()
448 struct cdx_device *cdx_dev = to_cdx_device(dev); in modalias_show()
[all …]
/linux/drivers/vfio/cdx/
H A Dmain.c15 struct cdx_device *cdx_dev = to_cdx_device(core_vdev->dev); in vfio_cdx_open_device()
74 struct cdx_device *cdx_dev = to_cdx_device(core_vdev->dev); in vfio_cdx_bm_ctrl()
114 struct cdx_device *cdx_dev = to_cdx_device(vdev->vdev.dev); in vfio_cdx_ioctl_get_info()
138 struct cdx_device *cdx_dev = to_cdx_device(vdev->vdev.dev); in vfio_cdx_ioctl_get_region_info()
154 struct cdx_device *cdx_dev = to_cdx_device(vdev->vdev.dev); in vfio_cdx_ioctl_get_irq_info()
179 struct cdx_device *cdx_dev = to_cdx_device(vdev->vdev.dev); in vfio_cdx_ioctl_set_irqs()
252 struct cdx_device *cdx_dev = to_cdx_device(core_vdev->dev); in vfio_cdx_mmap()
/linux/include/linux/cdx/
H A Dcdx_bus.h173 #define to_cdx_device(_dev) \ macro