Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/soc/qcom/
Dsocinfo.c69 static const char *const pmic_models[] = { variable
283 if (model <= ARRAY_SIZE(pmic_models) && pmic_models[model]) in qcom_show_pmic_model()
284 seq_printf(seq, "%s\n", pmic_models[model]); in qcom_show_pmic_model()