Lines Matching refs:compatible

36 	{ .compatible = "qcom,pm660", .data = N_USIDS(2) },
37 { .compatible = "qcom,pm660l", .data = N_USIDS(2) },
38 { .compatible = "qcom,pm8004", .data = N_USIDS(2) },
39 { .compatible = "qcom,pm8005", .data = N_USIDS(2) },
40 { .compatible = "qcom,pm8019", .data = N_USIDS(2) },
41 { .compatible = "qcom,pm8028", .data = N_USIDS(2) },
42 { .compatible = "qcom,pm8110", .data = N_USIDS(2) },
43 { .compatible = "qcom,pm8150", .data = N_USIDS(2) },
44 { .compatible = "qcom,pm8150b", .data = N_USIDS(2) },
45 { .compatible = "qcom,pm8150c", .data = N_USIDS(2) },
46 { .compatible = "qcom,pm8150l", .data = N_USIDS(2) },
47 { .compatible = "qcom,pm8226", .data = N_USIDS(2) },
48 { .compatible = "qcom,pm8841", .data = N_USIDS(2) },
49 { .compatible = "qcom,pm8901", .data = N_USIDS(2) },
50 { .compatible = "qcom,pm8909", .data = N_USIDS(2) },
51 { .compatible = "qcom,pm8916", .data = N_USIDS(2) },
52 { .compatible = "qcom,pm8941", .data = N_USIDS(2) },
53 { .compatible = "qcom,pm8950", .data = N_USIDS(2) },
54 { .compatible = "qcom,pm8994", .data = N_USIDS(2) },
55 { .compatible = "qcom,pm8998", .data = N_USIDS(2) },
56 { .compatible = "qcom,pma8084", .data = N_USIDS(2) },
57 { .compatible = "qcom,pmd9635", .data = N_USIDS(2) },
58 { .compatible = "qcom,pmi8950", .data = N_USIDS(2) },
59 { .compatible = "qcom,pmi8962", .data = N_USIDS(2) },
60 { .compatible = "qcom,pmi8994", .data = N_USIDS(2) },
61 { .compatible = "qcom,pmi8998", .data = N_USIDS(2) },
62 { .compatible = "qcom,pmk8002", .data = N_USIDS(2) },
63 { .compatible = "qcom,pmp8074", .data = N_USIDS(2) },
64 { .compatible = "qcom,smb2351", .data = N_USIDS(2) },
65 { .compatible = "qcom,spmi-pmic", .data = N_USIDS(1) },
148 pmic->name = of_match_device(pmic_spmi_id_table, dev)->compatible; in pmic_spmi_load_revid()