Searched refs:pwrseq_match (Results 1 – 1 of 1) sorted by relevance
25 static struct mmc_pwrseq_match pwrseq_match[] = { variable40 for (i = 0; i < ARRAY_SIZE(pwrseq_match); i++) { in mmc_pwrseq_find()41 if (of_device_is_compatible(np, pwrseq_match[i].compatible)) { in mmc_pwrseq_find()42 match = &pwrseq_match[i]; in mmc_pwrseq_find()