Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/qcom/
H A Dsocinfo.c70 static const char *const pmic_models[] = { variable
471 if (model < ARRAY_SIZE(pmic_models) && pmic_models[model]) in qcom_show_pmic_model()
472 seq_printf(seq, "%s\n", pmic_models[model]); in qcom_show_pmic_model()
494 if (model < ARRAY_SIZE(pmic_models) && pmic_models[model]) in qcom_show_pmic_model_array()
495 seq_printf(seq, "%s %u.%u\n", pmic_models[model], in qcom_show_pmic_model_array()