Lines Matching refs:fsl_mc_device

41 	struct fsl_mc_device *root_mc_bus_dev;
80 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_bus_match()
124 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_bus_uevent()
137 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_dma_configure()
152 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in modalias_show()
163 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in driver_override_store()
196 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in driver_override_show()
329 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_probe()
347 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_remove()
362 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_shutdown()
520 static int translate_mc_addr(struct fsl_mc_device *mc_dev, in translate_mc_addr()
555 static int fsl_mc_device_get_mmio_regions(struct fsl_mc_device *mc_dev, in fsl_mc_device_get_mmio_regions()
556 struct fsl_mc_device *mc_bus_dev) in fsl_mc_device_get_mmio_regions()
663 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_device_release()
679 struct fsl_mc_device **new_mc_dev) in fsl_mc_device_add()
682 struct fsl_mc_device *mc_dev = NULL; in fsl_mc_device_add()
684 struct fsl_mc_device *parent_mc_dev; in fsl_mc_device_add()
816 void fsl_mc_device_remove(struct fsl_mc_device *mc_dev) in fsl_mc_device_remove()
829 struct fsl_mc_device *fsl_mc_get_endpoint(struct fsl_mc_device *mc_dev) in fsl_mc_get_endpoint()
831 struct fsl_mc_device *mc_bus_dev, *endpoint; in fsl_mc_get_endpoint()
974 struct fsl_mc_device *mc_bus_dev = NULL; in fsl_mc_bus_probe()