Home
last modified time | relevance | path

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

/OK3568_Linux_fs/debian/overlay/usr/bin/
H A Ddisk-helper62 DEV=/dev/ubiblock${PART_NO}_0
70 if echo $DEV | grep -q ubiblock; then
71 check_tool ubiblock BR2_PACKAGE_MTD_UBIBLOCK || return 1
72 ubiblock -r /dev/ubi${PART_NO}_0 &>/dev/null
90 if echo $DEV | grep -q ubiblock; then
91 check_tool ubiblock BR2_PACKAGE_MTD_UBIBLOCK || return 1
92 ubiblock -c /dev/ubi${PART_NO}_0 || return 1
103 if echo $DEV | grep -q ubiblock; then
104 check_tool ubiblock BR2_PACKAGE_MTD_UBIBLOCK || return 1
105 ubiblock -r /dev/ubi${PART_NO}_0 &>/dev/null
[all …]
/OK3568_Linux_fs/external/rkscript/
H A Ddisk-helper67 DEV=/dev/ubiblock${PART_NO}_0
75 if echo $DEV | grep -q ubiblock; then
76 check_tool ubiblock BR2_PACKAGE_MTD_UBIBLOCK || return 1
77 ubiblock -r /dev/ubi${PART_NO}_0 &>/dev/null
95 if echo $DEV | grep -q ubiblock; then
96 check_tool ubiblock BR2_PACKAGE_MTD_UBIBLOCK || return 1
97 ubiblock -c /dev/ubi${PART_NO}_0 || return 1
108 if echo $DEV | grep -q ubiblock; then
109 check_tool ubiblock BR2_PACKAGE_MTD_UBIBLOCK || return 1
110 ubiblock -r /dev/ubi${PART_NO}_0 &>/dev/null
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dblock.c75 struct ubiblock { struct
174 static struct ubiblock *find_dev_nolock(int ubi_num, int vol_id) in find_dev_nolock()
176 struct ubiblock *dev; in find_dev_nolock()
189 struct ubiblock *dev = req->q->queuedata; in ubiblock_read()
221 struct ubiblock *dev = bdev->bd_disk->private_data; in ubiblock_open()
264 struct ubiblock *dev = gd->private_data; in ubiblock_release()
317 struct ubiblock *dev = hctx->queue->queuedata; in ubiblock_queue_rq()
368 struct ubiblock *dev; in ubiblock_create()
385 dev = kzalloc(sizeof(struct ubiblock), GFP_KERNEL); in ubiblock_create()
479 static void ubiblock_cleanup(struct ubiblock *dev) in ubiblock_cleanup()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/mtd/
H A Dubi-utils-klibc_2.0.2.bb37 PACKAGES =+ "mtdinfo-klibc ubiattach-klibc ubiblock-klibc ubicrc32-klibc ubidetach-klibc \
43 FILES:ubiblock-klibc = "${sbindir}/ubiblock"
/OK3568_Linux_fs/buildroot/package/mtd/
H A Dmtd.mk114 MTD_TARGETS_$(BR2_PACKAGE_MTD_UBIBLOCK) += ubiblock
H A DConfig.in183 bool "ubiblock"