Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dblk.c24 ut_assertok(blk_create_device(gd->dm_root, "sandbox_host_blk", "test", in dm_test_blk_base()
26 ut_assertok(blk_create_device(blk1, "sandbox_host_blk", "test", in dm_test_blk_base()
97 ut_assertok(blk_create_device(gd->dm_root, "sandbox_host_blk", "test", in dm_test_blk_find()
/openbmc/u-boot/lib/efi_driver/
H A Defi_block_device.c157 ret = blk_create_device(parent, "efi_blk", name, IF_TYPE_EFI, devnum, in efi_bl_bind()
/openbmc/u-boot/drivers/block/
H A Dsandbox.c129 ret = blk_create_device(gd->dm_root, "sandbox_host_blk", str,
H A Dblk-uclass.c560 int blk_create_device(struct udevice *parent, const char *drv_name, in blk_create_device() function
604 ret = blk_create_device(parent, drv_name, str, if_type, devnum, in blk_create_devicef()
/openbmc/u-boot/include/
H A Dblk.h339 int blk_create_device(struct udevice *parent, const char *drv_name,