Searched refs:cur_index (Results 1 – 3 of 3) sorted by relevance
665 int rc = 0, cur_index = 0; in __of_parse_phandle_with_args() local697 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args()735 if (cur_index == index) { in __of_parse_phandle_with_args()759 cur_index++; in __of_parse_phandle_with_args()768 rc = index < 0 ? cur_index : -ENOENT; in __of_parse_phandle_with_args()
432 int cur_index = -1; in do_fdt() local441 cur_index++; in do_fdt()443 cur_index == req_index) { in do_fdt()459 env_set_ulong(var, cur_index + 1); in do_fdt()
744 int rc = 0, size, cur_index = 0; in fdtdec_parse_phandle_with_args() local775 if (cells_name || cur_index == index) { in fdtdec_parse_phandle_with_args()820 if (cur_index == index) { in fdtdec_parse_phandle_with_args()847 cur_index++; in fdtdec_parse_phandle_with_args()856 rc = index < 0 ? cur_index : -ENOENT; in fdtdec_parse_phandle_with_args()
Completed in 13 milliseconds