Lines Matching defs:ptr
615 struct device **ptr;621 ptr = devres_alloc(devm_of_platform_populate_release,622 sizeof(*ptr), GFP_KERNEL);623 if (!ptr)628 devres_free(ptr);630 *ptr = dev;631 devres_add(dev, ptr);640 struct device **ptr = res;642 if (!ptr) {643 WARN_ON(!ptr);647 return *ptr == data;