Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Dspi-nor.h108 enum spi_nor_ops { enum
170 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops);
171 void (*unprepare)(struct spi_nor *nor, enum spi_nor_ops ops);
/linux-4.4.14/drivers/mtd/spi-nor/
Dfsl-quadspi.c900 static int fsl_qspi_prep(struct spi_nor *nor, enum spi_nor_ops ops) in fsl_qspi_prep()
919 static void fsl_qspi_unprep(struct spi_nor *nor, enum spi_nor_ops ops) in fsl_qspi_unprep()
Dspi-nor.c291 static int spi_nor_lock_and_prep(struct spi_nor *nor, enum spi_nor_ops ops) in spi_nor_lock_and_prep()
308 static void spi_nor_unlock_and_unprep(struct spi_nor *nor, enum spi_nor_ops ops) in spi_nor_unlock_and_unprep()