Searched defs:fmc (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/drivers/fmc/
H A DMakefile
H A Dfmc-dump.c44 void fmc_dump_eeprom(const struct fmc_device *fmc) fmc_dump_eeprom() argument
63 void fmc_dump_sdb(const struct fmc_device *fmc) fmc_dump_sdb() argument
H A Dfmc-match.c54 int fmc_fill_id_info(struct fmc_device *fmc) fmc_fill_id_info() argument
109 void fmc_free_id_info(struct fmc_device *fmc) fmc_free_id_info() argument
H A Dfmc-trivial.c25 struct fmc_device *fmc = dev_id; t_handler() local
44 static int t_probe(struct fmc_device *fmc) t_probe() argument
73 static int t_remove(struct fmc_device *fmc) t_remove() argument
H A Dfmc-chardev.c25 struct fmc_device *fmc; member in struct:fc_instance
32 struct fmc_device *fmc; fc_open() local
51 struct fmc_device *fmc = f->private_data; fc_release() local
60 struct fmc_device *fmc = f->private_data; fc_read() local
81 struct fmc_device *fmc = f->private_data; fc_write() local
125 static int fc_probe(struct fmc_device *fmc) fc_probe() argument
162 static int fc_remove(struct fmc_device *fmc) fc_remove() argument
H A Dfmc-write-eeprom.c32 static int fwe_run_tlv(struct fmc_device *fmc, const struct firmware *fw, fwe_run_tlv() argument
68 static int fwe_run_bin(struct fmc_device *fmc, const struct firmware *fw) fwe_run_bin() argument
82 static int fwe_run(struct fmc_device *fmc, const struct firmware *fw, char *s) fwe_run() argument
106 static int fwe_probe(struct fmc_device *fmc) fwe_probe() argument
147 static int fwe_remove(struct fmc_device *fmc) fwe_remove() argument
H A Dfmc-core.c72 struct fmc_device *fmc = container_of(dev, struct fmc_device, dev); fmc_release() local
86 struct fmc_device *fmc; fmc_read_eeprom() local
107 struct fmc_device *fmc; fmc_write_eeprom() local
146 struct fmc_device *fmc, **devarray; fmc_device_register_n() local
259 int fmc_device_register(struct fmc_device *fmc) fmc_device_register() argument
284 void fmc_device_unregister(struct fmc_device *fmc) fmc_device_unregister() argument
H A Dfmc-sdb.c18 static uint32_t __sdb_rd(struct fmc_device *fmc, unsigned long address, __sdb_rd() argument
27 static struct sdb_array *__fmc_scan_sdb_tree(struct fmc_device *fmc, __fmc_scan_sdb_tree() argument
91 int fmc_scan_sdb_tree(struct fmc_device *fmc, unsigned long address) fmc_scan_sdb_tree() argument
121 int fmc_free_sdb_tree(struct fmc_device *fmc) fmc_free_sdb_tree() argument
130 int fmc_reprogram(struct fmc_device *fmc, struct fmc_driver *d, char *gw, fmc_reprogram() argument
168 static void __fmc_show_sdb_tree(const struct fmc_device *fmc, __fmc_show_sdb_tree() argument
245 void fmc_show_sdb_tree(const struct fmc_device *fmc) fmc_show_sdb_tree() argument
H A Dfmc-fakedev.c90 struct fmc_device *fmc[FF_MAX_MEZZANINES]; member in struct:ff_dev
96 static int ff_reprogram(struct fmc_device *fmc, struct fmc_driver *drv, ff_reprogram() argument
124 static int ff_irq_request(struct fmc_device *fmc, irq_handler_t handler, ff_irq_request() argument
167 static int ff_eeprom_read(struct fmc_device *fmc, uint32_t offset, ff_eeprom_read() argument
178 static int ff_eeprom_write(struct fmc_device *fmc, uint32_t offset, ff_eeprom_write() argument
193 static int ff_read_ee(struct fmc_device *fmc, int pos, void *data, int len) ff_read_ee() argument
200 static int ff_write_ee(struct fmc_device *fmc, int pos, ff_write_ee() argument
209 static uint32_t ff_readl(struct fmc_device *fmc, int offset) ff_readl() argument
214 static void ff_writel(struct fmc_device *fmc, uint32_t value, int offset) ff_writel() argument
220 static int ff_validate(struct fmc_device *fmc, struct fmc_driver *drv) ff_validate() argument
266 struct fmc_device *fmc; ff_dev_create() local
/linux-4.4.14/include/linux/
H A Dfmc-sdb.h28 struct fmc_device *fmc; /* the device that hosts it */ member in struct:sdb_array
H A Dfmc.h195 static inline uint32_t fmc_readl(struct fmc_device *fmc, int offset) fmc_readl() argument
201 static inline void fmc_writel(struct fmc_device *fmc, uint32_t val, int off) fmc_writel() argument
210 static inline void *fmc_get_drvdata(const struct fmc_device *fmc) fmc_get_drvdata() argument
215 static inline void fmc_set_drvdata(struct fmc_device *fmc, void *data) fmc_set_drvdata() argument

Completed in 247 milliseconds