Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bus/fsl-mc/
Dfsl-mc-bus.c82 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_bus_match()
120 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_bus_uevent()
133 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in modalias_show()
220 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_probe()
238 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_remove()
253 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_driver_shutdown()
516 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in fsl_mc_device_release()
540 parent_mc_dev = to_fsl_mc_device(parent_dev); in fsl_mc_device_add()
Dfsl-mc-allocator.c113 mc_bus_dev = to_fsl_mc_device(mc_dev->dev.parent); in fsl_mc_resource_pool_remove_device()
288 mc_bus_dev = to_fsl_mc_device(mc_dev->dev.parent); in fsl_mc_object_allocate()
446 mc_bus = to_fsl_mc_bus(to_fsl_mc_device(mc_dev->dev.parent)); in fsl_mc_allocate_irqs()
509 mc_bus = to_fsl_mc_bus(to_fsl_mc_device(mc_dev->dev.parent)); in fsl_mc_free_irqs()
579 mc_bus_dev = to_fsl_mc_device(mc_dev->dev.parent); in fsl_mc_allocator_probe()
Ddprc-driver.c39 mc_dev = to_fsl_mc_device(dev); in __fsl_mc_device_remove_if_not_in_mc()
58 fsl_mc_device_remove(to_fsl_mc_device(dev)); in __fsl_mc_device_remove()
102 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in __fsl_mc_device_match()
117 return dev ? to_fsl_mc_device(dev) : NULL; in fsl_mc_device_lookup()
379 struct fsl_mc_device *mc_dev = to_fsl_mc_device(dev); in dprc_irq0_handler_thread()
Dfsl-mc-msi.c38 arg->hwirq = fsl_mc_domain_calc_hwirq(to_fsl_mc_device(desc->dev), in fsl_mc_msi_set_desc()
121 struct fsl_mc_device *mc_bus_dev = to_fsl_mc_device(msi_desc->dev); in fsl_mc_msi_write_msg()
Dmc-io.c179 mc_bus_dev = to_fsl_mc_device(mc_dev->dev.parent); in fsl_mc_portal_allocate()
/Linux-v4.19/drivers/irqchip/
Dirq-gic-v3-its-fsl-mc-msi.c36 mc_bus_dev = to_fsl_mc_device(dev); in its_fsl_mc_msi_prepare()
/Linux-v4.19/include/linux/fsl/
Dmc.h198 #define to_fsl_mc_device(_dev) \ macro
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-eth.c1449 err = fsl_mc_object_allocate(to_fsl_mc_device(dev), in setup_dpcon()
1747 err = fsl_mc_object_allocate(to_fsl_mc_device(dev), FSL_MC_POOL_DPBP, in setup_dpbp()
2389 struct fsl_mc_device *dpni_dev = to_fsl_mc_device(dev); in dpni_irq0_handler_thread()