Lines Matching defs:at24_data
71 struct at24_data { struct
76 struct mutex lock;
78 unsigned int write_max;
79 unsigned int num_addresses;
80 unsigned int offset_adj;
82 u32 byte_len;
83 u16 page_size;
84 u8 flags;
86 struct nvmem_device *nvmem;
87 struct regulator *vcc_reg;
88 void (*read_post)(unsigned int off, char *buf, size_t count);
94 u8 bank_addr_shift;
95 struct regmap *client_regmaps[];