Lines Matching refs:eeprom_device
33 static inline struct eeprom_device
36 return container_of(subdev, struct eeprom_device, sd); in sd_to_eeprom()
120 static int otp_read_data(struct eeprom_device *eeprom_dev) in otp_read_data()
293 static void rkotp_read_module_info(struct eeprom_device *eeprom_dev, in rkotp_read_module_info()
401 static void rkotp_read_awb(struct eeprom_device *eeprom_dev, in rkotp_read_awb()
474 static void rkotp_read_lsc(struct eeprom_device *eeprom_dev, in rkotp_read_lsc()
549 static void rkotp_read_pdaf(struct eeprom_device *eeprom_dev, in rkotp_read_pdaf()
678 static void rkotp_read_af(struct eeprom_device *eeprom_dev, in rkotp_read_af()
729 static int rkotp_read_data(struct eeprom_device *eeprom_dev) in rkotp_read_data()
797 static int otp_read(struct eeprom_device *eeprom_dev) in otp_read()
821 struct eeprom_device *eeprom_dev = in eeprom_ioctl()
840 struct eeprom_device *dev = p->private; in otp_eeprom_show()
980 struct eeprom_device *data = PDE_DATA(inode); in eeprom_open()
992 static int eeprom_proc_init(struct eeprom_device *dev) in eeprom_proc_init()
1000 static void eeprom_proc_cleanup(struct eeprom_device *dev) in eeprom_proc_cleanup()
1017 static void eeprom_subdev_cleanup(struct eeprom_device *dev) in eeprom_subdev_cleanup()
1026 struct eeprom_device *eeprom_dev; in eeprom_probe()
1060 struct eeprom_device *eeprom_dev = in eeprom_remove()