Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc-uclass.c54 if (ops->send_init_stream) in dm_mmc_send_init_stream()
55 ops->send_init_stream(dev); in dm_mmc_send_init_stream()
H A Domap_hsmmc.c1526 .send_init_stream = omap_hsmmc_send_init_stream,
/openbmc/u-boot/include/
H A Dmmc.h423 void (*send_init_stream)(struct udevice *dev); member
/openbmc/linux/drivers/mmc/host/
H A Domap_hsmmc.c715 static void send_init_stream(struct omap_hsmmc_host *host) in send_init_stream() function
1497 send_init_stream(host); in omap_hsmmc_set_ios()