Home
last modified time | relevance | path

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

/u-boot/test/dm/
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()
/u-boot/lib/efi_driver/
A Defi_block_device.c162 ret = blk_create_device(parent, "efi_blk", name, IF_TYPE_EFI, devnum, in efi_bl_bind()
/u-boot/drivers/block/
A Dsandbox.c132 ret = blk_create_device(gd->dm_root, "sandbox_host_blk", str,
A Dblk-uclass.c566 int blk_create_device(struct udevice *parent, const char *drv_name, in blk_create_device() function
611 ret = blk_create_device(parent, drv_name, str, if_type, devnum, in blk_create_devicef()
/u-boot/include/
A Dblk.h346 int blk_create_device(struct udevice *parent, const char *drv_name,

Completed in 13 milliseconds