Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/bus/fsl-mc/
A Dfsl-mc-bus.c576 struct device **root_dprc_dev) in fsl_mc_get_root_dprc() argument
579 *root_dprc_dev = NULL; in fsl_mc_get_root_dprc()
581 *root_dprc_dev = NULL; in fsl_mc_get_root_dprc()
583 *root_dprc_dev = dev; in fsl_mc_get_root_dprc()
585 *root_dprc_dev = (*root_dprc_dev)->parent; in fsl_mc_get_root_dprc()
634 struct device *root_dprc_dev; in translate_mc_addr() local
638 mc = dev_get_drvdata(root_dprc_dev->parent); in translate_mc_addr()
762 struct device *root_dprc_dev; in fsl_mc_is_root_dprc() local
764 fsl_mc_get_root_dprc(dev, &root_dprc_dev); in fsl_mc_is_root_dprc()
765 if (!root_dprc_dev) in fsl_mc_is_root_dprc()
[all …]
A Dfsl-mc-msi.c184 struct device *root_dprc_dev; in fsl_mc_find_msi_domain() local
189 fsl_mc_get_root_dprc(dev, &root_dprc_dev); in fsl_mc_find_msi_domain()
190 bus_dev = root_dprc_dev->parent; in fsl_mc_find_msi_domain()
A Dfsl-mc-private.h665 struct device **root_dprc_dev);

Completed in 9 milliseconds