Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/core/
Dcore.h36 struct device_node *mmc_of_find_child_device(struct mmc_host *host,
Dsdio_bus.c304 func->dev.of_node = mmc_of_find_child_device(host, func->num); in sdio_set_of_node()
Dbus.c350 card->dev.of_node = mmc_of_find_child_device(card->host, 0); in mmc_add_card()
Dmmc.c358 np = mmc_of_find_child_device(card->host, 0); in mmc_decode_ext_csd()
Dcore.c1285 struct device_node *mmc_of_find_child_device(struct mmc_host *host, in mmc_of_find_child_device() function