HomeSort by relevance Sort by last modified time
    Searched refs:blk_get_from_parent (Results 1 - 5 of 5) sorted by null

  /external/u-boot/test/dm/
blk.c 159 ut_assertok(blk_get_from_parent(dev, &blk));
162 ut_asserteq(-ENOTBLK, blk_get_from_parent(dev, &blk));
165 ut_asserteq(-ENODEV, blk_get_from_parent(dev, &blk));
  /external/u-boot/cmd/
sata.c 70 rc = blk_get_from_parent(dev, &blk);
  /external/u-boot/env/
mmc.c 163 if (blk_get_from_parent(mmc->dev, &dev))
  /external/u-boot/include/
blk.h 403 * blk_get_from_parent() - obtain a block device by looking up its parent
407 int blk_get_from_parent(struct udevice *parent, struct udevice **devp);
  /external/u-boot/drivers/block/
blk-uclass.c 460 int blk_get_from_parent(struct udevice *parent, struct udevice **devp) function

Completed in 101 milliseconds