Lines Matching refs:fsl_mc_device
41 struct fsl_mc_device *root_mc_bus_dev;
78 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_bus_match()
122 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_bus_uevent()
135 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_dma_configure()
150 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in modalias_show()
161 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in driver_override_store()
194 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in driver_override_show()
327 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_probe()
345 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_remove()
360 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_shutdown()
518 static int translate_mc_addr(struct fsl_mc_device *mc_dev, in translate_mc_addr()
553 static int fsl_mc_device_get_mmio_regions(struct fsl_mc_device *mc_dev, in fsl_mc_device_get_mmio_regions()
554 struct fsl_mc_device *mc_bus_dev) in fsl_mc_device_get_mmio_regions()
645 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_device_release()
661 struct fsl_mc_device **new_mc_dev) in fsl_mc_device_add()
664 struct fsl_mc_device *mc_dev = NULL; in fsl_mc_device_add()
666 struct fsl_mc_device *parent_mc_dev; in fsl_mc_device_add()
798 void fsl_mc_device_remove(struct fsl_mc_device *mc_dev) in fsl_mc_device_remove()
811 struct fsl_mc_device *fsl_mc_get_endpoint(struct fsl_mc_device *mc_dev) in fsl_mc_get_endpoint()
813 struct fsl_mc_device *mc_bus_dev, *endpoint; in fsl_mc_get_endpoint()
956 struct fsl_mc_device *mc_bus_dev = NULL; in fsl_mc_bus_probe()