Home
last modified time | relevance | path

Searched refs:post_sfdp (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/mtd/spi-nor/
H A Dmacronix.c88 .post_sfdp = macronix_qpp4b_post_sfdp_fixups,
92 .post_sfdp = macronix_qpp4b_post_sfdp_fixups,
H A Dsfdp.c1387 nor->manufacturer->fixups->post_sfdp) { in spi_nor_post_sfdp_fixups()
1388 ret = nor->manufacturer->fixups->post_sfdp(nor); in spi_nor_post_sfdp_fixups()
1393 if (nor->info->fixups && nor->info->fixups->post_sfdp) in spi_nor_post_sfdp_fixups()
1394 return nor->info->fixups->post_sfdp(nor); in spi_nor_post_sfdp_fixups()
H A Dmicron-st.c185 .post_sfdp = mt35xu512aba_post_sfdp_fixup,
189 .post_sfdp = mt35xu512aba_post_sfdp_fixup,
H A Dspansion.c608 .post_sfdp = s25fs256t_post_sfdp_fixup,
683 .post_sfdp = s25hx_t_post_sfdp_fixup,
767 .post_sfdp = s28hx_t_post_sfdp_fixup,
H A Dwinbond.c146 .post_sfdp = winbond_nor_multi_die_post_sfdp_fixups,
H A Dcore.h435 int (*post_sfdp)(struct spi_nor *nor); member