Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/nvmxip/
A Dnvmxip-uclass.c39 char bdev_name[NVMXIP_BLKDEV_NAME_SZ + 1]; in nvmxip_post_bind() local
47 snprintf(bdev_name, NVMXIP_BLKDEV_NAME_SZ, "blk#%d", devnum); in nvmxip_post_bind()
49 ret = blk_create_devicef(udev, NVMXIP_BLKDRV_NAME, bdev_name, UCLASS_NVMXIP, in nvmxip_post_bind()
54 udev->name, bdev_name, ret); in nvmxip_post_bind()
61 udev->name, bdev_name, ret); in nvmxip_post_bind()
65 log_info("[%s]: the block device %s ready for use\n", udev->name, bdev_name); in nvmxip_post_bind()

Completed in 30 milliseconds