Lines Matching refs:i
554 int i; in of_property_match_string() local
565 for (i = 0; p < end; i++, p += l) { in of_property_match_string()
571 return i; /* Found it; return index */ in of_property_match_string()
592 int l = 0, i = 0; in of_property_read_string_helper() local
602 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper()
606 if (out_strs && i >= skip) in of_property_read_string_helper()
609 i -= skip; in of_property_read_string_helper()
610 return i <= 0 ? -ENODATA : i; in of_property_read_string_helper()
695 int i; in __of_parse_phandle_with_args() local
700 for (i = 0; i < count; i++) in __of_parse_phandle_with_args()
701 out_args->args[i] = in __of_parse_phandle_with_args()