Home
last modified time | relevance | path

Searched refs:blk_get_from_parent (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/test/dm/
H A Dblk.c160 ut_assertok(blk_get_from_parent(dev, &blk)); in dm_test_blk_get_from_parent()
163 ut_asserteq(-ENOTBLK, blk_get_from_parent(dev, &blk)); in dm_test_blk_get_from_parent()
166 ut_asserteq(-ENODEV, blk_get_from_parent(dev, &blk)); in dm_test_blk_get_from_parent()
/OK3568_Linux_fs/u-boot/cmd/
H A Dsata.c71 rc = blk_get_from_parent(dev, &blk); in sata_probe()
/OK3568_Linux_fs/u-boot/drivers/block/
H A Dblk-uclass.su
H A Dblk-uclass.c505 int blk_get_from_parent(struct udevice *parent, struct udevice **devp) in blk_get_from_parent() function
/OK3568_Linux_fs/u-boot/spl/drivers/block/
H A Dblk-uclass.su
/OK3568_Linux_fs/u-boot/env/
H A Dmmc.c164 if (blk_get_from_parent(mmc->dev, &dev)) in init_mmc_for_env()
/OK3568_Linux_fs/u-boot/include/
H A Dblk.h422 int blk_get_from_parent(struct udevice *parent, struct udevice **devp);
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A Du-boot.map