Home
last modified time | relevance | path

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

/linux/drivers/mtd/spi-nor/
H A Dsfdp.c736 nor->manufacturer->fixups->smpt_map_id) in spi_nor_smpt_map_id_fixups()
737 nor->manufacturer->fixups->smpt_map_id(nor, map_id); in spi_nor_smpt_map_id_fixups()
739 if (nor->info->fixups && nor->info->fixups->smpt_map_id) in spi_nor_smpt_map_id_fixups()
740 nor->info->fixups->smpt_map_id(nor, map_id); in spi_nor_smpt_map_id_fixups()
H A Dcore.h434 void (*smpt_map_id)(const struct spi_nor *nor, u8 *map_id); member
H A Dspansion.c827 .smpt_map_id = s25fs_s_nor_smpt_map_id_dummy,