Home
last modified time | relevance | path

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

/linux/drivers/mtd/spi-nor/ !
H A Dotp.c251 const struct spi_nor_otp_ops *ops = nor->params->otp.ops; in spi_nor_mtd_otp_info()
288 const struct spi_nor_otp_ops *ops = nor->params->otp.ops; in spi_nor_mtd_otp_range_is_locked()
313 const struct spi_nor_otp_ops *ops = nor->params->otp.ops; in spi_nor_mtd_otp_read_write()
399 const struct spi_nor_otp_ops *ops = nor->params->otp.ops; in spi_nor_mtd_otp_erase()
452 const struct spi_nor_otp_ops *ops = nor->params->otp.ops; in spi_nor_mtd_otp_lock()
H A Dcore.h308 * struct spi_nor_otp_ops - SPI NOR OTP methods
315 struct spi_nor_otp_ops { struct
331 const struct spi_nor_otp_ops *ops; argument
H A Dwinbond.c413 static const struct spi_nor_otp_ops winbond_nor_otp_ops = {