Searched refs:at25 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/eeprom/
H A Dat25.c2 * at25.c -- support most SPI EEPROMs, such as Atmel AT25 models
67 struct at25_data *at25,
79 if (unlikely(offset >= at25->bin.size))
81 if ((offset + count) > at25->bin.size)
82 count = at25->bin.size - offset;
90 switch (at25->addrlen) {
104 t[0].len = at25->addrlen + 1;
111 mutex_lock(&at25->lock);
119 status = spi_sync(at25->spi, &m);
120 dev_dbg(&at25
66 at25_ee_read( struct at25_data *at25, char *buf, unsigned offset, size_t count ) argument
134 struct at25_data *at25; local
144 at25_ee_write(struct at25_data *at25, const char *buf, loff_t off, size_t count) argument
262 struct at25_data *at25; local
277 struct at25_data *at25 = container_of(mem, struct at25_data, mem); local
285 struct at25_data *at25 = container_of(mem, struct at25_data, mem); local
294 struct at25_data *at25 = NULL; local
389 struct at25_data *at25; local
[all...]
H A DMakefile2 obj-$(CONFIG_EEPROM_AT25) += at25.o

Completed in 106 milliseconds