Searched refs:ubiblock (Results 1 – 6 of 6) sorted by relevance
62 DEV=/dev/ubiblock${PART_NO}_070 if echo $DEV | grep -q ubiblock; then71 check_tool ubiblock BR2_PACKAGE_MTD_UBIBLOCK || return 172 ubiblock -r /dev/ubi${PART_NO}_0 &>/dev/null90 if echo $DEV | grep -q ubiblock; then91 check_tool ubiblock BR2_PACKAGE_MTD_UBIBLOCK || return 192 ubiblock -c /dev/ubi${PART_NO}_0 || return 1103 if echo $DEV | grep -q ubiblock; then104 check_tool ubiblock BR2_PACKAGE_MTD_UBIBLOCK || return 1105 ubiblock -r /dev/ubi${PART_NO}_0 &>/dev/null[all …]
67 DEV=/dev/ubiblock${PART_NO}_075 if echo $DEV | grep -q ubiblock; then76 check_tool ubiblock BR2_PACKAGE_MTD_UBIBLOCK || return 177 ubiblock -r /dev/ubi${PART_NO}_0 &>/dev/null95 if echo $DEV | grep -q ubiblock; then96 check_tool ubiblock BR2_PACKAGE_MTD_UBIBLOCK || return 197 ubiblock -c /dev/ubi${PART_NO}_0 || return 1108 if echo $DEV | grep -q ubiblock; then109 check_tool ubiblock BR2_PACKAGE_MTD_UBIBLOCK || return 1110 ubiblock -r /dev/ubi${PART_NO}_0 &>/dev/null[all …]
75 struct ubiblock { struct174 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 …]
37 PACKAGES =+ "mtdinfo-klibc ubiattach-klibc ubiblock-klibc ubicrc32-klibc ubidetach-klibc \43 FILES:ubiblock-klibc = "${sbindir}/ubiblock"
114 MTD_TARGETS_$(BR2_PACKAGE_MTD_UBIBLOCK) += ubiblock
183 bool "ubiblock"