Home
last modified time | relevance | path

Searched refs:root_dprc_dev (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/bus/fsl-mc/
Dfsl-mc-bus.c465 struct device **root_dprc_dev) in fsl_mc_get_root_dprc() argument
468 *root_dprc_dev = NULL; in fsl_mc_get_root_dprc()
470 *root_dprc_dev = NULL; in fsl_mc_get_root_dprc()
472 *root_dprc_dev = dev; in fsl_mc_get_root_dprc()
473 while (dev_is_fsl_mc((*root_dprc_dev)->parent)) in fsl_mc_get_root_dprc()
474 *root_dprc_dev = (*root_dprc_dev)->parent; in fsl_mc_get_root_dprc()
523 struct device *root_dprc_dev; in translate_mc_addr() local
526 fsl_mc_get_root_dprc(&mc_dev->dev, &root_dprc_dev); in translate_mc_addr()
527 mc = dev_get_drvdata(root_dprc_dev->parent); in translate_mc_addr()
635 struct device *root_dprc_dev; in fsl_mc_is_root_dprc() local
[all …]
Dfsl-mc-msi.c183 struct device *root_dprc_dev; in fsl_mc_find_msi_domain() local
188 fsl_mc_get_root_dprc(dev, &root_dprc_dev); in fsl_mc_find_msi_domain()
189 bus_dev = root_dprc_dev->parent; in fsl_mc_find_msi_domain()
Dfsl-mc-private.h609 struct device **root_dprc_dev);