Searched refs:fmc_write_ee (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/fmc/ |
D | fmc-write-eeprom.c | 53 err = fmc_write_ee(fmc, thisaddr, p + 5, thislen); in fwe_run_tlv() 73 ret = fmc_write_ee(fmc, 0, (void *)fw->data, fw->size); in fwe_run_bin()
|
D | fmc-core.c | 171 int fmc_write_ee(struct fmc_device *fmc, int pos, const void *d, int l) in fmc_write_ee() function 177 EXPORT_SYMBOL(fmc_write_ee);
|
/Linux-v4.19/include/linux/ |
D | fmc.h | 261 extern int fmc_write_ee(struct fmc_device *fmc, int pos, const void *d, int l);
|