Searched refs:cur_index (Results 1 – 2 of 2) sorted by relevance
494 int rc = 0, cur_index = 0; in __dtb_node_parse_phandle_with_args() local528 if (cells_name || cur_index == index) in __dtb_node_parse_phandle_with_args()573 if (cur_index == index) in __dtb_node_parse_phandle_with_args()601 cur_index++; in __dtb_node_parse_phandle_with_args()610 rc = index < 0 ? cur_index : -ENOENT; in __dtb_node_parse_phandle_with_args()
335 uint32_t cur_index = 0U; local376 cur_index = 0U;380 if (cur_index == index) {385 cur_index++;
Completed in 11 milliseconds