Lines Matching defs:ptr
790 struct reset_control **ptr, *rstc;
792 ptr = devres_alloc(devm_reset_control_release, sizeof(*ptr),
794 if (!ptr)
799 devres_free(ptr);
803 *ptr = rstc;
804 devres_add(dev, ptr);
931 struct reset_control **ptr, *rstc;
933 ptr = devres_alloc(devm_reset_control_release, sizeof(*ptr),
935 if (!ptr)
940 devres_free(ptr);
944 *ptr = rstc;
945 devres_add(dev, ptr);