Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/test/dm/
H A Dblk.c25 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 Dsandbox.c130 ret = blk_create_device(gd->dm_root, "sandbox_host_blk", str,
H A Dblk-uclass.c646 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 Dblk.h373 int blk_create_device(struct udevice *parent, const char *drv_name,