Home
last modified time | relevance | path

Searched refs:found_index (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/regulator/
H A Dtps62360-regulator.c87 int found_index = 3; in find_voltage_set_register() local
92 found_index = i; in find_voltage_set_register()
99 for (i = found_index; i > 0; i--) in find_voltage_set_register()
H A Dmax8973-regulator.c136 int found_index = MAX8973_MAX_VOUT_REG - 1; in find_voltage_set_register() local
141 found_index = i; in find_voltage_set_register()
148 for (i = found_index; i > 0; i--) in find_voltage_set_register()
/linux/drivers/scsi/qla4xxx/
H A Dql4_mbx.c1770 int found_index = 0; in qla4xxx_get_chap_index() local
1811 found_index = 1; in qla4xxx_get_chap_index()
1819 if (!found_index && free_index != -1) { in qla4xxx_get_chap_index()
1824 found_index = 1; in qla4xxx_get_chap_index()
1830 if (found_index) in qla4xxx_get_chap_index()
/linux/fs/btrfs/
H A Ddelayed-ref.c481 unsigned long found_index; in btrfs_select_ref_head() local
488 xa_for_each_start(&delayed_refs->head_refs, found_index, head, start_index) { in btrfs_select_ref_head()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7963 s32 found_index; in brcmf_translate_country_code() local
7988 found_index = -1; in brcmf_translate_country_code()
7991 if ((cc->iso3166[0] == '\0') && (found_index == -1)) in brcmf_translate_country_code()
7992 found_index = i; in brcmf_translate_country_code()
7995 found_index = i; in brcmf_translate_country_code()
7999 if (found_index == -1) { in brcmf_translate_country_code()
8004 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()
8005 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()