Searched refs:mmc_of_find_child_device (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | core.h | 38 struct device_node *mmc_of_find_child_device(struct mmc_host *host,
|
H A D | sdio_bus.c | 363 func->dev.of_node = mmc_of_find_child_device(host, func->num); in sdio_set_of_node()
|
H A D | bus.c | 377 card->dev.of_node = mmc_of_find_child_device(card->host, 0); in mmc_add_card()
|
H A D | core.c | 1090 struct device_node *mmc_of_find_child_device(struct mmc_host *host, in mmc_of_find_child_device() function
|
H A D | mmc.c | 380 np = mmc_of_find_child_device(card->host, 0); in mmc_decode_ext_csd()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | core.h | 39 struct device_node *mmc_of_find_child_device(struct mmc_host *host,
|
H A D | bus.c | 366 card->dev.of_node = mmc_of_find_child_device(card->host, 0); in mmc_add_card()
|
H A D | sdio_bus.c | 362 func->dev.of_node = mmc_of_find_child_device(host, func->num); in sdio_set_of_node()
|
H A D | core.c | 1095 struct device_node *mmc_of_find_child_device(struct mmc_host *host, in mmc_of_find_child_device() function
|
H A D | mmc.c | 389 np = mmc_of_find_child_device(card->host, 0); in mmc_decode_ext_csd()
|
Completed in 12 milliseconds