Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dpwrseq.h36 int mmc_pwrseq_alloc(struct mmc_host *host);
50 static inline int mmc_pwrseq_alloc(struct mmc_host *host) { return 0; } in mmc_pwrseq_alloc() function
Dpwrseq.c22 int mmc_pwrseq_alloc(struct mmc_host *host) in mmc_pwrseq_alloc() function
Dhost.c346 return mmc_pwrseq_alloc(host); in mmc_of_parse()