Searched refs:blk_create_device (Results 1 – 5 of 5) sorted by relevance
| /u-boot/test/dm/ |
| 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()
|
| /u-boot/lib/efi_driver/ |
| A D | efi_block_device.c | 162 ret = blk_create_device(parent, "efi_blk", name, IF_TYPE_EFI, devnum, in efi_bl_bind()
|
| /u-boot/drivers/block/ |
| A D | sandbox.c | 132 ret = blk_create_device(gd->dm_root, "sandbox_host_blk", str,
|
| A D | blk-uclass.c | 566 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 D | blk.h | 346 int blk_create_device(struct udevice *parent, const char *drv_name,
|
Completed in 13 milliseconds