Home
last modified time | relevance | path

Searched refs:mc_bus_dev (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/bus/fsl-mc/
A Dfsl-mc-allocator.c67 dev_err(&mc_bus_dev->dev, in fsl_mc_resource_pool_add_device()
100 struct fsl_mc_device *mc_bus_dev; in fsl_mc_resource_pool_remove_device() local
107 mc_bus = to_fsl_mc_bus(mc_bus_dev); in fsl_mc_resource_pool_remove_device()
139 dev_err(&mc_bus_dev->dev, in fsl_mc_resource_pool_remove_device()
149 devm_kfree(&mc_bus_dev->dev, resource); in fsl_mc_resource_pool_remove_device()
207 dev_err(&mc_bus_dev->dev, in fsl_mc_resource_allocate()
278 struct fsl_mc_device *mc_bus_dev; in fsl_mc_object_allocate() local
295 mc_bus = to_fsl_mc_bus(mc_bus_dev); in fsl_mc_object_allocate()
586 struct fsl_mc_device *mc_bus_dev; in fsl_mc_allocator_probe() local
594 if (!dev_is_fsl_mc(&mc_bus_dev->dev)) in fsl_mc_allocator_probe()
[all …]
A Ddprc-driver.c109 device_for_each_child(&mc_bus_dev->dev, NULL, in dprc_remove_devices()
124 struct fsl_mc_device *mc_bus_dev) in fsl_mc_device_lookup() argument
257 mc_bus_dev->mc_handle, in dprc_scan_objects()
283 error = dprc_get_obj(mc_bus_dev->mc_io, in dprc_scan_objects()
285 mc_bus_dev->mc_handle, in dprc_scan_objects()
288 dev_err(&mc_bus_dev->dev, in dprc_scan_objects()
311 dev_dbg(&mc_bus_dev->dev, in dprc_scan_objects()
317 dev_err(&mc_bus_dev->dev, in dprc_scan_objects()
327 if (dev_get_msi_domain(&mc_bus_dev->dev)) { in dprc_scan_objects()
329 dev_warn(&mc_bus_dev->dev, in dprc_scan_objects()
[all …]
A Dfsl-mc-msi.c58 static void __fsl_mc_msi_write_msg(struct fsl_mc_device *mc_bus_dev, in __fsl_mc_msi_write_msg() argument
82 if (owner_mc_dev == mc_bus_dev) { in __fsl_mc_msi_write_msg()
86 error = dprc_set_irq(mc_bus_dev->mc_io, in __fsl_mc_msi_write_msg()
88 mc_bus_dev->mc_handle, in __fsl_mc_msi_write_msg()
99 error = dprc_set_obj_irq(mc_bus_dev->mc_io, in __fsl_mc_msi_write_msg()
101 mc_bus_dev->mc_handle, in __fsl_mc_msi_write_msg()
120 struct fsl_mc_device *mc_bus_dev = to_fsl_mc_device(msi_desc->dev); in fsl_mc_msi_write_msg() local
121 struct fsl_mc_bus *mc_bus = to_fsl_mc_bus(mc_bus_dev); in fsl_mc_msi_write_msg()
130 __fsl_mc_msi_write_msg(mc_bus_dev, mc_dev_irq, msi_desc); in fsl_mc_msi_write_msg()
A Dmc-io.c169 struct fsl_mc_device *mc_bus_dev; in fsl_mc_portal_allocate() local
179 mc_bus_dev = mc_dev; in fsl_mc_portal_allocate()
184 mc_bus_dev = to_fsl_mc_device(mc_dev->dev.parent); in fsl_mc_portal_allocate()
187 mc_bus = to_fsl_mc_bus(mc_bus_dev); in fsl_mc_portal_allocate()
210 error = fsl_create_mc_io(&mc_bus_dev->dev, in fsl_mc_portal_allocate()
A Dfsl-mc-bus.c661 struct fsl_mc_device *mc_bus_dev) in fsl_mc_device_get_mmio_regions() argument
692 error = dprc_get_obj_region(mc_bus_dev->mc_io, in fsl_mc_device_get_mmio_regions()
694 mc_bus_dev->mc_handle, in fsl_mc_device_get_mmio_regions()
939 struct fsl_mc_device *mc_bus_dev, *endpoint; in fsl_mc_get_endpoint() local
945 mc_bus_dev = to_fsl_mc_device(mc_dev->dev.parent); in fsl_mc_get_endpoint()
950 err = dprc_get_connection(mc_bus_dev->mc_io, 0, in fsl_mc_get_endpoint()
951 mc_bus_dev->mc_handle, in fsl_mc_get_endpoint()
977 err = dprc_scan_objects(mc_bus_dev, true); in fsl_mc_get_endpoint()
1046 struct fsl_mc_device *mc_bus_dev = NULL; in fsl_mc_bus_probe() local
1157 mc->root_mc_bus_dev = mc_bus_dev; in fsl_mc_bus_probe()
[all …]
A Dfsl-mc-private.h629 int dprc_scan_objects(struct fsl_mc_device *mc_bus_dev,
636 void fsl_mc_init_all_resource_pools(struct fsl_mc_device *mc_bus_dev);
638 void fsl_mc_cleanup_all_resource_pools(struct fsl_mc_device *mc_bus_dev);
668 struct fsl_mc_device *mc_bus_dev);
/linux/drivers/irqchip/
A Dirq-gic-v3-its-fsl-mc-msi.c43 struct fsl_mc_device *mc_bus_dev; in its_fsl_mc_msi_prepare() local
49 mc_bus_dev = to_fsl_mc_device(dev); in its_fsl_mc_msi_prepare()
50 if (!(mc_bus_dev->flags & FSL_MC_IS_DPRC)) in its_fsl_mc_msi_prepare()
60 mc_bus_dev); in its_fsl_mc_msi_prepare()
/linux/include/linux/fsl/
A Dmc.h539 int dprc_scan_container(struct fsl_mc_device *mc_bus_dev,
542 void dprc_remove_devices(struct fsl_mc_device *mc_bus_dev,
556 int fsl_mc_populate_irq_pool(struct fsl_mc_device *mc_bus_dev,
559 void fsl_mc_cleanup_irq_pool(struct fsl_mc_device *mc_bus_dev);

Completed in 24 milliseconds