Home
last modified time | relevance | path

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

/external/u-boot/test/dm/
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(blk, "usb_storage_blk", "test", in dm_test_blk_base()
102 ut_assertok(blk_create_device(gd->dm_root, "sandbox_host_blk", "test", in dm_test_blk_find()
/external/u-boot/lib/efi_driver/
Defi_block_device.c157 ret = blk_create_device(parent, "efi_blk", name, IF_TYPE_EFI, devnum, in efi_bl_bind()
/external/u-boot/drivers/block/
Dblk-uclass.c544 int blk_create_device(struct udevice *parent, const char *drv_name, in blk_create_device() function
588 ret = blk_create_device(parent, drv_name, str, if_type, devnum, in blk_create_devicef()
Dsandbox.c129 ret = blk_create_device(gd->dm_root, "sandbox_host_blk", str,
/external/u-boot/include/
Dblk.h338 int blk_create_device(struct udevice *parent, const char *drv_name,