Home
last modified time | relevance | path

Searched refs:found_index (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/regulator/
H A Dtps62360-regulator.c101 int found_index = 3; in find_voltage_set_register() local
106 found_index = i; in find_voltage_set_register()
113 for (i = found_index; i > 0; i--) in find_voltage_set_register()
H A Dmax8973-regulator.c151 int found_index = MAX8973_MAX_VOUT_REG - 1; in find_voltage_set_register() local
156 found_index = i; in find_voltage_set_register()
163 for (i = found_index; i > 0; i--) in find_voltage_set_register()
/kernel/linux/linux-6.6/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.c138 int found_index = MAX8973_MAX_VOUT_REG - 1; in find_voltage_set_register() local
143 found_index = i; in find_voltage_set_register()
150 for (i = found_index; i > 0; i--) in find_voltage_set_register()
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_mbx.c1763 int found_index = 0; in qla4xxx_get_chap_index() local
1804 found_index = 1; in qla4xxx_get_chap_index()
1812 if (!found_index && free_index != -1) { in qla4xxx_get_chap_index()
1817 found_index = 1; in qla4xxx_get_chap_index()
1823 if (found_index) in qla4xxx_get_chap_index()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A Dql4_mbx.c1763 int found_index = 0; in qla4xxx_get_chap_index() local
1804 found_index = 1; in qla4xxx_get_chap_index()
1812 if (!found_index && free_index != -1) { in qla4xxx_get_chap_index()
1817 found_index = 1; in qla4xxx_get_chap_index()
1823 if (found_index) in qla4xxx_get_chap_index()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7381 s32 found_index; in brcmf_translate_country_code() local
7396 found_index = -1; in brcmf_translate_country_code()
7399 if ((cc->iso3166[0] == '\0') && (found_index == -1)) in brcmf_translate_country_code()
7400 found_index = i; in brcmf_translate_country_code()
7403 found_index = i; in brcmf_translate_country_code()
7407 if (found_index == -1) { in brcmf_translate_country_code()
7412 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()
7413 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7911 s32 found_index; in brcmf_translate_country_code() local
7936 found_index = -1; in brcmf_translate_country_code()
7939 if ((cc->iso3166[0] == '\0') && (found_index == -1)) in brcmf_translate_country_code()
7940 found_index = i; in brcmf_translate_country_code()
7943 found_index = i; in brcmf_translate_country_code()
7947 if (found_index == -1) { in brcmf_translate_country_code()
7952 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()
7953 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()

Completed in 28 milliseconds