Lines Matching refs:eeprom_93xx46_dev
80 struct eeprom_93xx46_dev { struct
90 static inline bool has_quirk_single_word_read(struct eeprom_93xx46_dev *edev) in has_quirk_single_word_read() argument
95 static inline bool has_quirk_instruction_length(struct eeprom_93xx46_dev *edev) in has_quirk_instruction_length()
100 static inline bool has_quirk_extra_read_cycle(struct eeprom_93xx46_dev *edev) in has_quirk_extra_read_cycle()
108 struct eeprom_93xx46_dev *edev = priv; in eeprom_93xx46_read()
183 static int eeprom_93xx46_ew(struct eeprom_93xx46_dev *edev, int is_on) in eeprom_93xx46_ew()
231 eeprom_93xx46_write_word(struct eeprom_93xx46_dev *edev, in eeprom_93xx46_write_word()
276 struct eeprom_93xx46_dev *edev = priv; in eeprom_93xx46_write()
320 static int eeprom_93xx46_eral(struct eeprom_93xx46_dev *edev) in eeprom_93xx46_eral()
368 struct eeprom_93xx46_dev *edev = dev_get_drvdata(dev); in erase_store()
467 struct eeprom_93xx46_dev *edev; in eeprom_93xx46_probe()
545 struct eeprom_93xx46_dev *edev = spi_get_drvdata(spi); in eeprom_93xx46_remove()