Searched refs:found_index (Results 1 – 4 of 4) sorted by relevance
101 int found_index = 3; in find_voltage_set_register() local106 found_index = i; in find_voltage_set_register()113 for (i = found_index; i > 0; i--) in find_voltage_set_register()
151 int found_index = MAX8973_MAX_VOUT_REG - 1; in find_voltage_set_register() local156 found_index = i; in find_voltage_set_register()163 for (i = found_index; i > 0; i--) in find_voltage_set_register()
1768 int found_index = 0; in qla4xxx_get_chap_index() local1809 found_index = 1; in qla4xxx_get_chap_index()1817 if (!found_index && free_index != -1) { in qla4xxx_get_chap_index()1822 found_index = 1; in qla4xxx_get_chap_index()1828 if (found_index) in qla4xxx_get_chap_index()
6764 s32 found_index; in brcmf_translate_country_code() local6779 found_index = -1; in brcmf_translate_country_code()6782 if ((cc->iso3166[0] == '\0') && (found_index == -1)) in brcmf_translate_country_code()6783 found_index = i; in brcmf_translate_country_code()6786 found_index = i; in brcmf_translate_country_code()6790 if (found_index == -1) { in brcmf_translate_country_code()6795 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()6796 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()