Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A 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()