Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/spi-nor/
Dspansion.c258 .post_sfdp = s25hx_t_post_sfdp_fixup,
321 .post_sfdp = s28hs512t_post_sfdp_fixup,
Dsfdp.c1245 nor->manufacturer->fixups->post_sfdp) in spi_nor_post_sfdp_fixups()
1246 nor->manufacturer->fixups->post_sfdp(nor); in spi_nor_post_sfdp_fixups()
1248 if (nor->info->fixups && nor->info->fixups->post_sfdp) in spi_nor_post_sfdp_fixups()
1249 nor->info->fixups->post_sfdp(nor); in spi_nor_post_sfdp_fixups()
Dmicron-st.c152 .post_sfdp = mt35xu512aba_post_sfdp_fixup,
Dcore.h425 void (*post_sfdp)(struct spi_nor *nor); member