Home
last modified time | relevance | path

Searched refs:post_sfdp (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H A Dxilinx.c86 .post_sfdp = xilinx_post_sfdp_fixups,
H A Dspansion.c121 .post_sfdp = spansion_post_sfdp_fixups,
H A Dsst.c144 .post_sfdp = sst_post_sfdp_fixups,
H A Dcore.h236 * @post_sfdp: called after SFDP has been parsed (is also called for SPI NORs
251 void (*post_sfdp)(struct spi_nor *nor); member
H A Dcore.c2840 nor->manufacturer->fixups->post_sfdp) in spi_nor_post_sfdp_fixups()
2841 nor->manufacturer->fixups->post_sfdp(nor); in spi_nor_post_sfdp_fixups()
2843 if (nor->info->fixups && nor->info->fixups->post_sfdp) in spi_nor_post_sfdp_fixups()
2844 nor->info->fixups->post_sfdp(nor); in spi_nor_post_sfdp_fixups()
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dspansion.c581 .post_sfdp = s25fs256t_post_sfdp_fixup,
652 .post_sfdp = s25hx_t_post_sfdp_fixup,
733 .post_sfdp = s28hx_t_post_sfdp_fixup,
H A Dsfdp.c1343 nor->manufacturer->fixups->post_sfdp) { in spi_nor_post_sfdp_fixups()
1344 ret = nor->manufacturer->fixups->post_sfdp(nor); in spi_nor_post_sfdp_fixups()
1349 if (nor->info->fixups && nor->info->fixups->post_sfdp) in spi_nor_post_sfdp_fixups()
1350 return nor->info->fixups->post_sfdp(nor); in spi_nor_post_sfdp_fixups()
H A Dcore.h419 * @post_sfdp: called after SFDP has been parsed (is also called for SPI NORs
436 int (*post_sfdp)(struct spi_nor *nor); member
492 * post_sfdp() hook to set the SNOR_F equivalent flag.
H A Dmicron-st.c158 .post_sfdp = mt35xu512aba_post_sfdp_fixup,

Completed in 12 milliseconds