Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Drkflash_api.h31 struct flash_boot_ops { struct
45 extern const struct flash_boot_ops nandc_nand_ops; argument
50 extern const struct flash_boot_ops sfc_nor_ops;
55 extern const struct flash_boot_ops sfc_nand_ops;
H A Dnand_boot.c71 const struct flash_boot_ops nandc_nand_ops = {
H A Drkflash_blk.h112 const struct flash_boot_ops *ops);
H A Dsfc_nand_boot.c94 const struct flash_boot_ops sfc_nand_ops = {
H A Dsfc_nor_boot.c170 const struct flash_boot_ops sfc_nor_ops = {
H A Drkflash_blk.c47 static const struct flash_boot_ops *g_boot_ops;
727 const struct flash_boot_ops *ops) in rkflash_dev_init()