Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mfd/
Dhi6421-spmi-pmic.c50 static const struct of_device_id pmic_spmi_id_table[] = { variable
54 MODULE_DEVICE_TABLE(of, pmic_spmi_id_table);
59 .of_match_table = pmic_spmi_id_table,
Dqcom-spmi-pmic.c39 static const struct of_device_id pmic_spmi_id_table[] = { variable
180 pmic->name = of_match_device(pmic_spmi_id_table, dev)->compatible; in pmic_spmi_load_revid()
236 if (!of_match_device(pmic_spmi_id_table, dev->parent)) in qcom_pmic_get()
294 MODULE_DEVICE_TABLE(of, pmic_spmi_id_table);
301 .of_match_table = pmic_spmi_id_table,