Searched refs:write_ee (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/fmc/ |
D | fmc-write-eeprom.c | 53 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()
|
D | fmc-fakedev.c | 240 .write_ee = ff_write_ee,
|
D | fmc-core.c | 111 return fmc->op->write_ee(fmc, off, buf, count); in fmc_write_eeprom()
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-fakedev.txt | 33 After loading the device, you can use the write_ee method do modify its
|
D | carrier.txt | 146 int (*write_ee)(struct fmc_device *fmc, int pos, const void *d, int l); 206 `write_ee'
|
/linux-4.4.14/include/linux/ |
D | fmc.h | 143 int (*write_ee)(struct fmc_device *fmc, int pos, const void *d, int l); member
|