Home
last modified time | relevance | path

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

/external/u-boot/include/linux/mtd/
Dpartitions.h88 uint64_t mtd_get_device_size(const struct mtd_info *mtd);
/external/u-boot/drivers/mtd/
Dmtdpart.c827 uint64_t mtd_get_device_size(const struct mtd_info *mtd) in mtd_get_device_size() function
834 EXPORT_SYMBOL_GPL(mtd_get_device_size);
/external/u-boot/drivers/mtd/ubi/
Dbuild.c622 device_size = mtd_get_device_size(ubi->mtd); in get_bad_peb_limit()