Lines Matching defs:index
750 unsigned int index, bool shared, bool acquired)
757 if (rstc->id == index) {
785 rstc->id = index;
817 __of_reset_control_get(struct device_node *node, const char *id, int index,
830 index = of_property_match_string(node,
832 if (index == -EILSEQ)
833 return ERR_PTR(index);
834 if (index < 0)
839 index, &args);
927 lookup->index,
943 int index, bool shared, bool optional,
950 return __of_reset_control_get(dev->of_node, id, index, shared,
1035 __devm_reset_control_get(struct device *dev, const char *id, int index,
1045 rstc = __reset_control_get(dev, id, index, shared, optional, acquired);