Searched refs:to_fsl_mc_bus (Results 1 – 4 of 4) sorted by relevance
194 struct fsl_mc_bus *mc_bus = to_fsl_mc_bus(mc_bus_dev); in dprc_init_all_resource_pools()214 struct fsl_mc_bus *mc_bus = to_fsl_mc_bus(mc_bus_dev); in dprc_cleanup_resource_pool()347 struct fsl_mc_bus *mc_bus = to_fsl_mc_bus(mc_bus_dev); in dprc_scan_container()381 struct fsl_mc_bus *mc_bus = to_fsl_mc_bus(mc_dev); in dprc_probe()
118 mc_bus = to_fsl_mc_bus(mc_bus_dev); in fsl_mc_resource_pool_remove_device()301 mc_bus = to_fsl_mc_bus(mc_bus_dev); in fsl_mc_portal_allocate()429 mc_bus = to_fsl_mc_bus(mc_bus_dev); in fsl_mc_object_allocate()486 mc_bus = to_fsl_mc_bus(mc_bus_dev); in fsl_mc_allocator_probe()
538 mc_bus = to_fsl_mc_bus(mc_dev); in fsl_mc_device_remove()
90 #define to_fsl_mc_bus(_mc_dev) \ macro