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()428 mc_bus_dev = to_fsl_mc_device(mc_dev->dev.parent); in fsl_mc_object_allocate()482 mc_bus_dev = to_fsl_mc_device(mc_dev->dev.parent); in fsl_mc_allocator_probe()
38 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_bus_match()117 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_probe()140 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_remove()160 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_shutdown()401 parent_mc_dev = to_fsl_mc_device(parent_dev); in fsl_mc_device_add()
161 #define to_fsl_mc_device(_dev) \ macro