Home
last modified time | relevance | path

Searched refs:spi_nor_ops (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/mtd/
Dspi-nor.h118 enum spi_nor_ops { enum
178 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops);
179 void (*unprepare)(struct spi_nor *nor, enum spi_nor_ops ops);
/linux-4.1.27/drivers/mtd/spi-nor/
Dfsl-quadspi.c759 static int fsl_qspi_prep(struct spi_nor *nor, enum spi_nor_ops ops) in fsl_qspi_prep()
778 static void fsl_qspi_unprep(struct spi_nor *nor, enum spi_nor_ops ops) in fsl_qspi_unprep()
Dspi-nor.c271 static int spi_nor_lock_and_prep(struct spi_nor *nor, enum spi_nor_ops ops) in spi_nor_lock_and_prep()
288 static void spi_nor_unlock_and_unprep(struct spi_nor *nor, enum spi_nor_ops ops) in spi_nor_unlock_and_unprep()