Searched refs:blk_create_device (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | blk.c | 25 ut_assertok(blk_create_device(gd->dm_root, "sandbox_host_blk", "test", in dm_test_blk_base() 27 ut_assertok(blk_create_device(blk, "usb_storage_blk", "test", in dm_test_blk_base() 103 ut_assertok(blk_create_device(gd->dm_root, "sandbox_host_blk", "test", in dm_test_blk_find()
|
| /rk3399_rockchip-uboot/drivers/block/ |
| H A D | sandbox.c | 130 ret = blk_create_device(gd->dm_root, "sandbox_host_blk", str,
|
| H A D | blk-uclass.c | 646 int blk_create_device(struct udevice *parent, const char *drv_name, in blk_create_device() function 692 ret = blk_create_device(parent, drv_name, str, if_type, devnum, in blk_create_devicef()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | blk.h | 373 int blk_create_device(struct udevice *parent, const char *drv_name,
|