Lines Matching defs:at24_data
72 struct at24_data { struct
77 struct mutex lock;
79 unsigned int write_max;
80 unsigned int num_addresses;
81 unsigned int offset_adj;
83 u32 byte_len;
84 u16 page_size;
85 u8 flags;
87 struct nvmem_device *nvmem;
88 struct regulator *vcc_reg;
89 void (*read_post)(unsigned int off, char *buf, size_t count);
95 u8 bank_addr_shift;