Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/mtd/
H A Dubi-user.h269 __s32 mtd_num; member
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dbuild.c170 __ATTR(mtd_num, S_IRUGO, dev_attribute_show, NULL);
1220 int mtd_num; in open_mtd_device() local
1223 mtd_num = simple_strtoul(mtd_dev, &endp, 0); in open_mtd_device()
1236 mtd = get_mtd_device(NULL, mtd_num); in open_mtd_device()