Searched refs:cur_index (Results 1 – 2 of 2) sorted by relevance
620 int rc = 0, cur_index = 0; in __of_parse_phandle_with_args() local652 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args()690 if (cur_index == index) { in __of_parse_phandle_with_args()714 cur_index++; in __of_parse_phandle_with_args()723 rc = index < 0 ? cur_index : -ENOENT; in __of_parse_phandle_with_args()
719 int rc = 0, size, cur_index = 0; in fdtdec_parse_phandle_with_args() local750 if (cells_name || cur_index == index) { in fdtdec_parse_phandle_with_args()795 if (cur_index == index) { in fdtdec_parse_phandle_with_args()822 cur_index++; in fdtdec_parse_phandle_with_args()831 rc = index < 0 ? cur_index : -ENOENT; in fdtdec_parse_phandle_with_args()