Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bus/fsl-mc/
H A Dfsl-mc-bus.c467 struct device **root_dprc_dev) in fsl_mc_get_root_dprc() argument
470 *root_dprc_dev = NULL; in fsl_mc_get_root_dprc()
472 *root_dprc_dev = NULL; in fsl_mc_get_root_dprc()
474 *root_dprc_dev = dev; in fsl_mc_get_root_dprc()
475 while (dev_is_fsl_mc((*root_dprc_dev)->parent)) in fsl_mc_get_root_dprc()
476 *root_dprc_dev = (*root_dprc_dev)->parent; in fsl_mc_get_root_dprc()
525 struct device *root_dprc_dev; in translate_mc_addr() local
528 fsl_mc_get_root_dprc(&mc_dev->dev, &root_dprc_dev); in translate_mc_addr()
529 mc = dev_get_drvdata(root_dprc_dev->parent); in translate_mc_addr()
653 struct device *root_dprc_dev; in fsl_mc_is_root_dprc() local
[all …]
H A 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()
H A Dfsl-mc-private.h609 struct device **root_dprc_dev);