Home
last modified time | relevance | path

Searched defs:at24_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/misc/eeprom/
Dat24.c56 struct at24_data { struct
57 struct at24_platform_data chip;
58 struct memory_accessor macc;
59 int use_smbus;
60 int use_smbus_write;
66 struct mutex lock;
67 struct bin_attribute bin;
69 u8 *writebuf;
70 unsigned write_max;
71 unsigned num_addresses;
[all …]