Lines Matching defs:resource
74 struct resource *res;
175 struct fsl_mc_resource *resource = NULL;
189 error = fsl_mc_resource_allocate(mc_bus, FSL_MC_POOL_DPMCP, &resource);
194 dpmcp_dev = resource->data;
231 fsl_mc_resource_free(resource);
245 struct fsl_mc_resource *resource;
253 resource = dpmcp_dev->resource;
254 if (!resource || resource->type != FSL_MC_POOL_DPMCP)
257 if (resource->data != dpmcp_dev)
261 fsl_mc_resource_free(resource);