Searched refs:cur_index (Results 1 – 2 of 2) sorted by relevance
622 int rc = 0, cur_index = 0; in __of_parse_phandle_with_args() local654 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args()692 if (cur_index == index) { in __of_parse_phandle_with_args()716 cur_index++; in __of_parse_phandle_with_args()725 rc = index < 0 ? cur_index : -ENOENT; in __of_parse_phandle_with_args()
728 int rc = 0, size, cur_index = 0; in fdtdec_parse_phandle_with_args() local759 if (cells_name || cur_index == index) { in fdtdec_parse_phandle_with_args()804 if (cur_index == index) { in fdtdec_parse_phandle_with_args()831 cur_index++; in fdtdec_parse_phandle_with_args()840 rc = index < 0 ? cur_index : -ENOENT; in fdtdec_parse_phandle_with_args()
Completed in 10 milliseconds