HomeSort by relevance Sort by last modified time
    Searched refs:blk_create_device (Results 1 - 5 of 5) sorted by null

  /external/u-boot/test/dm/
blk.c 24 ut_assertok(blk_create_device(gd->dm_root, "sandbox_host_blk", "test",
26 ut_assertok(blk_create_device(blk, "usb_storage_blk", "test",
102 ut_assertok(blk_create_device(gd->dm_root, "sandbox_host_blk", "test",
  /external/u-boot/lib/efi_driver/
efi_block_device.c 157 ret = blk_create_device(parent, "efi_blk", name, IF_TYPE_EFI, devnum,
  /external/u-boot/drivers/block/
sandbox.c 129 ret = blk_create_device(gd->dm_root, "sandbox_host_blk", str,
blk-uclass.c 544 int blk_create_device(struct udevice *parent, const char *drv_name, function
588 ret = blk_create_device(parent, drv_name, str, if_type, devnum,
  /external/u-boot/include/
blk.h 326 * blk_create_device() - Create a new block device
338 int blk_create_device(struct udevice *parent, const char *drv_name,

Completed in 170 milliseconds