Searched refs:devm_kmalloc_match (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/core/ |
H A D | devres.c | 234 static int devm_kmalloc_match(struct udevice *dev, void *res, void *data) in devm_kmalloc_match() function 256 rc = devres_destroy(dev, devm_kmalloc_release, devm_kmalloc_match, p); in devm_kfree()
|
/openbmc/linux/drivers/base/ |
H A D | devres.c | 804 static int devm_kmalloc_match(struct device *dev, void *res, void *data) in devm_kmalloc_match() function 915 old_dr = find_dr(dev, devm_kmalloc_release, devm_kmalloc_match, ptr); in devm_krealloc() 1067 devm_kmalloc_match, (void *)p); in devm_kfree()
|