Home
last modified time | relevance | path

Searched refs:pwrseq_match (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mmc/core/
Dpwrseq.c25 static struct mmc_pwrseq_match pwrseq_match[] = { variable
40 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()