Searched defs:ftl (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/mtd/ |
D | sm_ftl.c | 54 static struct attribute_group *sm_create_sysfs_attributes(struct sm_ftl *ftl) in sm_create_sysfs_attributes() 104 static void sm_delete_sysfs_attributes(struct sm_ftl *ftl) in sm_delete_sysfs_attributes() 192 static loff_t sm_mkoffset(struct sm_ftl *ftl, int zone, int block, int boffset) in sm_mkoffset() 206 static void sm_break_offset(struct sm_ftl *ftl, loff_t loffset, in sm_break_offset() 237 static int sm_read_sector(struct sm_ftl *ftl, in sm_read_sector() 322 static int sm_write_sector(struct sm_ftl *ftl, in sm_write_sector() 369 static int sm_write_block(struct sm_ftl *ftl, uint8_t *buf, in sm_write_block() 436 static void sm_mark_block_bad(struct sm_ftl *ftl, int zone, int block) in sm_mark_block_bad() 464 static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block, in sm_erase_block() 501 static int sm_check_block(struct sm_ftl *ftl, int zone, int block) in sm_check_block() [all …]
|
/Linux-v6.6/drivers/mtd/parsers/ |
D | sharpslpart.c | 166 static int sharpsl_nand_init_ftl(struct mtd_info *mtd, struct sharpsl_ftl *ftl) in sharpsl_nand_init_ftl() 222 static void sharpsl_nand_cleanup_ftl(struct sharpsl_ftl *ftl) in sharpsl_nand_cleanup_ftl() 231 struct sharpsl_ftl *ftl) in sharpsl_nand_read_laddr() 293 struct sharpsl_ftl *ftl) in sharpsl_nand_read_partinfo() 329 struct sharpsl_ftl ftl; in sharpsl_parse_mtd_partitions() local
|
/Linux-v6.6/drivers/spi/ |
D | spi-rockchip.c | 326 u32 ftl = readl_relaxed(rs->regs + ROCKCHIP_SPI_RXFTLR) + 1; in rockchip_spi_pio_reader() local
|