Searched refs:pmic_spmi_id_table (Results 1 – 2 of 2) sorted by relevance
50 static const struct of_device_id pmic_spmi_id_table[] = { variable54 MODULE_DEVICE_TABLE(of, pmic_spmi_id_table);59 .of_match_table = pmic_spmi_id_table,
35 static const struct of_device_id pmic_spmi_id_table[] = { variable148 pmic->name = of_match_device(pmic_spmi_id_table, dev)->compatible; in pmic_spmi_load_revid()204 if (!of_match_device(pmic_spmi_id_table, dev->parent)) in qcom_pmic_get()252 MODULE_DEVICE_TABLE(of, pmic_spmi_id_table);258 .of_match_table = pmic_spmi_id_table,
Completed in 5 milliseconds