Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/bus/fsl-mc/
Dfsl-mc-bus.c574 struct device **root_dprc_dev) in fsl_mc_get_root_dprc() argument
577 *root_dprc_dev = NULL; in fsl_mc_get_root_dprc()
579 *root_dprc_dev = NULL; in fsl_mc_get_root_dprc()
581 *root_dprc_dev = dev; in fsl_mc_get_root_dprc()
582 while (dev_is_fsl_mc((*root_dprc_dev)->parent)) in fsl_mc_get_root_dprc()
583 *root_dprc_dev = (*root_dprc_dev)->parent; in fsl_mc_get_root_dprc()
632 struct device *root_dprc_dev; in translate_mc_addr() local
635 fsl_mc_get_root_dprc(&mc_dev->dev, &root_dprc_dev); in translate_mc_addr()
636 mc = dev_get_drvdata(root_dprc_dev->parent); in translate_mc_addr()
760 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.h634 struct device **root_dprc_dev);