Searched refs:N_USIDS (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/mfd/ |
H A D | qcom-spmi-pmic.c | 37 #define N_USIDS(n) ((void *)n) macro 40 { .compatible = "qcom,pm660", .data = N_USIDS(2) }, 41 { .compatible = "qcom,pm660l", .data = N_USIDS(2) }, 42 { .compatible = "qcom,pm8004", .data = N_USIDS(2) }, 43 { .compatible = "qcom,pm8005", .data = N_USIDS(2) }, 44 { .compatible = "qcom,pm8019", .data = N_USIDS(2) }, 45 { .compatible = "qcom,pm8028", .data = N_USIDS(2) }, 46 { .compatible = "qcom,pm8110", .data = N_USIDS(2) }, 47 { .compatible = "qcom,pm8150", .data = N_USIDS(2) }, 48 { .compatible = "qcom,pm8150b", .data = N_USIDS(2) }, [all …]
|