Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/spi-nor/
H A Dmacronix.c63 .post_sfdp = macronix_qpp4b_post_sfdp_fixups,
67 .post_sfdp = macronix_qpp4b_post_sfdp_fixups,
H A Dsfdp.c1361 nor->manufacturer->fixups->post_sfdp) { in spi_nor_post_sfdp_fixups()
1362 ret = nor->manufacturer->fixups->post_sfdp(nor); in spi_nor_post_sfdp_fixups()
1367 if (nor->info->fixups && nor->info->fixups->post_sfdp) in spi_nor_post_sfdp_fixups()
1368 return nor->info->fixups->post_sfdp(nor); in spi_nor_post_sfdp_fixups()
H A Dspansion.c583 .post_sfdp = s25fs256t_post_sfdp_fixup,
655 .post_sfdp = s25hx_t_post_sfdp_fixup,
736 .post_sfdp = s28hx_t_post_sfdp_fixup,
H A Dwinbond.c146 .post_sfdp = winbond_nor_multi_die_post_sfdp_fixups,
H A Dcore.h429 int (*post_sfdp)(struct spi_nor *nor); member
H A Dmicron-st.c159 .post_sfdp = mt35xu512aba_post_sfdp_fixup,