Home
last modified time | relevance | path

Searched refs:otp_read (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/media/i2c/
Dimx208.c297 bool otp_read; member
819 if (imx208->otp_read) in imx208_read_otp()
846 imx208->otp_read = true; in imx208_read_otp()
859 static ssize_t otp_read(struct file *filp, struct kobject *kobj, in otp_read() function
/Linux-v6.6/drivers/mtd/devices/
Dmtd_dataflash.c456 static ssize_t otp_read(struct spi_device *spi, unsigned base, in otp_read() function
509 status = otp_read(priv->spi, 64, buf, from, len); in dataflash_read_fact_otp()
526 status = otp_read(priv->spi, 0, buf, from, len); in dataflash_read_user_otp()