Searched refs:at24_data (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/misc/eeprom/ |
D | at24.c | 55 struct at24_data { struct 141 static struct i2c_client *at24_translate_offset(struct at24_data *at24, in at24_translate_offset() 157 static ssize_t at24_eeprom_read(struct at24_data *at24, char *buf, in at24_eeprom_read() 270 static ssize_t at24_read(struct at24_data *at24, in at24_read() 308 struct at24_data *at24; in at24_bin_read() 323 static ssize_t at24_eeprom_write(struct at24_data *at24, const char *buf, in at24_eeprom_write() 401 static ssize_t at24_write(struct at24_data *at24, const char *buf, loff_t off, in at24_write() 439 struct at24_data *at24; in at24_bin_write() 459 struct at24_data *at24 = container_of(macc, struct at24_data, macc); in at24_macc_read() 467 struct at24_data *at24 = container_of(macc, struct at24_data, macc); in at24_macc_write() [all …]
|