Searched refs:post_bfpt (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | gigadevice.c | 33 .post_bfpt = gd25q256_post_bfpt,
|
H A D | issi.c | 29 .post_bfpt = is25lp256_post_bfpt_fixups,
|
H A D | macronix.c | 32 .post_bfpt = mx25l25635_post_bfpt_fixups,
|
H A D | spansion.c | 580 .post_bfpt = s25fs256t_post_bfpt_fixup, 651 .post_bfpt = s25hx_t_post_bfpt_fixup, 734 .post_bfpt = s28hx_t_post_bfpt_fixup, 755 .post_bfpt = s25fs_s_nor_post_bfpt_fixups,
|
H A D | winbond.c | 41 .post_bfpt = w25q256_post_bfpt_fixups,
|
H A D | core.h | 418 * @post_bfpt: called after the BFPT table has been parsed 433 int (*post_bfpt)(struct spi_nor *nor, member
|
H A D | core.c | 2457 nor->manufacturer->fixups->post_bfpt) { in spi_nor_post_bfpt_fixups() 2458 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header, in spi_nor_post_bfpt_fixups() 2464 if (nor->info->fixups && nor->info->fixups->post_bfpt) in spi_nor_post_bfpt_fixups() 2465 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt); in spi_nor_post_bfpt_fixups() 3061 * Please note that there is a ->post_bfpt() fixup hook that can overwrite
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
H A D | macronix.c | 33 .post_bfpt = mx25l25635_post_bfpt_fixups,
|
H A D | issi.c | 30 .post_bfpt = is25lp256_post_bfpt_fixups,
|
H A D | winbond.c | 33 .post_bfpt = w25q256_post_bfpt_fixups,
|
H A D | spansion.c | 29 .post_bfpt = s25fs_s_post_bfpt_fixups,
|
H A D | core.h | 235 * @post_bfpt: called after the BFPT table has been parsed 247 int (*post_bfpt)(struct spi_nor *nor, member
|
H A D | core.c | 2463 nor->manufacturer->fixups->post_bfpt) { in spi_nor_post_bfpt_fixups() 2464 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header, in spi_nor_post_bfpt_fixups() 2470 if (nor->info->fixups && nor->info->fixups->post_bfpt) in spi_nor_post_bfpt_fixups() 2471 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt, in spi_nor_post_bfpt_fixups() 2886 * Please note that there is a ->post_bfpt() fixup hook that can overwrite
|
Completed in 13 milliseconds