Searched refs:blk_create_device (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | blk.c | 24 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 D | efi_block_device.c | 157 ret = blk_create_device(parent, "efi_blk", name, IF_TYPE_EFI, devnum, in efi_bl_bind()
|
/openbmc/u-boot/drivers/block/ |
H A D | sandbox.c | 129 ret = blk_create_device(gd->dm_root, "sandbox_host_blk", str,
|
H A D | blk-uclass.c | 560 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 D | blk.h | 339 int blk_create_device(struct udevice *parent, const char *drv_name,
|