Lines Matching defs:at24_data
76 struct at24_data { struct
81 struct mutex lock;
83 unsigned int write_max;
84 unsigned int num_addresses;
85 unsigned int offset_adj;
87 u32 byte_len;
88 u16 page_size;
89 u8 flags;
91 struct nvmem_device *nvmem;
92 struct regulator *vcc_reg;
93 void (*read_post)(unsigned int off, char *buf, size_t count);
99 struct at24_client client[];