Searched refs:post_bfpt (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/mtd/spi-nor/
H A Dgigadevice.c33 .post_bfpt = gd25q256_post_bfpt,
H A Dissi.c29 .post_bfpt = is25lp256_post_bfpt_fixups,
H A Dmacronix.c32 .post_bfpt = mx25l25635_post_bfpt_fixups,
H A Dspansion.c581 .post_bfpt = s25fs256t_post_bfpt_fixup,
653 .post_bfpt = s25hx_t_post_bfpt_fixup,
736 .post_bfpt = s28hx_t_post_bfpt_fixup,
757 .post_bfpt = s25fs_s_nor_post_bfpt_fixups,
H A Dwinbond.c41 .post_bfpt = w25q256_post_bfpt_fixups,
H A Dcore.h419 * @post_bfpt: called after the BFPT table has been parsed
434 int (*post_bfpt)(struct spi_nor *nor, member in struct:spi_nor_fixups
H A Dmicron-st.c193 .post_bfpt = mt25qu512a_post_bfpt_fixup,
H A Dcore.c2422 nor->manufacturer->fixups->post_bfpt) {
2423 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header,
2429 if (nor->info->fixups && nor->info->fixups->post_bfpt)
2430 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt);
3021 * Please note that there is a ->post_bfpt() fixup hook that can overwrite

Completed in 136 milliseconds