Searched refs:to_fsl_mc_device (Results 1 – 4 of 4) sorted by relevance
31 mc_dev = to_fsl_mc_device(dev); in __fsl_mc_device_remove_if_not_in_mc()52 fsl_mc_device_remove(to_fsl_mc_device(dev)); in __fsl_mc_device_remove()96 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in __fsl_mc_device_match()111 return dev ? to_fsl_mc_device(dev) : NULL; in fsl_mc_device_lookup()
117 mc_bus_dev = to_fsl_mc_device(mc_dev->dev.parent); in fsl_mc_resource_pool_remove_device()298 mc_bus_dev = to_fsl_mc_device(mc_dev->dev.parent); in fsl_mc_portal_allocate()435 mc_bus_dev = to_fsl_mc_device(mc_dev->dev.parent); in fsl_mc_object_allocate()489 mc_bus_dev = to_fsl_mc_device(mc_dev->dev.parent); in fsl_mc_allocator_probe()
36 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_bus_match()113 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_probe()136 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_remove()156 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_shutdown()330 parent_mc_dev = to_fsl_mc_device(parent_dev); in fsl_mc_device_add()
161 #define to_fsl_mc_device(_dev) \ macro