Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/core/
Dpwrseq.c20 struct mmc_pwrseq_match { struct
25 static struct mmc_pwrseq_match pwrseq_match[] = { argument
35 static struct mmc_pwrseq_match *mmc_pwrseq_find(struct device_node *np) in mmc_pwrseq_find()
37 struct mmc_pwrseq_match *match = ERR_PTR(-ENODEV); in mmc_pwrseq_find()
54 struct mmc_pwrseq_match *match; in mmc_pwrseq_alloc()