Home
last modified time | relevance | path

Searched refs:to_fsl_mc_device (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/fsl-mc/bus/
Ddprc-driver.c31 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()
Dmc-allocator.c117 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()
Dmc-bus.c36 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()
/linux-4.1.27/drivers/staging/fsl-mc/include/
Dmc.h161 #define to_fsl_mc_device(_dev) \ macro