Lines Matching defs:at24_data
70 struct at24_data { struct
75 struct mutex lock;
77 unsigned int write_max;
78 unsigned int num_addresses;
79 unsigned int offset_adj;
81 u32 byte_len;
82 u16 page_size;
83 u8 flags;
85 struct nvmem_device *nvmem;
86 struct regulator *vcc_reg;
87 void (*read_post)(unsigned int off, char *buf, size_t count);
93 u8 bank_addr_shift;