Searched refs:mtd_get_master_ofs (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/mtd/ |
| H A D | mtdcore.c | 1384 u64 mst_ofs = mtd_get_master_ofs(mtd, 0); in mtd_erase() 1449 from = mtd_get_master_ofs(mtd, from); in mtd_point() 1465 return master->_unpoint(master, mtd_get_master_ofs(mtd, from), len); in mtd_unpoint() 1571 return master->_panic_write(master, mtd_get_master_ofs(mtd, to), len, in mtd_panic_write() 1615 from = mtd_get_master_ofs(mtd, from); in mtd_read_oob_std() 1631 to = mtd_get_master_ofs(mtd, to); in mtd_write_oob_std() 2263 return master->_lock(master, mtd_get_master_ofs(mtd, ofs), len); in mtd_lock() 2283 return master->_unlock(master, mtd_get_master_ofs(mtd, ofs), len); in mtd_unlock() 2335 return master->_block_isbad(master, mtd_get_master_ofs(mtd, ofs)); in mtd_block_isbad() 2354 ret = master->_block_markbad(master, mtd_get_master_ofs(mtd, ofs)); in mtd_block_markbad() [all …]
|
| H A D | mtdpart.c | 182 tmp = mtd_get_master_ofs(child, 0); in allocate_partition() 193 tmp = mtd_get_master_ofs(child, 0) + child->part.size; in allocate_partition()
|
| /linux-6.15/include/linux/mtd/ |
| H A D | mtd.h | 411 static inline u64 mtd_get_master_ofs(struct mtd_info *mtd, u64 ofs) in mtd_get_master_ofs() function 490 return master->_max_bad_blocks(master, mtd_get_master_ofs(mtd, ofs), in mtd_max_bad_blocks()
|