Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dimx258_eeprom.c65 static int imx258_otp_read_gz(struct imx258_eeprom_device *imx258_eeprom_dev) in imx258_otp_read_gz() argument
67 struct i2c_client *client = imx258_eeprom_dev->client; in imx258_otp_read_gz()
70 struct device *dev = &imx258_eeprom_dev->client->dev; in imx258_otp_read_gz()
248 imx258_eeprom_dev->otp = otp_ptr; in imx258_otp_read_gz()
250 imx258_eeprom_dev->otp = NULL; in imx258_otp_read_gz()
256 imx258_eeprom_dev->otp = NULL; in imx258_otp_read_gz()
261 static int imx258_otp_read(struct imx258_eeprom_device *imx258_eeprom_dev) in imx258_otp_read() argument
264 struct i2c_client *client = imx258_eeprom_dev->client; in imx258_otp_read()
268 imx258_otp_read_gz(imx258_eeprom_dev); in imx258_otp_read()
275 struct imx258_eeprom_device *imx258_eeprom_dev = in imx258_eeprom_ioctl() local
[all …]