Searched refs:fmc_reprogram (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/Documentation/fmc/ |
D | API.txt | 20 int fmc_reprogram(struct fmc_device *f, struct fmc_driver *d, char *gw, 41 Finally, the fmc_reprogram function calls the reprogram method (see
|
D | parameters.txt | 15 loaded by fmc_reprogram(). If greater than one, it asks to dump
|
D | carrier.txt | 186 Clients should call rhe new helper, fmc_reprogram, which both
|
/Linux-v4.19/drivers/fmc/ |
D | fmc-sdb.c | 154 int fmc_reprogram(struct fmc_device *fmc, struct fmc_driver *d, char *gw, in fmc_reprogram() function 175 EXPORT_SYMBOL(fmc_reprogram);
|
D | fmc-trivial.c | 59 ret = fmc_reprogram(fmc, &t_drv, "", 0); in t_probe()
|
/Linux-v4.19/include/linux/ |
D | fmc.h | 151 extern int fmc_reprogram(struct fmc_device *f, struct fmc_driver *d, char *gw,
|