| /OK3568_Linux_fs/kernel/drivers/media/common/b2c2/ |
| H A D | flexcop-eeprom.c | 11 static int eeprom_write(struct adapter *adapter, u16 addr, u8 *buf, u16 len) 22 if (eeprom_write(adapter, addr, wbuf, len) == len) { 85 if (eeprom_write(adapter, 0x3f8, tmp, 8) == 8)
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | eeprom.c | 191 int eeprom_write(unsigned dev_addr, unsigned offset, in eeprom_write() function 319 rcode = eeprom_write(i2c_addr, off, (uchar *)addr, cnt); in eeprom_execute_command() 340 rcode = eeprom_write(i2c_addr, 0, layout.data, CONFIG_SYS_EEPROM_SIZE); in eeprom_execute_command()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | common.h | 459 int eeprom_write (unsigned dev_addr, unsigned offset, uchar *buffer, unsigned cnt); 467 #define eeprom_write(dev_addr, offset, buffer, cnt) ((void)-ENOSYS) macro
|
| /OK3568_Linux_fs/kernel/drivers/w1/slaves/ |
| H A D | w1_ds2430.c | 204 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
| H A D | w1_ds2431.c | 203 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
| H A D | w1_ds2433.c | 203 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
| H A D | w1_ds28e04.c | 222 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
| /OK3568_Linux_fs/u-boot/board/corscience/tricorder/ |
| H A D | tricorder-eeprom.c | 170 ret = eeprom_write(devaddr, 0, (unsigned char *)&eeprom, in tricorder_eeprom_write()
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | eeprom.c | 55 rcode = eeprom_write(dev_addr, offset, buffer, cnt); in eeprom_bus_write()
|
| /OK3568_Linux_fs/kernel/drivers/misc/eeprom/ |
| H A D | idt_89hpesx.c | 880 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/agere/ |
| H A D | et131x.c | 521 static int eeprom_write(struct et131x_adapter *adapter, u32 addr, u8 data) in eeprom_write() function 703 if (eeprom_write(adapter, i, eedata[i]) < 0) in et131x_init_eeprom()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/micrel/ |
| H A D | ksz884x.c | 3135 static void eeprom_write(struct ksz_hw *hw, u8 reg, u16 data) in eeprom_write() function 6307 eeprom_write(&hw_priv->hw, i, eeprom_data[i]); in netdev_set_eeprom()
|