Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/spi-nor/
Dotp.c250 const struct spi_nor_otp_ops *ops = nor->params->otp.ops; in spi_nor_mtd_otp_info()
287 const struct spi_nor_otp_ops *ops = nor->params->otp.ops; in spi_nor_mtd_otp_range_is_locked()
312 const struct spi_nor_otp_ops *ops = nor->params->otp.ops; in spi_nor_mtd_otp_read_write()
398 const struct spi_nor_otp_ops *ops = nor->params->otp.ops; in spi_nor_mtd_otp_erase()
451 const struct spi_nor_otp_ops *ops = nor->params->otp.ops; in spi_nor_mtd_otp_lock()
Dwinbond.c212 static const struct spi_nor_otp_ops winbond_nor_otp_ops = {
Dcore.h317 struct spi_nor_otp_ops { struct
333 const struct spi_nor_otp_ops *ops; argument