Home
last modified time | relevance | path

Searched refs:write_ee (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/fmc/
Dfmc-write-eeprom.c53 err = fmc->op->write_ee(fmc, thisaddr, p + 5, thislen); in fwe_run_tlv()
73 ret = fmc->op->write_ee(fmc, 0, (void *)fw->data, fw->size); in fwe_run_bin()
Dfmc-fakedev.c240 .write_ee = ff_write_ee,
Dfmc-core.c111 return fmc->op->write_ee(fmc, off, buf, count); in fmc_write_eeprom()
/linux-4.4.14/Documentation/fmc/
Dfmc-fakedev.txt33 After loading the device, you can use the write_ee method do modify its
Dcarrier.txt146 int (*write_ee)(struct fmc_device *fmc, int pos, const void *d, int l);
206 `write_ee'
/linux-4.4.14/include/linux/
Dfmc.h143 int (*write_ee)(struct fmc_device *fmc, int pos, const void *d, int l); member