Searched refs:spi_nor_ops (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/linux/mtd/ |
| D | spi-nor.h | 228 enum spi_nor_ops { enum 591 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops); 592 void (*unprepare)(struct spi_nor *nor, enum spi_nor_ops ops);
|
| /Linux-v5.4/drivers/mtd/spi-nor/ |
| D | hisi-sfc.c | 147 static int hisi_spi_nor_prep(struct spi_nor *nor, enum spi_nor_ops ops) in hisi_spi_nor_prep() 170 static void hisi_spi_nor_unprep(struct spi_nor *nor, enum spi_nor_ops ops) in hisi_spi_nor_unprep()
|
| D | aspeed-smc.c | 308 static int aspeed_smc_prep(struct spi_nor *nor, enum spi_nor_ops ops) in aspeed_smc_prep() 316 static void aspeed_smc_unprep(struct spi_nor *nor, enum spi_nor_ops ops) in aspeed_smc_unprep()
|
| D | cadence-quadspi.c | 1065 static int cqspi_prep(struct spi_nor *nor, enum spi_nor_ops ops) in cqspi_prep() 1075 static void cqspi_unprep(struct spi_nor *nor, enum spi_nor_ops ops) in cqspi_unprep()
|
| D | spi-nor.c | 877 static int spi_nor_lock_and_prep(struct spi_nor *nor, enum spi_nor_ops ops) in spi_nor_lock_and_prep() 894 static void spi_nor_unlock_and_unprep(struct spi_nor *nor, enum spi_nor_ops ops) in spi_nor_unlock_and_unprep()
|