Lines Matching full:dprc

37  * @root_mc_bus_dev: fsl-mc device representing the root DPRC
101 * Only exception is the root DPRC, which is a special case. in fsl_mc_bus_match()
409 { &fsl_mc_bus_dprc_type, "dprc" }, in fsl_mc_get_device_type()
569 * fsl_mc_get_root_dprc - function to traverse to the root dprc
718 * with child DPRC objects thus rendering them unusable. in fsl_mc_device_get_mmio_regions()
724 * from the root DPRC container. in fsl_mc_device_get_mmio_regions()
754 * fsl_mc_is_root_dprc - function to check if a given device is a root dprc
796 if (strcmp(obj_desc->type, "dprc") == 0) { in fsl_mc_device_add()
829 if (strcmp(obj_desc->type, "dprc") == 0) { in fsl_mc_device_add()
835 * To get the DPRC's ICID, we need to open the DPRC in fsl_mc_device_add()
837 * parent DPRC's MC portal instead of the child DPRC's MC in fsl_mc_device_add()
838 * portal, in case the child DPRC is already opened with in fsl_mc_device_add()
839 * its own portal (e.g., the DPRC used by AIOP). in fsl_mc_device_add()
846 * device being added is a child DPRC device in fsl_mc_device_add()
851 * device being added is the root DPRC device in fsl_mc_device_add()
866 * A non-DPRC object has to be a child of a DPRC, use the in fsl_mc_device_add()
880 * NOTE: the root DPRC is a special case as its MMIO region is in fsl_mc_device_add()
988 * context (DPRC/container). Not much to do, so return a permssion in fsl_mc_get_endpoint()
1102 * Get physical address of MC portal for the root DPRC: in fsl_mc_bus_probe()
1148 strcpy(obj_desc.type, "dprc"); in fsl_mc_bus_probe()