Home
last modified time | relevance | path

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

/linux/include/linux/mtd/
H A Dmtd.h172 * mtd_pairing_info_to_wunit() and mtd_wunit_to_pairing_info() helpers.
179 * mtd_wunit_to_pairing_info() documentation.
494 int mtd_wunit_to_pairing_info(struct mtd_info *mtd, int wunit,
/linux/drivers/mtd/
H A Dmtdcore.c426 * mtd_wunit_to_pairing_info - get pairing information of a wunit
451 int mtd_wunit_to_pairing_info(struct mtd_info *mtd, int wunit, in mtd_wunit_to_pairing_info() function
468 EXPORT_SYMBOL_GPL(mtd_wunit_to_pairing_info);
478 * This is the reverse of mtd_wunit_to_pairing_info(), and can help one to
479 * iterate over all wunits of a given pair (see mtd_wunit_to_pairing_info()