Lines Matching full:dr
216 s32 *dr; in devm_cpm_muram_alloc() local
218 dr = devres_alloc(devm_cpm_muram_release, sizeof(*dr), GFP_KERNEL); in devm_cpm_muram_alloc()
219 if (!dr) in devm_cpm_muram_alloc()
224 *dr = info; in devm_cpm_muram_alloc()
225 devres_add(dev, dr); in devm_cpm_muram_alloc()
227 devres_free(dr); in devm_cpm_muram_alloc()
276 s32 *dr; in devm_cpm_muram_alloc_fixed() local
278 dr = devres_alloc(devm_cpm_muram_release, sizeof(*dr), GFP_KERNEL); in devm_cpm_muram_alloc_fixed()
279 if (!dr) in devm_cpm_muram_alloc_fixed()
284 *dr = info; in devm_cpm_muram_alloc_fixed()
285 devres_add(dev, dr); in devm_cpm_muram_alloc_fixed()
287 devres_free(dr); in devm_cpm_muram_alloc_fixed()