Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A Dsdio_bus.h13 struct sdio_func *sdio_alloc_func(struct mmc_card *card);
H A Dsdio_bus.c311 struct sdio_func *sdio_alloc_func(struct mmc_card *card) in sdio_alloc_func() function
H A Dsdio.c111 func = sdio_alloc_func(card); in sdio_init_func()