Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bus/fsl-mc/
H A Dfsl-mc-bus.c572 struct device **root_dprc_dev) in fsl_mc_get_root_dprc() argument
575 *root_dprc_dev = NULL; in fsl_mc_get_root_dprc()
577 *root_dprc_dev = NULL; in fsl_mc_get_root_dprc()
579 *root_dprc_dev = dev; in fsl_mc_get_root_dprc()
581 *root_dprc_dev = (*root_dprc_dev)->parent; in fsl_mc_get_root_dprc()
630 struct device *root_dprc_dev; in translate_mc_addr() local
634 mc = dev_get_drvdata(root_dprc_dev->parent); in translate_mc_addr()
758 struct device *root_dprc_dev; in fsl_mc_is_root_dprc() local
760 fsl_mc_get_root_dprc(dev, &root_dprc_dev); in fsl_mc_is_root_dprc()
761 if (!root_dprc_dev) in fsl_mc_is_root_dprc()
[all …]
H A Dfsl-mc-msi.c182 struct device *root_dprc_dev; in fsl_mc_find_msi_domain() local
187 fsl_mc_get_root_dprc(dev, &root_dprc_dev); in fsl_mc_find_msi_domain()
188 bus_dev = root_dprc_dev->parent; in fsl_mc_find_msi_domain()
H A Dfsl-mc-private.h665 struct device **root_dprc_dev);