Home
last modified time | relevance | path

Searched refs:fmc_write_ee (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/fmc/
Dfmc-write-eeprom.c53 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()
Dfmc-core.c171 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/
Dfmc.h261 extern int fmc_write_ee(struct fmc_device *fmc, int pos, const void *d, int l);