Searched refs:N_USIDS (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/mfd/ |
D | qcom-spmi-pmic.c | 33 #define N_USIDS(n) ((void *)n) macro 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) }, [all …]
|